Ad

CVE-2026-35171

CRITICAL CVSS 3.1: 9.8 EPSS 0.14%
Updated Apr 07, 2026
Kedro
Parameter Value
CVSS 9.8 (CRITICAL)
Fixed In 1.3.0
Type CWE-94 (Code Injection), CWE-502 (Deserialization of Untrusted Data)
Vendor Kedro
Public PoC No

Kedro is a toolbox for production-ready data science. Prior to 1.3.0, Kedro allows the logging configuration file path to be set via the KEDRO_LOGGING_CONFIG environment variable and loads it without validation. The logging configuration schema supports the special () key, which enables arbitrary callable instantiation.

An attacker can exploit this to execute arbitrary system commands during application startup. This is a critical remote code execution (RCE) vulnerability caused by unsafe use of logging.config.dictConfig() with user-controlled input. This vulnerability is fixed in 1.3.0.

Attack Parameters

Attack Vector
Network
Can be exploited remotely
Attack Complexity
Low
Easy to exploit
Privileges Required
None
No privileges needed
User Interaction
None
No user interaction needed

Impact Assessment

Confidentiality
High
Complete data leak
Integrity
High
Complete data modification
Availability
High
Complete denial of service

CVSS Vector v3.1

Related Vulnerabilities