CVE-2026-5271

Severity CVSS v4.0:
MEDIUM
Type:
CWE-427 Uncontrolled Search Path Element
Publication date:
01/04/2026
Last modified:
02/04/2026

Description

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)<br /> from an attacker-controlled directory, a malicious module in that <br /> directory can be imported and executed instead of the intended package.