Skip to content

Commit

Permalink
add released fixes for python on CVE-2024-9287
Browse files Browse the repository at this point in the history
Signed-off-by: Weston Steimel <[email protected]>
  • Loading branch information
westonsteimel committed Dec 4, 2024
1 parent b6e2b1b commit 8d136c2
Showing 1 changed file with 25 additions and 5 deletions.
30 changes: 25 additions & 5 deletions data/anchore/2024/CVE-2024-9287.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,11 @@
"cna": "psf",
"cveId": "CVE-2024-9287",
"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.",
"needsReview": true,
"reason": "Added CPE configurations because not yet analyzed by NVD.",
"references": [
"https://github.com/python/cpython/issues/124651",
"https://github.com/python/cpython/pull/124712",
"https://mail.python.org/archives/list/[email protected]/thread/RSPJ2B5JL22FG3TKUJ7D7DQ4N5JRRBZL/"
],
"toDos": [
"Monitor for patched versions"
]
},
"adp": {
Expand All @@ -30,7 +26,31 @@
"vendor": "Python Software Foundation",
"versions": [
{
"lessThanOrEqual": "3.13.0",
"lessThan": "3.13.1",
"status": "affected",
"version": "3.13",
"versionType": "python"
},
{
"lessThan": "3.12.8",
"status": "affected",
"version": "3.12",
"versionType": "python"
},
{
"lessThan": "3.11.11",
"status": "affected",
"version": "3.11",
"versionType": "python"
},
{
"lessThan": "3.10.16",
"status": "affected",
"version": "3.10",
"versionType": "python"
},
{
"lessThan": "3.9.21",
"status": "affected",
"version": "0",
"versionType": "python"
Expand Down

0 comments on commit 8d136c2

Please sign in to comment.