cvelist/2023/26xxx/CVE-2023-26104.json
2023-02-25 05:00:34 +00:00

103 lines
3.3 KiB
JSON

{
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2023-26104",
"ASSIGNER": "report@snyk.io",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "All versions of the package lite-web-server are vulnerable to Denial of Service (DoS) when an attacker sends an HTTP request and includes control characters that the decodeURI() function is unable to parse."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Denial of Service (DoS)",
"cweId": "CWE-400"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "n/a",
"product": {
"product_data": [
{
"product_name": "lite-web-server",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "0",
"version_value": "*"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://security.snyk.io/vuln/SNYK-JS-LITEWEBSERVER-3153703",
"refsource": "MISC",
"name": "https://security.snyk.io/vuln/SNYK-JS-LITEWEBSERVER-3153703"
},
{
"url": "https://github.com/chasyumen/lite-web-server/blob/main/src/WebServer.js%23L274",
"refsource": "MISC",
"name": "https://github.com/chasyumen/lite-web-server/blob/main/src/WebServer.js%23L274"
},
{
"url": "https://gist.github.com/lirantal/637520812da06fffb91dd86d02ff6bde",
"refsource": "MISC",
"name": "https://gist.github.com/lirantal/637520812da06fffb91dd86d02ff6bde"
}
]
},
"credits": [
{
"lang": "en",
"value": "Liran Tal"
},
{
"lang": "en",
"value": "Snyk"
}
],
"impact": {
"cvss": [
{
"version": "3.1",
"attackVector": "NETWORK",
"attackComplexity": "LOW",
"privilegesRequired": "NONE",
"userInteraction": "NONE",
"scope": "UNCHANGED",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P"
}
]
}
}