cve/2020/CVE-2020-15801.md
2024-05-25 21:48:12 +02:00

716 B

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 ._pth file (e.g., the python._pth file) is not affected.

POC

Reference

No PoCs from references.

Github