Lucene search
+L

2087 matches found

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
CVE
CVE
added 2026/09/04 4:53 p.m.17 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
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.9 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.16 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
NVD
NVD
added 2026/09/04 3:17 p.m.5 views

CVE-2026-82729

Inefficient Algorithmic Complexity vulnerability in elixir-mint mint allows a remote HTTP server to exhaust CPU on the client host and cause a denial of service. parsehexprefix/2 in lib/mint/http1/parse.ex folds each hex digit of a chunked response's chunk-size field into an arbitrary-precision...

6.3CVSS0.00487EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/04 2:31 p.m.8 views

EUVD-2026-71219

Inefficient Algorithmic Complexity vulnerability in elixir-mint mint allows a remote HTTP server to exhaust CPU on the client host and cause a denial of service. parsehexprefix/2 in lib/mint/http1/parse.ex folds each hex digit of a chunked response's chunk-size field into an arbitrary-precision...

6.3CVSS5.5AI score0.00487EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/09/04 12:00 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2026-84947

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - 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...

3.7CVSS6.1AI score0.00195EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/09/03 11:02 p.m.9 views

com.fasterxml.jackson.core/jackson-core: tools.jackson.core/jackson-core: jackson-core: Denial of Service via incomplete fix in async JSON parser

A flaw was found in jackson-core. A remote attacker can exploit an incomplete fix in the non-blocking JSON parser by streaming specially crafted JSON data in small chunks. This bypasses the intended number length constraint, causing the parser to accumulate excessive memory per connection. This...

8.7CVSS5.5AI score0.00372EPSS
SaveExploits0References11
RedHat Linux
RedHat Linux
added 2026/09/03 11:00 p.m.10 views

com.fasterxml.jackson.core/jackson-core: tools.jackson.core/jackson-core: jackson-core: Denial of Service via incomplete fix in async JSON parser

A flaw was found in jackson-core. A remote attacker can exploit an incomplete fix in the non-blocking JSON parser by streaming specially crafted JSON data in small chunks. This bypasses the intended number length constraint, causing the parser to accumulate excessive memory per connection. This...

8.7CVSS5.9AI score0.00372EPSS
SaveExploits0References11
RedHat Linux
RedHat Linux
added 2026/09/03 10:19 p.m.8 views

libevent: libevent: Multiple HTTP Parser Bugs Enable Request Smuggling

A flaw was found in libevent. The evhttp parser in libevent's http.c component inconsistently handles HTTP Transfer-Encoding headers and chunked framing. This inconsistency allows an unauthenticated remote attacker to desynchronize request boundaries when libevent is used behind a proxy. Successf...

9.2CVSS8.4AI score0.00587EPSS
SaveExploits0References11
EUVD
EUVD
added 2026/09/03 6:02 p.m.13 views

EUVD-2026-56926

ffuf denial of service OOM via HTTP response decompression bomb...

7.5CVSS5.9AI score0.00441EPSS
SaveExploits0References5
Microsoft CVE
Microsoft CVE
added 2026/09/03 8:06 a.m.14 views

inets,httpd: Memory Exhaustion via Unenforced max_body_size During Chunked Body Reception

...

8.7CVSS5.8AI score0.00328EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2026/09/03 5:20 a.m.8 views

CVE-2026-74835

A flaw was found in the inets application HTTP server httpd. A remote, unauthenticated attacker can exploit this vulnerability by sending a specially crafted chunked request that fails to enforce a configured body-size limit. This can lead to memory exhaustion, causing a Denial of Service DoS on...

8.7CVSS5.8AI score0.00328EPSS
SaveExploits0References9
Tenable Nessus
Tenable Nessus
added 2026/09/03 12:00 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2026-73812

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - httpd function checkheader/3 rejects duplicate Content-Length per CVE-2026-23941 but never checks for the TE+CL co-presence that RFC 9112 6.3 identifies as a...

9.4CVSS7.1AI score0.00453EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/09/03 12:00 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2026-74835

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - The inets application HTTP server httpd fails to enforce a configured body-size limit on chunked request. This issue affects OTP from OTP 17.0 before OTP...

8.7CVSS5.4AI score0.00328EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/09/02 9:36 p.m.12 views

CVE-2026-63382

A flaw was found in libevent. The evhttp parser in libevent's http.c component inconsistently handles HTTP Transfer-Encoding headers and chunked framing. This inconsistency allows an unauthenticated remote attacker to desynchronize request boundaries when libevent is used behind a proxy. Successf...

9.2CVSS7.2AI score0.00587EPSS
SaveExploits0References10
RedhatCVE
RedhatCVE
added 2026/09/02 8:50 p.m.9 views

CVE-2026-69664

A flaw was found in Erlang/OTP inets httpd. An unauthenticated remote attacker can exploit this vulnerability by sending a malformed chunked HTTP request. Specifically, if the chunk-size line is not a hexadecimal number and arrives separately from the headers, the server worker handling the reque...

8.7CVSS5.9AI score0.00686EPSS
SaveExploits0References10
NVD
NVD
added 2026/09/02 6:21 p.m.8 views

CVE-2026-84378

HTTPX2 is a next generation HTTP client for Python. From 2.5.0 until 2.10.0, the HTTPX2 Server-Sent Events parser in src/httpx2/httpx2/sse.py repeatedly copies and rescans buffered text in SSELineDecoder.decode when an attacker-controlled or compromised SSE endpoint splits one unterminated line...

5.9CVSS0.0032EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/02 8:07 a.m.7 views

inets: httpd: otp: inets httpd: Denial of Service due to memory exhaustion via unenforced body-size limit

A flaw was found in the inets application HTTP server httpd. A remote, unauthenticated attacker can exploit this vulnerability by sending a specially crafted chunked request that fails to enforce a configured body-size limit. This can lead to memory exhaustion, causing a Denial of Service DoS on...

8.7CVSS5.8AI score0.00328EPSS
SaveExploits0References10
Rows per page
Query Builder