cvelist/2024/53xxx/CVE-2024-53899.json
2024-11-24 17:00:31 +00:00

72 lines
2.2 KiB
JSON

{
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2024-53899",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "n/a",
"version": {
"version_data": [
{
"version_value": "n/a"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "virtualenv before 20.26.6 allows command injection through the activation scripts for a virtual environment. Magic template strings are not quoted correctly when replacing. NOTE: this is not the same as CVE-2024-9287."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"url": "https://github.com/pypa/virtualenv/issues/2768",
"refsource": "MISC",
"name": "https://github.com/pypa/virtualenv/issues/2768"
},
{
"url": "https://github.com/pypa/virtualenv/releases/tag/20.26.6",
"refsource": "MISC",
"name": "https://github.com/pypa/virtualenv/releases/tag/20.26.6"
},
{
"url": "https://github.com/pypa/virtualenv/pull/2771",
"refsource": "MISC",
"name": "https://github.com/pypa/virtualenv/pull/2771"
}
]
}
}