Lucene search
+L

71 matches found

CNNVD
CNNVD
added 2026/04/06 12:00 a.m.14 views

Kedro 路径遍历漏洞

Kedro is an open-source production-ready data science toolkit developed by Kedro. Versions prior to Kedro 1.3.0 contained a path traversal vulnerability. This vulnerability stemmed from the getversionedpath method not clearing the version string provided by the user, allowing for path traversal a...

8.1CVSS5.8AI score0.00327EPSS
SaveExploits0References3
OSV
OSV
added 2026/04/03 3:48 a.m.7 views

GHSA-9CQF-439C-J96R Kedro has Arbitrary Code Execution via Malicious Logging Configuration

Impact This is a critical remote code execution RCE vulnerability caused by unsafe use of logging.config.dictConfig with user-controlled input. Kedro allows the logging configuration file path to be set via the KEDROLOGGINGCONFIG environment variable and loads it without validation. The logging...

9.8CVSS6.7AI score0.00714EPSS
SaveExploits0References4
Snyk
Snyk
added 2026/04/03 3:48 a.m.15 views

Deserialization of Untrusted Data

Overview kedro is a Kedro helps you build production-ready data and analytics pipelines Affected versions of this package are vulnerable to Deserialization of Untrusted Data via the logging.config.dictConfig function when user-controlled input is used for the logging configuration file path, whic...

9.8CVSS6.1AI score0.00714EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/04/03 3:48 a.m.15 views

Kedro has Arbitrary Code Execution via Malicious Logging Configuration

Impact This is a critical remote code execution RCE vulnerability caused by unsafe use of logging.config.dictConfig with user-controlled input. Kedro allows the logging configuration file path to be set via the KEDROLOGGINGCONFIG environment variable and loads it without validation. The logging...

9.8CVSS6.7AI score0.00714EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/04/03 3:46 a.m.14 views

Kedro: Path Traversal in versioned dataset loading via unsanitized version string

Impact The getversionedpath 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...

8.1CVSS5.9AI score0.00327EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/04/03 3:46 a.m.10 views

GHSA-6326-W46W-PPJW Kedro: Path Traversal in versioned dataset loading via unsanitized version string

Impact The getversionedpath 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...

7.1CVSS5.9AI score0.00327EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/04/03 12:00 a.m.12 views

PT-2026-30019

Name of the Vulnerable Software and Affected Versions Kedro versions prior to 1.3.0 Description Kedro is susceptible to a critical Remote Code Execution RCE issue stemming from the unsafe utilization of logging.config.dictConfig with user-controlled input. The software permits setting the logging...

9.8CVSS6.2AI score0.00714EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/04/03 12:00 a.m.19 views

PT-2026-30018

Impact 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 version...

7.1CVSS5.9AI score0.00327EPSS
SaveExploits0References5
Snyk
Snyk
added 2026/04/01 6:32 a.m.6 views

Directory Traversal

Overview kedro is a Kedro helps you build production-ready data and analytics pipelines Affected versions of this package are vulnerable to Directory Traversal due to unsanitized version strings in versioned dataset path construction. The AbstractVersionedDataset.getversionedpath logic used durin...

8.1CVSS6.5AI score0.00327EPSS
SaveExploits0References3
Huntr
Huntr
added 2026/03/27 5:21 a.m.14 views

Arbitrary code execution via malicious logging configuration (dictConfig factory injection)

Kedro v1.2.0 passes user-controlled YAML config to logging.config.dictConfig without validation. The factory key enables arbitrary callable instantiation, achieving RCE at startup. kedro/framework/project/init.py, ProjectLogging: loggingconfig = Pathpath.readtextencoding="utf-8"...

5.9AI score
SaveExploits0
EUVD
EUVD
added 2025/10/03 8:07 p.m.9 views

EUVD-2025-7000

Malicious code in bioql PyPI...

8.8CVSS8.8AI score0.01058EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/10/03 8:07 p.m.9 views

EUVD-2025-6852

Malicious code in bioql PyPI...

9.8CVSS9.3AI score0.0112EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/03/22 12:26 p.m.13 views

CVE-2024-12215

In kedro-org/kedro version 0.19.8, the pullpackage API function allows users to download and extract micro packages from the Internet. However, the function projectwheelmetadata within the code path can execute the setup.py file inside the tar file, leading to remote code execution RCE by running...

8.8CVSS8.3AI score0.01058EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/03/22 11:54 a.m.9 views

CVE-2024-9701

A Remote Code Execution RCE vulnerability has been identified in the Kedro ShelveStore class version 0.19.8. This vulnerability allows an attacker to execute arbitrary Python code via deserialization of malicious payloads, potentially leading to a full system compromise. The ShelveStore class use...

9.8CVSS8.2AI score0.0112EPSS
SaveExploits0References1
OSV
OSV
added 2025/03/20 12:32 p.m.11 views

GHSA-747F-WW56-4Q4H Kedro deserialization vulnerability

A Remote Code Execution RCE vulnerability has been identified in the Kedro ShelveStore class version 0.19.8. This vulnerability allows an attacker to execute arbitrary Python code via deserialization of malicious payloads, potentially leading to a full system compromise. The ShelveStore class use...

9.8CVSS6.2AI score0.0112EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2025/03/20 12:32 p.m.15 views

Kedro deserialization vulnerability

A Remote Code Execution RCE vulnerability has been identified in the Kedro ShelveStore class version 0.19.8. This vulnerability allows an attacker to execute arbitrary Python code via deserialization of malicious payloads, potentially leading to a full system compromise. The ShelveStore class use...

9.8CVSS8.2AI score0.0112EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2025/03/20 12:32 p.m.27 views

Kedro allows Remote Code Execution by Pulling Micro Packages

In kedro-org/kedro version 0.19.8, the pullpackage API function allows users to download and extract micro packages from the Internet. However, the function projectwheelmetadata within the code path can execute the setup.py file inside the tar file, leading to remote code execution RCE by running...

8.8CVSS8.1AI score0.01058EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/03/20 12:32 p.m.8 views

GHSA-RM69-WVPV-R2W7 Kedro allows Remote Code Execution by Pulling Micro Packages

In kedro-org/kedro version 0.19.8, the pullpackage API function allows users to download and extract micro packages from the Internet. However, the function projectwheelmetadata within the code path can execute the setup.py file inside the tar file, leading to remote code execution RCE by running...

8.8CVSS6.6AI score0.01058EPSS
SaveExploits0References3
NVD
NVD
added 2025/03/20 10:15 a.m.12 views

CVE-2024-9701

A Remote Code Execution RCE vulnerability has been identified in the Kedro ShelveStore class version 0.19.8. This vulnerability allows an attacker to execute arbitrary Python code via deserialization of malicious payloads, potentially leading to a full system compromise. The ShelveStore class use...

9.8CVSS0.0112EPSS
SaveExploits0References2
NVD
NVD
added 2025/03/20 10:15 a.m.8 views

CVE-2024-12215

In kedro-org/kedro version 0.19.8, the pullpackage API function allows users to download and extract micro packages from the Internet. However, the function projectwheelmetadata within the code path can execute the setup.py file inside the tar file, leading to remote code execution RCE by running...

8.8CVSS0.01058EPSS
SaveExploits0References1
Rows per page
Query Builder