CVE-2026-35171: Kritische RCE-Lücke in Kedro-Datenwissenschafts-Framework

⚠️ CVE-Referenzen: CVE-2026-35171

Zusammenfassung

Eine kritische Sicherheitslücke (CVE-2026-35171) in der Kedro-Bibliothek für datengetriebene Anwendungen ermöglicht Angreifern die Ausführung beliebiger Systemkommandos. Das Problem liegt in der unsicheren Verarbeitung von Konfigurationsdateien, die über Umgebungsvariablen geladen werden. Entwickler sollten Kedro umgehend auf Version 1.3.0 aktualisieren, um diese Remote-Code-Execution-Schwachstelle zu schließen.

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.
Quelle: app.opencve.io