Files
CVEs-PoC/2020/CVE-2020-15801.md
T
2024-05-25 21:48:12 +02:00

19 lines
716 B
Markdown

### [CVE-2020-15801](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15801)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### 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