CVE-2024-9287
CVSS V2 None
CVSS V3 None
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.
Overview
- CVE ID
- CVE-2024-9287
- Assigner
- PSF
- Vulnerability Status
- PUBLISHED
- Published Version
- 2024-10-22T16:34:39.210Z
- Last Modified Date
- 2024-10-22T17:13:32.968Z
Weakness Enumerations
References
Reference URL | Reference Tags |
---|---|
https://github.com/python/cpython/issues/124651 | issue-tracking |
https://github.com/python/cpython/pull/124712 | patch |
https://mail.python.org/archives/list/security-announce@python.org/thread/RSPJ2B5JL22FG3TKUJ7D7DQ4N5JRRBZL/ | vendor-advisory |
Sources
Source Name | Source URL |
---|---|
NIST | https://nvd.nist.gov/vuln/detail/CVE-2024-9287 |
MITRE | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-9287 |
History
Created | Old Value | New Value | Data Type | Notes |
---|---|---|---|---|
2024-10-23 13:22:38 | Added to TrackCVE |