python/pymanager

python/pymanager

Releases27
Frequency2 weeks 12 hours
Last Release
Stars300
The Python Install Manager (for Windows)

CVE History

CVEPublishedCVSS v3CVSS v2
7.8 HIGH

pymanager included the current working directory in sys.path meaning modules could be shadowed by modules in the current working directory. As a result, if a user executes a pymanager-generated command (e.g., pip, pytest) from an attacker-controlled directory, a malicious module in that directory can be imported and executed instead of the intended package.