Lucene search
+L

570 matches found

Vulnrichment
Vulnrichment
added 2026/09/01 2:37 p.m.16 views

CVE-2026-55951 httpc memory exhaustion via unbounded response header accumulation

The Erlang/OTP httpc HTTP client does not enforce a limit on the total size of response headers received from a server. The maxheadersize option defaults to nolimit, and httpcresponse:parseheaders/6 accumulates every header into a list before the length check runs which only fires after the...

8.2CVSS5.9AI score0.00382EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/09/01 2:37 p.m.37 views

CVE-2026-55951 httpc memory exhaustion via unbounded response header accumulation

The Erlang/OTP httpc HTTP client does not enforce a limit on the total size of response headers received from a server. The maxheadersize option defaults to nolimit, and httpcresponse:parseheaders/6 accumulates every header into a list before the length check runs which only fires after the...

8.2CVSS0.00382EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/09/01 2:37 p.m.11 views

CVE-2026-55951

The Erlang/OTP httpc HTTP client does not enforce a limit on the total size of response headers received from a server. The maxheadersize option defaults to nolimit, and httpcresponse:parseheaders/6 accumulates every header into a list before the length check runs which only fires after the...

8.2CVSS5.9AI score0.00382EPSS
SaveExploits0
EUVD
EUVD
added 2026/09/01 2:37 p.m.12 views

EUVD-2026-69228

The Erlang/OTP httpc HTTP client does not enforce a limit on the total size of response headers received from a server. The maxheadersize option defaults to nolimit, and httpcresponse:parseheaders/6 accumulates every header into a list before the length check runs which only fires after the...

8.2CVSS5.9AI score0.00382EPSS
SaveExploits0References6
CVE
CVE
added 2026/09/01 2:37 p.m.29 views

CVE-2026-55951

