vendor:
Python
by:
SecurityFocus
7.5
CVSS
HIGH
Arbitrary Code Execution
94
CWE
Product Name: Python
Affected Version From: Python 2.1.1
Affected Version To: Python 2.1.1
Patch Exists: YES
Related CWE: CVE-2002-0393
CPE: a:python:python
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: All
2002
Python Pickle Module Vulnerability
A vulnerability has been reported in the Pickle implementation included with some versions of Python. If specially crafted malicious object data is 'unpickled', it may cause arbitrary Python commands to be executed, including system calls. This is accomplished by specifying an available function as the class constructor.
Mitigation:
Ensure that untrusted data is not passed to the Python Pickle module.