MEDIUM 5.3 npm
undici before v5.8.0 vulnerable to CRLF injection in request headers
GHSA-3cvr-822r-rqcc · CVE-2022-31150
Published · Modified
Description
Impact
It is possible to inject CRLF sequences into request headers in Undici.
const undici = require('undici')
const response = undici.request("http://127.0.0.1:1000", {
headers: {'a': "\r\nb"}
})
The same applies to path and method
Patches
Update to v5.8.0
Workarounds
Sanitize all HTTP headers from untrusted sources to eliminate \r\n.
References
https://hackerone.com/reports/409943
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-12116
For more information
If you have any questions or comments about this advisory:
- Open an issue in undici repository
- To make a report, follow the SECURITY document
References
- WEB https://github.com/nodejs/undici/security/advisories/GHSA-3cvr-822r-rqcc
- ADVISORY https://nvd.nist.gov/vuln/detail/CVE-2022-31150
- WEB https://github.com/nodejs/undici/commit/a29a151d0140d095742d21a004023d024fe93259
- WEB https://hackerone.com/reports/409943
- PACKAGE https://github.com/nodejs/undici
- WEB https://github.com/nodejs/undici/releases/tag/v5.8.0
- WEB https://security.netapp.com/advisory/ntap-20220915-0002
Ready to move
Start Securing
Free, no credit card | First findings in minutes