CVE-2024-9287

Summary

A vulnerability has been found in the CPython venv module and CLI where path names provided when creating a virtual environment were not quoted properly, allowing the creator to inject commands into virtual environment "activation" scripts (ie "source venv/bin/activate"). This means that attacker-controlled virtual environments are able to run commands when the virtual environment is activated. Virtual environments which are not created by an attacker or which aren't activated before being used (ie "./venv/bin/python") are not affected.

Affected Software

VendorProductVersion RangeStatus
Python Software FoundationCPython0 < 3.9.21affected
Python Software FoundationCPython3.10.0 < 3.10.16affected
Python Software FoundationCPython3.11.0 < 3.11.11affected
Python Software FoundationCPython3.12.0 < 3.12.8affected
Python Software FoundationCPython3.13.0 < 3.13.1affected
Python Software FoundationCPython3.14.0a1 < 3.14.0a2affected

Weaknesses

  • CWE-428: CWE-428 Unquoted Search Path or Element

ADP Enrichment

CISA ADP Vulnrichment

  • SSVC:
  • Exploitation: none
    • Automatable: no
    • Technical Impact: total

CVE Program Container

Additional References

References