Lucene search
+L

1618245 matches found

Vulnrichment
Vulnrichment
added 2026/09/01 2:38 p.m.11 views

CVE-2026-83613 xmldom: Quadratic-time attribute deduplication

xmldom is a pure JavaScript W3C standard-based XML DOM Level 2 Core DOMParser and XMLSerializer module. Prior to @xmldom/xmldom versions 0.8.15 and 0.9.12, and in xmldom version 0.6.0 and earlier, DOMHandler.startElement in lib/dom-parser.js inserts every parsed attribute through setAttributeNode...

8.7CVSS5.2AI score0.00344EPSS
SaveExploits0References7
CVE
CVE
added 2026/09/01 2:37 p.m.22 views

CVE-2026-59696

CVE-2026-59696 is an Improper Validation of Specified Quantity in Input flaw in Erlang/OTP stdlib where uri_string:get_port/1 passes the URI port substring to binary_to_integer/1 with no length bound. A syntactically valid port of up to ~1.26 million digits converts successfully, costing the call...

6.9CVSS5.8AI score0.00421EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/09/01 2:37 p.m.40 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.9CVSS0.00421EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/09/01 2:37 p.m.10 views

CVE-2026-59696

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
SaveExploits0
EUVD
EUVD
added 2026/09/01 2:37 p.m.9 views

EUVD-2026-69229

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
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2026/09/01 2:37 p.m.12 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
SaveExploits0References6
OSV
OSV
added 2026/09/01 2:37 p.m.8 views

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

Summary 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...

6.9CVSS5.8AI score0.00421EPSS
SaveExploits0References5
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
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
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.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
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
EUVD
EUVD
added 2026/09/01 2:37 p.m.10 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.18 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.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
Vulnrichment
Vulnrichment
added 2026/09/01 2:36 p.m.17 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.7CVSS5.9AI score0.00301EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/01 2:36 p.m.22 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
OSV
OSV
added 2026/09/01 2:36 p.m.11 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.7CVSS5.9AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/09/01 2:36 p.m.10 views

CVE-2026-83612

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.7CVSS5.9AI score0.00301EPSS
SaveExploits0
Rows per page
Query Builder