Vulnerability Details : CVE-2020-13091
pandas through 1.0.3 can unserialize and execute commands from an untrusted file that is passed to the read_pickle() function, if __reduce__ makes an os.system call. NOTE: third parties dispute this issue because the read_pickle() function is documented as unsafe and it is the user's responsibility to use the function in a secure manner
Products affected by CVE-2020-13091
- cpe:2.3:a:numfocus:pandas:*:*:*:*:*:*:*:*
Exploit prediction scoring system (EPSS) score for CVE-2020-13091
1.00%
Probability of exploitation activity in the next 30 days
EPSS Score History
~ 82 %
Percentile, the proportion of vulnerabilities that are scored at or less
CVSS scores for CVE-2020-13091
Base Score | Base Severity | CVSS Vector | Exploitability Score | Impact Score | Score Source | First Seen |
---|---|---|---|---|---|---|
7.5
|
HIGH | AV:N/AC:L/Au:N/C:P/I:P/A:P |
10.0
|
6.4
|
NIST | |
9.8
|
CRITICAL | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H |
3.9
|
5.9
|
NIST |
CWE ids for CVE-2020-13091
-
The product deserializes untrusted data without sufficiently ensuring that the resulting data will be valid.Assigned by: nvd@nist.gov (Primary)
References for CVE-2020-13091
-
https://github.com/0FuzzingQ/vuln/blob/master/pandas%20unserialize.md
vuln/pandas unserialize.md at master · 0FuzzingQ/vuln · GitHubExploit;Third Party Advisory
-
https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.read_pickle.html
pandas.read_pickle — pandas 1.0.3 documentationThird Party Advisory
Jump to