Lucene search
+L

642 matches found

Debian CVE
Debian CVE
added 2026/09/04 5:04 p.m.10 views

CVE-2026-84890

undici's decompress interceptor decompresses response bodies according to the untrusted Content-Encoding header. While the number of content-encoding layers is capped, the total decompressed output size is unbounded and there is no configuration option to limit it. A malicious or faulty upstream...

5.9CVSS5.3AI score0.0025EPSS
SaveExploits0
OSV
OSV
added 2026/09/04 5:04 p.m.4 views

CVE-2026-84890 undici vulnerable to Denial of Service via unbounded decompression of compressed responses

undici's decompress interceptor decompresses response bodies according to the untrusted Content-Encoding header. While the number of content-encoding layers is capped, the total decompressed output size is unbounded and there is no configuration option to limit it. A malicious or faulty upstream...

5.9CVSS5.7AI score
SaveExploits0References4
EUVD
EUVD
added 2026/09/04 5:04 p.m.8 views

EUVD-2026-71634

undici's decompress interceptor decompresses response bodies according to the untrusted Content-Encoding header. While the number of content-encoding layers is capped, the total decompressed output size is unbounded and there is no configuration option to limit it. A malicious or faulty upstream...

5.9CVSS5.3AI score0.0025EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/04 4:59 p.m.7 views

EUVD-2026-71518

undici's cache interceptor does not handle the Set-Cookie response header anywhere in its cache path, so it neither refuses to store nor strips that header. In shared cache mode, which is the default, an otherwise cacheable response that carries a Set-Cookie header, for example one marked with a...

6.5CVSS5.2AI score0.00246EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/04 4:59 p.m.38 views

CVE-2026-84933 undici vulnerable to cross-user cookie disclosure via Set-Cookie caching in shared caches

undici's cache interceptor does not handle the Set-Cookie response header anywhere in its cache path, so it neither refuses to store nor strips that header. In shared cache mode, which is the default, an otherwise cacheable response that carries a Set-Cookie header, for example one marked with a...

6.5CVSS0.00246EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/04 4:59 p.m.14 views

CVE-2026-84933

undici (Node.js HTTP client) has a vulnerability in its cache interceptor that fails to handle the Set-Cookie response header in its cache path—neither refusing to store nor stripping it. In shared cache mode (the default), a cacheable response carrying a Set-Cookie header is stored and re-served...

6.5CVSS5.2AI score0.00246EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/09/04 4:59 p.m.11 views

CVE-2026-84933

undici's cache interceptor does not handle the Set-Cookie response header anywhere in its cache path, so it neither refuses to store nor strips that header. In shared cache mode, which is the default, an otherwise cacheable response that carries a Set-Cookie header, for example one marked with a...

6.5CVSS5.3AI score0.00246EPSS
SaveExploits0
CVE
CVE
added 2026/09/04 4:53 p.m.11 views

CVE-2026-84947

CVE-2026-84947 affects undici (Node.js HTTP client), specifically its dump interceptor . When a chunked response (no Content-Length) exceeds the configurable maximum body size, the interceptor signals completion early without pausing or aborting the request. The underlying parser then delivers a ...

3.7CVSS5.2AI score0.00195EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/04 4:53 p.m.37 views

CVE-2026-84947 undici vulnerable to response truncation via oversized chunked responses in the dump interceptor

undici's dump interceptor reads and discards a response body up to a configurable maximum size. When a response declares a Content-Length that exceeds the maximum, the interceptor aborts cleanly, but when a response has no Content-Length and is chunked, the interceptor instead signals completion...

3.7CVSS0.00195EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/04 4:53 p.m.8 views

EUVD-2026-71517

undici's dump interceptor reads and discards a response body up to a configurable maximum size. When a response declares a Content-Length that exceeds the maximum, the interceptor aborts cleanly, but when a response has no Content-Length and is chunked, the interceptor instead signals completion...