The Erlang/OTP httpc HTTP client (inets package) does not enforce a limit on the total size of response headers. The max_header_size option defaults to nolimit, and httpc_response:parse_headers/6 accumulates all headers into a list before the length check fires (only after the terminating CRLF CR...

8.2CVSS5.9AI score0.00382EPSS
SaveExploits0References6
OSV
OSV
added 2026/09/01 2:37 p.m.8 views

EEF-CVE-2026-55951 httpc memory exhaustion via unbounded response header accumulation

Summary The Erlang/OTP httpc HTTP client does not enforce a limit on the total size of response headers received from a server. The maxheadersize option defaults to nolimit, and httpcresponse:parseheaders/6 accumulates every header into a list before the length check runs which only fires after t...

8.2CVSS6AI score0.00382EPSS
SaveExploits0References5
OSV
OSV
added 2026/09/01 2:37 p.m.7 views

CVE-2026-55951 httpc memory exhaustion via unbounded response header accumulation

The Erlang/OTP httpc HTTP client does not enforce a limit on the total size of response headers received from a server. The maxheadersize option defaults to nolimit, and httpcresponse:parseheaders/6 accumulates every header into a list before the length check runs which only fires after the...

8.2CVSS5.9AI score0.00382EPSS
SaveExploits0References10
OSV
OSV
added 2026/09/01 2:35 p.m.7 views

CVE-2026-71380 httpd applies no timeout while receiving a request body, parking a worker on a stalled client

Missing Release of Resource after Effective Lifetime vulnerability in Erlang/OTP inets httpd allows an unauthenticated remote attacker to cause denial of service by sending valid request headers with a large Content-Length and then stalling before the body is complete...

8.7CVSS5.9AI score0.00387EPSS
SaveExploits0References9
EUVD
EUVD
added 2026/09/01 2:35 p.m.10 views

EUVD-2026-69226

Missing Release of Resource after Effective Lifetime vulnerability in Erlang/OTP inets httpd allows an unauthenticated remote attacker to cause denial of service by sending valid request headers with a large Content-Length and then stalling before the body is complete...

8.7CVSS5.9AI score0.00387EPSS
SaveExploits0References5
CVE
CVE
added 2026/09/01 2:35 p.m.28 views

CVE-2026-71380

CVE-2026-71380 is a Missing Release of Resource after Effective Lifetime vulnerability in Erlang/OTP inets httpd . An unauthenticated remote attacker can trigger a denial of service by sending valid request headers declaring a large Content-Length and then stalling before the body is complete. In...

8.7CVSS5.9AI score0.00387EPSS
SaveExploits0References5
OSV
OSV
added 2026/09/01 2:35 p.m.9 views

EEF-CVE-2026-71380 httpd applies no timeout while receiving a request body, parking a worker on a stalled client

Summary Missing Release of Resource after Effective Lifetime vulnerability in Erlang/OTP inets httpd allows an unauthenticated remote attacker to cause denial of service by sending valid request headers with a large Content-Length and then stalling before the body is complete...

8.7CVSS5.9AI score0.00387EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/01 2:35 p.m.38 views

CVE-2026-71380 httpd applies no timeout while receiving a request body, parking a worker on a stalled client

Missing Release of Resource after Effective Lifetime vulnerability in Erlang/OTP inets httpd allows an unauthenticated remote attacker to cause denial of service by sending valid request headers with a large Content-Length and then stalling before the body is complete...

8.7CVSS0.00387EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/09/01 2:35 p.m.12 views

CVE-2026-71380

Missing Release of Resource after Effective Lifetime vulnerability in Erlang/OTP inets httpd allows an unauthenticated remote attacker to cause denial of service by sending valid request headers with a large Content-Length and then stalling before the body is complete...

8.7CVSS5.9AI score0.00387EPSS
SaveExploits0
OSV
OSV
added 2026/09/01 2:33 p.m.7 views

EEF-CVE-2026-71562 httpc does not bound server-supplied numeric header values before integer conversion

Summary Improper Validation of Specified Quantity in Input vulnerability in Erlang/OTP inets httpc allows a malicious or compromised HTTP server to degrade availability by returning a numeric header whose value is a very long run of digits. httpchandler.erl converts the server-supplied...

6.3CVSS5.7AI score0.00342EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/09/01 2:33 p.m.11 views

EUVD-2026-69224

Improper Validation of Specified Quantity in Input vulnerability in Erlang/OTP inets httpc allows a malicious or compromised HTTP server to degrade availability by returning a numeric header whose value is a very long run of digits. httpchandler.erl converts the server-supplied Content-Length wit...

6.3CVSS5.8AI score0.00342EPSS
SaveExploits0References6
OSV
OSV
added 2026/09/01 2:33 p.m.7 views

CVE-2026-71562 httpc does not bound server-supplied numeric header values before integer conversion

Improper Validation of Specified Quantity in Input vulnerability in Erlang/OTP inets httpc allows a malicious or compromised HTTP server to degrade availability by returning a numeric header whose value is a very long run of digits. httpchandler.erl converts the server-supplied Content-Length wit...

6.3CVSS5.8AI score0.00342EPSS
SaveExploits0References10
Cvelist
Cvelist
added 2026/09/01 2:33 p.m.36 views

CVE-2026-71562 httpc does not bound server-supplied numeric header values before integer conversion

Improper Validation of Specified Quantity in Input vulnerability in Erlang/OTP inets httpc allows a malicious or compromised HTTP server to degrade availability by returning a numeric header whose value is a very long run of digits. httpchandler.erl converts the server-supplied Content-Length wit...

6.3CVSS0.00342EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2026/09/01 2:33 p.m.16 views

CVE-2026-71562 httpc does not bound server-supplied numeric header values before integer conversion

Improper Validation of Specified Quantity in Input vulnerability in Erlang/OTP inets httpc allows a malicious or compromised HTTP server to degrade availability by returning a numeric header whose value is a very long run of digits. httpchandler.erl converts the server-supplied Content-Length wit...

6.3CVSS5.8AI score0.00342EPSS
SaveExploits0References6
OSV
OSV
added 2026/09/01 2:33 p.m.8 views

CVE-2026-70399 httpd does not enforce the documented default max_clients connection limit

Allocation of Resources Without Limits or Throttling vulnerability in Erlang/OTP inets httpd allows an unauthenticated remote attacker to cause denial of service by opening and holding open a large number of connections. The maxclients option is documented to default to 150, and the inets hardeni...

8.7CVSS5.9AI score0.00533EPSS
SaveExploits0References11
Cvelist
Cvelist
added 2026/09/01 2:33 p.m.40 views

CVE-2026-70399 httpd does not enforce the documented default max_clients connection limit

Allocation of Resources Without Limits or Throttling vulnerability in Erlang/OTP inets httpd allows an unauthenticated remote attacker to cause denial of service by opening and holding open a large number of connections. The maxclients option is documented to default to 150, and the inets hardeni...

8.7CVSS0.00533EPSS
SaveExploits0References7
Rows per page
Query Builder