Vulnerability Description
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.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Python | Python | < 3.9.21 |
Related Weaknesses (CWE)
References
- https://github.com/python/cpython/commit/633555735a023d3e4d92ba31da35b1205f9ecbdPatch
- https://github.com/python/cpython/commit/8450b2482586857d689b6658f08de9c8179af7dPatch
- https://github.com/python/cpython/commit/9286ab3a107ea41bd3f3c3682ce2512692bddedPatch
- https://github.com/python/cpython/commit/ae961ae94bf19c8f8c7fbea3d1c25cc55ce8ae9Patch
- https://github.com/python/cpython/commit/d48cc82ed25e26b02eb97c6263d95dcaa1e9111Patch
- https://github.com/python/cpython/commit/e52095a0c1005a87eed2276af7a1f2f66e2b648Patch
- https://github.com/python/cpython/issues/124651Issue Tracking
- https://github.com/python/cpython/pull/124712Issue TrackingPatch
- https://mail.python.org/archives/list/[email protected]/thread/RSPJ2BVendor Advisory
- https://lists.debian.org/debian-lts-announce/2024/11/msg00024.html
- https://lists.debian.org/debian-lts-announce/2024/12/msg00000.html
- https://security.netapp.com/advisory/ntap-20250425-0006/
FAQ
What is CVE-2024-9287?
CVE-2024-9287 is a vulnerability with a CVSS score of 7.8 (HIGH). 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...
How severe is CVE-2024-9287?
CVE-2024-9287 has been rated HIGH with a CVSS base score of 7.8/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2024-9287?
Check the references section above for vendor advisories and patch information. Affected products include: Python Python.