3.7CVSS5.2AI score0.00195EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/04 4:53 p.m.6 views

CVE-2026-84947 undici vulnerable to response truncation via oversized chunked responses in the dump interceptor

undici's dump interceptor reads and discards a response body up to a configurable maximum size. When a response declares a Content-Length that exceeds the maximum, the interceptor aborts cleanly, but when a response has no Content-Length and is chunked, the interceptor instead signals completion...

3.7CVSS5.6AI score
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/09/04 4:53 p.m.13 views

CVE-2026-84947

undici's dump interceptor reads and discards a response body up to a configurable maximum size. When a response declares a Content-Length that exceeds the maximum, the interceptor aborts cleanly, but when a response has no Content-Length and is chunked, the interceptor instead signals completion...

3.7CVSS5.3AI score0.00195EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/09/04 4:42 p.m.10 views

CVE-2026-85008

undici's cache interceptor documents that only safe HTTP methods are cached, but its logic to skip caching is built by subtracting the configured methods from the set of safe methods, so an unsafe method such as POST, PUT, or DELETE is never placed in the skip list and instead falls through to th...

3.7CVSS5.6AI score0.00117EPSS
SaveExploits0
OSV
OSV
added 2026/09/04 4:42 p.m.7 views

CVE-2026-85008 undici vulnerable to caching and replay of unsafe HTTP method responses

undici's cache interceptor documents that only safe HTTP methods are cached, but its logic to skip caching is built by subtracting the configured methods from the set of safe methods, so an unsafe method such as POST, PUT, or DELETE is never placed in the skip list and instead falls through to th...

3.7CVSS5.7AI score
SaveExploits0References4
CVE
CVE
added 2026/09/04 4:42 p.m.14 views

CVE-2026-85008

undici (the Node.js HTTP client library) contains a caching integrity flaw in its cache interceptor . The skip-list logic is built by subtracting configured methods from the set of safe methods, so unsafe methods (POST, PUT, DELETE) are never added to the skip list and fall through to the full ca...

3.7CVSS5.5AI score0.00117EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/04 4:42 p.m.7 views

EUVD-2026-71489

undici's cache interceptor documents that only safe HTTP methods are cached, but its logic to skip caching is built by subtracting the configured methods from the set of safe methods, so an unsafe method such as POST, PUT, or DELETE is never placed in the skip list and instead falls through to th...

3.7CVSS5.5AI score0.00117EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/04 4:36 p.m.7 views

EUVD-2026-71474

undici 8.10.0 omits the destination origin from the cache and request-deduplication keys when the cache or deduplicate interceptor is composed directly onto a Client or Pool. Because the internal cache key falls back to an empty origin string, a cacheable or in-flight response from one upstream...

7.4CVSS5.3AI score0.00173EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/04 4:36 p.m.36 views

CVE-2026-85152 undici vulnerable to cross-origin cache poisoning via missing origin isolation in interceptors

undici 8.10.0 omits the destination origin from the cache and request-deduplication keys when the cache or deduplicate interceptor is composed directly onto a Client or Pool. Because the internal cache key falls back to an empty origin string, a cacheable or in-flight response from one upstream...

7.4CVSS0.00173EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/09/04 12:00 a.m.10 views

PT-2026-85805

Name of the Vulnerable Software and Affected Versions undici versions 7.0.0 through 7.29.0 undici versions 8.0.0 through 8.10.1 Description The cache interceptor incorrectly handles the caching of unsafe HTTP methods. While documentation states only safe methods are cached, the logic used to skip...

3.7CVSS5.7AI score0.00117EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2026/09/04 12:00 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2026-84933

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - undici's cache interceptor does not handle the Set-Cookie response header anywhere in its cache path, so it neither refuses to store nor strips that header. In...

6.5CVSS6.1AI score0.00246EPSS
SaveExploits0References4
Rows per page
Query Builder