CVE-2022-32214: XSS
A vulnerability was found in NodeJS due to the llhttp parser in the http module not strictly using the CRLF sequence to delimit HTTP requests. This issue can lead to HTTP Request Smuggling (HRS). This flaw allows an attacker to send a specially crafted HTTP request to the server and smuggle arbitrary HTTP headers, causing web cache poisoning, and conducting XSS attacks.
Affected Software
Remediation
Event History
Frequently Asked Questions
What is CVE-2022-32214?
CVE-2022-32214 is a vulnerability found in Node.js due to the llhttp parser in the http module not strictly using the CRLF sequence to delimit HTTP requests.
What is the severity of CVE-2022-32214?
The severity of CVE-2022-32214 is medium (6.5).
How does CVE-2022-32214 relate to HTTP Request Smuggling (HRS)?
CVE-2022-32214 can lead to HTTP Request Smuggling (HRS) as it allows an attacker to send a specially crafted HTTP request to the server and smuggle arbitrary data.
Which versions of Node.js are affected by CVE-2022-32214?
Node.js versions <v14.20.1, <v16.17.1, and <v18.9.1 are affected by CVE-2022-32214.
How can I mitigate CVE-2022-32214?
To mitigate CVE-2022-32214, update Node.js to versions 14.20.1, 16.17.1, or 18.9.1 or later.