mirror of
https://github.com/CVEProject/cvelist.git
synced 2025-08-04 08:44:25 +00:00
98 lines
3.4 KiB
JSON
98 lines
3.4 KiB
JSON
{
|
|
"CVE_data_meta": {
|
|
"ASSIGNER": "security-advisories@github.com",
|
|
"ID": "CVE-2022-31150",
|
|
"STATE": "PUBLIC",
|
|
"TITLE": "CRLF injection in request headers"
|
|
},
|
|
"affects": {
|
|
"vendor": {
|
|
"vendor_data": [
|
|
{
|
|
"product": {
|
|
"product_data": [
|
|
{
|
|
"product_name": "undici",
|
|
"version": {
|
|
"version_data": [
|
|
{
|
|
"version_value": "< v5.7.1, >= v5.8.0"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"vendor_name": "nodejs"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"data_format": "MITRE",
|
|
"data_type": "CVE",
|
|
"data_version": "4.0",
|
|
"description": {
|
|
"description_data": [
|
|
{
|
|
"lang": "eng",
|
|
"value": "undici is an HTTP/1.1 client, written from scratch for Node.js. It is possible to inject CRLF sequences into request headers in undici in versions less than 5.7.1. A fix was released in version 5.8.0. Sanitizing all HTTP headers from untrusted sources to eliminate `\\r\\n` is a workaround for this issue."
|
|
}
|
|
]
|
|
},
|
|
"impact": {
|
|
"cvss": {
|
|
"attackComplexity": "LOW",
|
|
"attackVector": "NETWORK",
|
|
"availabilityImpact": "NONE",
|
|
"baseScore": 5.3,
|
|
"baseSeverity": "MEDIUM",
|
|
"confidentialityImpact": "NONE",
|
|
"integrityImpact": "LOW",
|
|
"privilegesRequired": "NONE",
|
|
"scope": "UNCHANGED",
|
|
"userInteraction": "NONE",
|
|
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
|
|
"version": "3.1"
|
|
}
|
|
},
|
|
"problemtype": {
|
|
"problemtype_data": [
|
|
{
|
|
"description": [
|
|
{
|
|
"lang": "eng",
|
|
"value": "CWE-93: Improper Neutralization of CRLF Sequences ('CRLF Injection')"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"references": {
|
|
"reference_data": [
|
|
{
|
|
"name": "https://github.com/nodejs/undici/security/advisories/GHSA-3cvr-822r-rqcc",
|
|
"refsource": "CONFIRM",
|
|
"url": "https://github.com/nodejs/undici/security/advisories/GHSA-3cvr-822r-rqcc"
|
|
},
|
|
{
|
|
"name": "https://hackerone.com/reports/409943",
|
|
"refsource": "MISC",
|
|
"url": "https://hackerone.com/reports/409943"
|
|
},
|
|
{
|
|
"name": "https://github.com/nodejs/undici/releases/tag/v5.8.0",
|
|
"refsource": "MISC",
|
|
"url": "https://github.com/nodejs/undici/releases/tag/v5.8.0"
|
|
},
|
|
{
|
|
"refsource": "CONFIRM",
|
|
"name": "https://security.netapp.com/advisory/ntap-20220915-0002/",
|
|
"url": "https://security.netapp.com/advisory/ntap-20220915-0002/"
|
|
}
|
|
]
|
|
},
|
|
"source": {
|
|
"advisory": "GHSA-3cvr-822r-rqcc",
|
|
"discovery": "UNKNOWN"
|
|
}
|
|
} |