2022-05-18 19:01:55 +00:00
{
"CVE_data_meta" : {
2022-07-19 20:38:13 +00:00
"ASSIGNER" : "security-advisories@github.com" ,
2022-05-18 19:01:55 +00:00
"ID" : "CVE-2022-31150" ,
2022-07-19 20:38:13 +00:00
"STATE" : "PUBLIC" ,
"TITLE" : "CRLF injection in request headers"
2022-05-18 19:01:55 +00:00
} ,
2022-07-19 20:38:13 +00:00
"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" ,
2022-05-18 19:01:55 +00:00
"description" : {
"description_data" : [
{
"lang" : "eng" ,
2022-07-19 21:00:47 +00:00
"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."
2022-05-18 19:01:55 +00:00
}
]
2022-07-19 20:38:13 +00:00
} ,
"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"
2022-09-15 18:00:36 +00:00
} ,
{
"refsource" : "CONFIRM" ,
"name" : "https://security.netapp.com/advisory/ntap-20220915-0002/" ,
"url" : "https://security.netapp.com/advisory/ntap-20220915-0002/"
2022-07-19 20:38:13 +00:00
}
]
} ,
"source" : {
"advisory" : "GHSA-3cvr-822r-rqcc" ,
"discovery" : "UNKNOWN"
2022-05-18 19:01:55 +00:00
}
}