Lucene search
+L

743795 matches found

OSV
OSV
added 2026/09/01 2:37 p.m.5 views

CVE-2026-59696 uri_string does not bound the port component of a URI before integer conversion

Improper Validation of Specified Quantity in Input vulnerability in Erlang/OTP stdlib allows a remote attacker to degrade availability by supplying a URI whose port component is a very long run of digits. uristring:getport/1 passes the port substring to binarytointeger/1 with no length bound,...

6.9CVSS5.8AI score0.00421EPSS
SaveExploits0References10
RedhatCVE
RedhatCVE
added 2026/09/01 2:37 p.m.6 views

CVE-2026-49329

A flaw was found in openshift/oauth-server. The OAuth login and error page endpoints pass the unauthenticated Accept-Language header to golang.org/x/text/language.ParseAcceptLanguage without input validation. A bypass of the CVE-2022-32149 mitigation exists: the upstream guard counts only '-'...

7.5CVSS5.8AI score0.00431EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/09/01 2:37 p.m.15 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
Debian CVE
Debian CVE
added 2026/09/01 2:37 p.m.10 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.11 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.20 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.5 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
IBM Security Bulletins
IBM Security Bulletins
added 2026/09/01 2:36 p.m.7 views

Security Bulletin: IBM Db2 Mirror for i is affected by multiple vulnerabilities [CVE-2026-18567, CVE-2026-16660, CVE-2026-17483]

Summary IBM Db2 Mirror for i is affected by multiple vulnerabilities as described in the vulnerability details section. Vulnerability Details CVEID:CVE-2026-18567 DESCRIPTION: IBM Db2 Mirror for i could allow a local attacker to obtain information due to a race condition involving a predictable...

5.3CVSS6AI score0.00357EPSS
SaveExploits0Affected Software2
CVE
CVE
added 2026/09/01 2:36 p.m.23 views

CVE-2026-83612

xmldom is a pure JavaScript DOMParser and XMLSerializer module. In versions from 0.9.0-beta.1 up to the fix in 0.9.12 , HTML-mode parsing via DOMParser.parseFromString() mishandles mixed-case closing tags for raw-text elements (script, style, textarea, title). The root cause is that parseHtmlSpec...

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

CVE-2026-83612 xmldom: HTML raw-text closing-tag case mismatch causes output amplification

xmldom is a pure JavaScript W3C standard-based XML DOM Level 2 Core DOMParser and XMLSerializer module. From 0.9.0-beta.1 until 0.9.12, HTML-mode parsing through DOMParser.parseFromString mishandles a mixed-case closing tag for the script, style, textarea, or title raw-text elements...

8.7CVSS0.00301EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/09/01 2:35 p.m.14 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
SaveExploits0References5
OSV
OSV
added 2026/09/01 2:35 p.m.5 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.8 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.24 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.8 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.7CVSS6AI score0.00387EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/01 2:35 p.m.36 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.11 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
IBM Security Bulletins
IBM Security Bulletins
added 2026/09/01 2:34 p.m.8 views

Security Bulletin: IBM Storage Fusion Data Foundation is vulnerable to high CPU usage and excessive memory allocation (CVE-2026-22036)

Summary Undici is used by IBM Storage Fusion Data Foundation in component odf-console. This bulletin identifies the steps to take to address the vulnerability in IBM Storage Fusion Data Foundation. CVE-2026-22036 Vulnerability Details CVEID:CVE-2026-22036 DESCRIPTION: Undici is an HTTP/1.1 client...

7.5CVSS6.7AI score0.0045EPSS
SaveExploits0Affected Software1
IBM Security Bulletins
IBM Security Bulletins
added 2026/09/01 2:34 p.m.9 views

Security Bulletin: IBM Storage Fusion Data Foundation is vulnerable to Authorization Bypass.

Summary google.golang.org/grpc is used by IBM Storage Fusion Data Foundation, which could allow Authorization Bypass. CVE-2026-33186. Vulnerability Details CVEID:CVE-2026-33186 DESCRIPTION: gRPC-Go is the Go language implementation of gRPC. Versions prior to 1.79.3 have an authorization bypass...

9.1CVSS6.9AI score0.01557EPSS
SaveExploits1Affected Software1
Rows per page
Query Builder