mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-31 18:29:31 +02:00
19 lines
716 B
Markdown
19 lines
716 B
Markdown
### [CVE-2020-15801](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15801)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
In Python 3.8.4, sys.path restrictions specified in a python38._pth file are ignored, allowing code to be loaded from arbitrary locations. The <executable-name>._pth file (e.g., the python._pth file) is not affected.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
No PoCs from references.
|
|
|
|
#### Github
|
|
- https://github.com/ARPSyndicate/cvemon
|
|
- https://github.com/CoolerVoid/master_librarian
|
|
|