cvelist/2023/23xxx/CVE-2023-23934.json
2023-08-18 14:00:34 +00:00

106 lines
4.1 KiB
JSON

{
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2023-23934",
"ASSIGNER": "security-advisories@github.com",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "Werkzeug is a comprehensive WSGI web application library. Browsers may allow \"nameless\" cookies that look like `=value` instead of `key=value`. A vulnerable browser may allow a compromised application on an adjacent subdomain to exploit this to set a cookie like `=__Host-test=bad` for another subdomain. Werkzeug prior to 2.2.3 will parse the cookie `=__Host-test=bad` as __Host-test=bad`. If a Werkzeug application is running next to a vulnerable or malicious subdomain which sets such a cookie using a vulnerable browser, the Werkzeug application will see the bad cookie value but the valid cookie key. The issue is fixed in Werkzeug 2.2.3."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-20: Improper Input Validation",
"cweId": "CWE-20"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "pallets",
"product": {
"product_data": [
{
"product_name": "werkzeug",
"version": {
"version_data": [
{
"version_affected": "=",
"version_value": "< 2.2.3"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/pallets/werkzeug/security/advisories/GHSA-px8h-6qxv-m22q",
"refsource": "MISC",
"name": "https://github.com/pallets/werkzeug/security/advisories/GHSA-px8h-6qxv-m22q"
},
{
"url": "https://github.com/pallets/werkzeug/commit/cf275f42acad1b5950c50ffe8ef58fe62cdce028",
"refsource": "MISC",
"name": "https://github.com/pallets/werkzeug/commit/cf275f42acad1b5950c50ffe8ef58fe62cdce028"
},
{
"url": "https://github.com/pallets/werkzeug/releases/tag/2.2.3",
"refsource": "MISC",
"name": "https://github.com/pallets/werkzeug/releases/tag/2.2.3"
},
{
"url": "https://www.debian.org/security/2023/dsa-5470",
"refsource": "MISC",
"name": "https://www.debian.org/security/2023/dsa-5470"
},
{
"url": "https://security.netapp.com/advisory/ntap-20230818-0003/",
"refsource": "MISC",
"name": "https://security.netapp.com/advisory/ntap-20230818-0003/"
}
]
},
"source": {
"advisory": "GHSA-px8h-6qxv-m22q",
"discovery": "UNKNOWN"
},
"impact": {
"cvss": [
{
"attackComplexity": "HIGH",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "NONE",
"baseScore": 2.6,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:A/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N",
"version": "3.1"
}
]
}
}