SCA: security update for kedro (GHSA-6326-w46w-ppjw)

high Tenable Cloud Security Plugin ID 439732

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- 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. (CVE-2026-35167)

Solution

Update the kedro library and its related packages to version 1.3.0 or later.

See Also

https://github.com/advisories/GHSA-6326-w46w-ppjw

Plugin Details

Severity: High

ID: 439732

Version: Revision 1.9

Type: Local

Family: SCA Checks

Published: 4/3/2026

Updated: 7/2/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Medium

Score: 4.3

Percentile: 53.59

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: High

Base Score: 8.5

Temporal Score: 6.3

Vector: CVSS2#AV:N/AC:L/Au:S/C:C/I:C/A:N

CVSS Score Source: CVE-2026-35167

CVSS v3

Risk Factor: High

Base Score: 8.1

Temporal Score: 7.1

Vector: CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N

Temporal Vector: CVSS:3.0/E:U/RL:O/RC:C

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 4/3/2026

Vulnerability Publication Date: 4/3/2026

Reference Information

CVE: CVE-2026-35167

cwe: CWE-22