VYPR

Undici

by Undici

npm: undici

Source repositories

CVEs (7)

  • CVE-2026-9697HigJun 17, 2026
    risk 0.48cvss 7.4epss 0.00

    Impact: undici's ProxyAgent silently drops the requestTls option when configured with a SOCKS5 proxy URI (socks5:// or socks://). The target HTTPS connection through the SOCKS5 tunnel falls back to Node's default trust store, ignoring user-configured ca, cert, key,…

  • CVE-2026-2229HigMar 12, 2026
    risk 0.42cvss 7.5epss 0.01

    ImpactThe undici WebSocket client is vulnerable to a denial-of-service attack due to improper validation of the server_max_window_bits parameter in the permessage-deflate extension. When a WebSocket client connects to a server, it automatically advertises support for…

  • CVE-2026-1528HigMar 12, 2026
    risk 0.42cvss 7.5epss 0.00

    ImpactA server can reply with a WebSocket frame using the 64-bit length form and an extremely large length. undici's ByteParser overflows internal math, ends up in an invalid state, and throws a fatal TypeError that terminates the process. Patches Patched in the undici version…

  • CVE-2026-1526HigMar 12, 2026
    risk 0.42cvss 7.5epss 0.01

    The undici WebSocket client is vulnerable to a denial-of-service attack via unbounded memory consumption during permessage-deflate decompression. When a WebSocket connection negotiates the permessage-deflate extension, the client decompresses incoming compressed frames without…

  • CVE-2026-1525MedMar 12, 2026
    risk 0.35cvss 6.5epss 0.00

    Undici allows duplicate HTTP Content-Length headers when they are provided in an array with case-variant names (e.g., Content-Length and content-length). This produces malformed HTTP/1.1 requests with multiple conflicting Content-Length values on the wire. Who is…

  • CVE-2026-2581MedMar 12, 2026
    risk 0.31cvss 5.9epss 0.01

    This is an uncontrolled resource consumption vulnerability (CWE-400) that can lead to Denial of Service (DoS). In vulnerable Undici versions, when interceptors.deduplicate() is enabled, response data for deduplicated requests could be accumulated in memory for downstream…

  • CVE-2026-1527MedMar 12, 2026
    risk 0.23cvss 4.6epss 0.00

    ImpactWhen an application passes user-controlled input to the upgrade option of client.request(), an attacker can inject CRLF sequences (\r\n) to: * Inject arbitrary HTTP headers * Terminate the HTTP request prematurely and smuggle raw data to non-HTTP services (Redis,…