Vulnerabilities (CVE)

Filtered by vendor Nodejs Subscribe
Filtered by product Undici
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2022-31150 1 Nodejs 1 Undici 2022-07-26 N/A 6.5 MEDIUM
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.
CVE-2022-32210 1 Nodejs 1 Undici 2022-07-25 N/A 6.5 MEDIUM
`Undici.ProxyAgent` never verifies the remote server's certificate, and always exposes all request & response data to the proxy. This unexpectedly means that proxies can MitM all HTTPS traffic, and if the proxy's URL is HTTP then it also means that nominally HTTPS requests are actually sent via plain-text HTTP between Undici and the proxy server.