CVE-2026-15157
- EPSS 0.15%
- Veröffentlicht 29.07.2026 21:17:44
- Zuletzt bearbeitet 04.08.2026 15:41:50
undici does not validate the type property of a duck-typed blob-like request body before using it as the Content-Type header on the HTTP/1.1 dispatcher. In undici before 6.28.0, from 7.0.0 up to before 7.29.0, and from 8.0.0 up to before 8.9.0, an ap...
CVE-2026-14643
- EPSS 0.23%
- Veröffentlicht 29.07.2026 21:08:33
- Zuletzt bearbeitet 04.08.2026 15:53:30
undici's cache interceptor mishandles optional whitespace placed around the equals sign of a qualified no-cache or private Cache-Control directive. In undici from 7.0.0 up to before 7.29.0 and from 8.0.0 up to before 8.9.0, the parser either drops th...
CVE-2026-16728
- EPSS 0.18%
- Veröffentlicht 29.07.2026 20:59:02
- Zuletzt bearbeitet 04.08.2026 14:06:21
undici's retry interceptor can deliver a response whose body length does not match the Content-Length header exposed to the application after a retry or resume of a partial response. In undici before 6.28.0, from 7.0.0 up to before 7.29.0, and from 8...
CVE-2026-16729
- EPSS 0.17%
- Veröffentlicht 29.07.2026 16:45:57
- Zuletzt bearbeitet 05.08.2026 15:18:55
undici's setCookie function does not fully sanitize cookie attributes. In undici before 6.28.0, from 7.0.0 up to before 7.29.0, and from 8.0.0 up to before 8.9.0, a domain value is not checked for semicolons and entries in the unparsed array are not ...
CVE-2026-13697
- EPSS 0.33%
- Veröffentlicht 29.07.2026 16:32:39
- Zuletzt bearbeitet 04.08.2026 14:17:59
undici's cache interceptor mishandles malformed Cache-Control private directives. In undici 7.0.0 up to before 7.29.0 and 8.0.0 up to before 8.9.0, a response carrying a degenerate qualified private directive, such as private set to an empty value, c...
CVE-2026-11525
- EPSS 0.24%
- Veröffentlicht 17.06.2026 17:31:03
- Zuletzt bearbeitet 25.06.2026 17:46:21
Impact: When undici parses a Set-Cookie header, it accepts any SameSite attribute value that contains Strict, Lax, or None as a substring, rather than the case-insensitive exact match specified by RFC 6265. Non-spec values are silently mapped to one ...
CVE-2026-6733
- EPSS 0.22%
- Veröffentlicht 17.06.2026 17:14:50
- Zuletzt bearbeitet 27.06.2026 23:46:06
Impact: Undici's HTTP/1.1 client is vulnerable to response queue poisoning on reused keep-alive sockets. An attacker-controlled upstream server can inject an unsolicited HTTP/1.1 response onto an idle socket after a request completes. When the client...
CVE-2026-9678
- EPSS 0.36%
- Veröffentlicht 17.06.2026 17:04:09
- Zuletzt bearbeitet 25.06.2026 17:44:16
Impact: Undici's cache interceptor incorrectly classifies some responses as cacheable when the upstream Cache-Control header uses whitespace-padded qualified private or no-cache field names such as private=" authorization" or no-cache="\tauthorizatio...
CVE-2026-9679
- EPSS 0.26%
- Veröffentlicht 17.06.2026 16:56:18
- Zuletzt bearbeitet 25.06.2026 17:43:39
Impact: undici's cookie parser in parseSetCookie percent-decodes cookie values via qsUnescape, turning encoded sequences like %0D%0A, %00, %3B, and %3D into their literal byte equivalents. RFC 6265 §5.4 does not specify any decoding and browsers do n...
CVE-2026-9697
- EPSS 0.46%
- Veröffentlicht 17.06.2026 16:46:42
- Zuletzt bearbeitet 20.08.2026 13:19:07
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...