Remote Code Execution Vulnerability in Kedro ShelveStore by Kedro
CVE-2024-9701
9.8CRITICAL
What is CVE-2024-9701?
A vulnerability has been discovered in the Kedro ShelveStore class that permits remote code execution through the deserialization of crafted payloads. This issue arises from the use of Python's shelve module to manage session data, which employs the pickle serialization method. Attackers can exploit this vulnerability by creating and storing a malicious payload in a shelve file, which when deserialized, could execute arbitrary Python code. This flaw poses a significant risk as it may lead to a complete system compromise.
Affected Version(s)
kedro-org/kedro < 0.19.9
