Search Results (2 CVEs found)

CVE Vendors Products Updated CVSS v3.1
CVE-2021-47952 1 Jsonpickle Project 1 Jsonpickle 2026-05-17 9.8 Critical
python jsonpickle 2.0.0 contains a remote code execution vulnerability that allows attackers to execute arbitrary Python commands by deserializing malicious JSON payloads containing py/repr objects. Attackers can craft JSON strings with py/repr directives that invoke the eval function during deserialization to execute system commands and arbitrary code.
CVE-2020-22083 1 Jsonpickle Project 1 Jsonpickle 2024-11-21 9.8 Critical
jsonpickle through 1.4.1 allows remote code execution during deserialization of a malicious payload through the decode() function. Note: It has been argued that this is expected and clearly documented behaviour. pickle is known to be capable of causing arbitrary code execution, and must not be used with un-trusted data