CVE-2026-35167 Details
Description
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.
A path traversal vulnerability has been identified in Kedro versions prior to 1.3.0. The issue arises in the `_get_versioned_path()` method within `kedro/io/core.py`, where the method constructs filesystem paths by directly incorporating user-supplied version strings without proper sanitization. This lack of validation allows traversal sequences, such as '../', to escape the intended versioned dataset directory. The vulnerability can be exploited through various entry points, including `catalog.load(..., version=...)`, `DataCatalog.from_config(..., load_versions=...)`, and the command-line interface (CLI) using `kedro run --load-versions=dataset:../../../secrets`. An attacker who can manipulate the version string could force Kedro to load files from outside the designated version directory, potentially leading to unauthorized file access, data poisoning, or cross-tenant data exposure in shared environments.
Users are advised to upgrade to Kedro version 1.3.0 or later. Additionally, validate version strings before passing them to `DataCatalog` or the CLI to ensure they do not contain `..` segments, path separators, or absolute paths.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Apr 7, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/kedro-org/kedro/pull/5442 | [email protected] | Issue Tracking |
| https://github.com/kedro-org/kedro/security/advisories/GHSA-6326-w46w-ppjw | [email protected] | Vendor Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-22 | Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| linuxfoundation kedro | < 1.3.0 |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Apr 14, 2026 | Initial Analysis | [email protected] |
| Apr 6, 2026 | New CVE Received | [email protected] |