Vulnerabilities > CVE-2020-22083 - Deserialization of Untrusted Data vulnerability in Jsonpickle Project Jsonpickle

047910
CVSS 9.8 - CRITICAL
Attack vector
NETWORK
Attack complexity
LOW
Privileges required
NONE
Confidentiality impact
HIGH
Integrity impact
HIGH
Availability impact
HIGH
network
low complexity
jsonpickle-project
CWE-502
critical

Summary

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

Common Weakness Enumeration (CWE)