CyberRota
← Ana sayfaya dön

CVE-2026-40923

MEDIUM · CVSS 5.4 EPSS %0.04 Public Exploit

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-04-21T21:16:45.543 · Çekilme zamanı: 2026-05-18T13:59:32.928823+00:00

CyberRota Yorumu

Detaylı analiz gerekiyor.

Public Exploit Sinyali

Bu CVE için açıklama veya referanslarda public exploit / PoC / GitHub / Metasploit sinyali tespit edildi.

Not: Bu bağlantılar yalnızca güvenlik araştırması ve doğrulama amacıyla listelenmiştir.

CVE
CVE-2026-40923
Severity
MEDIUM
CVSS
5.4
EPSS
%0.04

Orijinal NVD Açıklaması

Tekton Pipelines project provides k8s-style resources for declaring CI/CD-style pipelines. Prior to 1.11.1, a validation bypass in the VolumeMount path restriction allows mounting volumes under restricted /tekton/ internal paths by using .. path traversal components. The restriction check uses strings.HasPrefix without filepath.Clean, so a path like /tekton/home/../results passes validation but resolves to /tekton/results at runtime. This vulnerability is fixed in 1.11.1.