---
cve: "CVE-2026-35167"
severity: "HIGH"
cvss: 7.1
epss: "0.3%"
vendor: "kedro-org"
kev: false
exploited: false
published: "2026-04-06 18:16:43"
tags: [cve, security, high]
source: tsecurity.de CVE-Dossier
exported: "2026-09-21T12:20:19+02:00"
---

# CVE-2026-35167

> 7.1 HIGH · 🧪 PoC

## Beschreibung

Kedro is a toolbox for production-ready data science. Prior to 1.3.0, the _get_versioned_path() method in kedro/io/core.py constructs filesystem paths by directly interpolating user-supplied version strings without sanitization. Because version strings are used as path components, traversal sequences such as ../ are preserved and can escape the intended versioned dataset directory.
This is reachable through multiple entry points: catalog.load(..., version=...), DataCatalog.from_config(..., load_versions=...), and the CLI via kedro run --load-versions=dataset:../../../secrets. An attacker who can influence the version string can force Kedro to load files from outside the intended version directory, enabling unauthorized file reads, data poisoning, or cross-tenant data access in shared environments. This vulnerability is fixed in 1.3.0.

## CVSS-Vektor

```
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N
```

| Metrik | Wert | Bewertung |
|---|---|---|
| AV Angriffsvektor | Netzwerk | bad |
| AC Komplexität | Gering | bad |
| PR Privilegien | Gering | warn |
| UI Interaktion | Keine | bad |
| S Scope | Unverändert | good |
| C Vertraulichkeit | Hoch | bad |
| I Integrität | Gering | warn |
| A Verfügbarkeit | Keine | good |

## Patch verfügbar (OSV)

- d1af1822687a438a0f3fba8913a919d06e02c298 (Commit)

## Referenzen

- <https://github.com/kedro-org/kedro/security/advisories/GHSA-6326-w46w-ppjw>
- <https://github.com/kedro-org/kedro/pull/5442>

---
_Exportiert aus dem [tsecurity.de CVE-Dossier](https://tsecurity.de/cve?cve=CVE-2026-35167) · Datenquellen: EUVD (ENISA), NVD, OSV, CISA KEV, FIRST EPSS, Exploit-DB, BSI BITS_
