cvelist/2023/24xxx/CVE-2023-24329.json

72 lines
2.2 KiB
JSON
Raw Normal View History

2023-01-23 06:00:54 +00:00
{
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
2023-02-17 15:00:37 +00:00
"ID": "CVE-2023-24329",
"STATE": "PUBLIC"
2023-01-23 06:00:54 +00:00
},
2023-02-17 15:00:37 +00:00
"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",
2023-01-23 06:00:54 +00:00
"description": {
"description_data": [
{
"lang": "eng",
2023-02-17 15:00:37 +00:00
"value": "An issue in the urllib.parse component of Python before v3.11 allows attackers to bypass blocklisting methods by supplying a URL that starts with blank characters."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"url": "https://pointernull.com/security/python-url-parse-problem.html",
"refsource": "MISC",
"name": "https://pointernull.com/security/python-url-parse-problem.html"
},
{
"url": "https://github.com/python/cpython/pull/99421",
"refsource": "MISC",
"name": "https://github.com/python/cpython/pull/99421"
2023-03-24 16:00:34 +00:00
},
{
"refsource": "CONFIRM",
"name": "https://security.netapp.com/advisory/ntap-20230324-0004/",
"url": "https://security.netapp.com/advisory/ntap-20230324-0004/"
2023-01-23 06:00:54 +00:00
}
]
}
}