Lucene search
+L

4464993 matches found

RedhatCVE
RedhatCVE
added 2026/09/01 2:53 p.m.4 views

CVE-2026-46603

A flaw was found in golang.org/x/image/vp8l. A remote attacker can cause a denial of service by providing a specially crafted VP8L image. This image, containing many unused Huffman tree groups, leads to excessive memory allocation during VP8L decoding, resulting in memory exhaustion. Mitigation...

7.5CVSS5.8AI score0.00417EPSS
SaveExploits0References6
CVE
CVE
added 2026/09/01 2:52 p.m.3 views

CVE-2026-3851

CVE-2026-3851 is a stored cross-site scripting (XSS) vulnerability in the WordPress Divi plugin (versions ≤ 4.27.6 ), specifically via the Dynamic Content (Legacy JSON Format) Shortcode . The flaw is exploitable by any authenticated user with Contributor role or higher. The vulnerability was disc...

SaveExploits0References1
Debian CVE
Debian CVE
added 2026/09/01 2:51 p.m.3 views

CVE-2026-83619

xmldom is a pure JavaScript W3C standard-based XML DOM Level 2 Core DOMParser and XMLSerializer module. From 0.7.0 until 0.8.15, the release-0.8.x parser in lib/sax.js trims captured end-tag names with the unanchored global expression / \t\n\r+$/g. For an end tag containing a long whitespace run...

8.7CVSS
SaveExploits0
EUVD
EUVD
added 2026/09/01 2:51 p.m.5 views

EUVD-2026-69248

xmldom is a pure JavaScript W3C standard-based XML DOM Level 2 Core DOMParser and XMLSerializer module. From 0.7.0 until 0.8.15, the release-0.8.x parser in lib/sax.js trims captured end-tag names with the unanchored global expression / \t\n\r+$/g. For an end tag containing a long whitespace run...

8.7CVSS5.9AI score
SaveExploits0References4
CVE
CVE
added 2026/09/01 2:51 p.m.10 views

CVE-2026-83619

xmldom (a pure JavaScript W3C-compliant DOMParser and XMLSerializer module) is vulnerable to a ReDoS (Regular Expression Denial of Service) in versions 0.7.0 through 0.8.15 . The root cause is an unanchored global regex /[ \t\n\r]+$/g in lib/sax.js that trims end-tag names; when an end tag contai...

8.7CVSS5.9AI score
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/01 2:51 p.m.8 views

CVE-2026-83619 xmldom: End-tag Whitespace-Trim Regex ReDoS — quadratic backtracking in the 0.8.x end-tag parser

xmldom is a pure JavaScript W3C standard-based XML DOM Level 2 Core DOMParser and XMLSerializer module. From 0.7.0 until 0.8.15, the release-0.8.x parser in lib/sax.js trims captured end-tag names with the unanchored global expression / \t\n\r+$/g. For an end tag containing a long whitespace run...

8.7CVSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/01 2:51 p.m.9 views

CVE-2026-70409 eldap does not bound the port component of a referral URL before integer conversion

Improper Validation of Specified Quantity in Input vulnerability in Erlang/OTP eldap allows a malicious or compromised LDAP server to degrade availability by returning a referral URL whose port component is a very long run of digits. eldap:parseport/2 passes the port substring straight to...

6.3CVSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2026/09/01 2:51 p.m.5 views

CVE-2026-70409 eldap does not bound the port component of a referral URL before integer conversion

Improper Validation of Specified Quantity in Input vulnerability in Erlang/OTP eldap allows a malicious or compromised LDAP server to degrade availability by returning a referral URL whose port component is a very long run of digits. eldap:parseport/2 passes the port substring straight to...

6.3CVSS5.8AI score
SaveExploits0References6
EUVD
EUVD
added 2026/09/01 2:51 p.m.5 views

EUVD-2026-69247

Improper Validation of Specified Quantity in Input vulnerability in Erlang/OTP eldap allows a malicious or compromised LDAP server to degrade availability by returning a referral URL whose port component is a very long run of digits. eldap:parseport/2 passes the port substring straight to...

6.3CVSS5.8AI score
SaveExploits0References6
CVE
CVE
added 2026/09/01 2:51 p.m.4 views

CVE-2026-70409

Erlang/OTP eldap suffers from an Improper Validation of Specified Quantity in Input flaw in eldap:parse_port/2. The function passes the port substring from a referral URL directly to list_to_integer/1 with no length bound. A malicious or compromised LDAP server can return a referral whose port is...

6.3CVSS5.8AI score
SaveExploits0References6
OSV
OSV
added 2026/09/01 2:51 p.m.2 views

EEF-CVE-2026-70409 eldap does not bound the port component of a referral URL before integer conversion

Summary Improper Validation of Specified Quantity in Input vulnerability in Erlang/OTP eldap allows a malicious or compromised LDAP server to degrade availability by returning a referral URL whose port component is a very long run of digits. eldap:parse\port/2 passes the port substring straight t...

6.3CVSS5.8AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/09/01 2:50 p.m.10 views

CVE-2026-70405 snmp BER INTEGER decoder applies no size limit to attacker-supplied integer fields

Improper Validation of Specified Quantity in Input vulnerability in Erlang/OTP snmp allows a remote attacker to degrade availability by sending an SNMP message containing a BER INTEGER whose length field is arbitrarily large. snmppdus:decintegernotag/1 defaults its size limit to infinity, and...

6.3CVSS
SaveExploits0References6
EUVD
EUVD
added 2026/09/01 2:50 p.m.4 views

EUVD-2026-69246

Improper Validation of Specified Quantity in Input vulnerability in Erlang/OTP snmp allows a remote attacker to degrade availability by sending an SNMP message containing a BER INTEGER whose length field is arbitrarily large. snmppdus:decintegernotag/1 defaults its size limit to infinity, and...

6.3CVSS5.9AI score
SaveExploits0References6
CVE
CVE
added 2026/09/01 2:50 p.m.6 views

CVE-2026-70405

CVE-2026-70405 is an improper input validation vulnerability in the Erlang/OTP snmp module. The function snmp_pdus:dec_integer_notag/1 defaults its size limit to infinity, causing do_dec_integer_notag/2 to accumulate a BER INTEGER value via recursive shift-and-or operations whose cost grows super...

6.3CVSS5.9AI score
SaveExploits0References6
OSV
OSV
added 2026/09/01 2:50 p.m.3 views

EEF-CVE-2026-70405 snmp BER INTEGER decoder applies no size limit to attacker-supplied integer fields

Summary Improper Validation of Specified Quantity in Input vulnerability in Erlang/OTP snmp allows a remote attacker to degrade availability by sending an SNMP message containing a BER INTEGER whose length field is arbitrarily large. snmp\pdus:dec\integer\notag/1 defaults its size limit to...

6.3CVSS5.9AI score
SaveExploits0References5
EUVD
EUVD
added 2026/09/01 2:49 p.m.5 views

EUVD-2026-69245

Path Equivalence vulnerability in Erlang/OTP inets httpd allows a remote unauthenticated attacker to read files inside a modauth protected directory by prefixing the request path with an extra slash. httpdrequest:validateuri/1 normalises the request URI with uristring:normalize/1, which performs...

8.2CVSS5.9AI score
SaveExploits0References7
Cvelist
Cvelist
added 2026/09/01 2:49 p.m.9 views

CVE-2026-66835 httpd mod_auth directory protection bypassed by a doubled slash in the request path

Path Equivalence vulnerability in Erlang/OTP inets httpd allows a remote unauthenticated attacker to read files inside a modauth protected directory by prefixing the request path with an extra slash. httpdrequest:validateuri/1 normalises the request URI with uristring:normalize/1, which performs...

8.2CVSS
SaveExploits0References7
OSV
OSV
added 2026/09/01 2:49 p.m.4 views

EEF-CVE-2026-66835 httpd mod_auth directory protection bypassed by a doubled slash in the request path

Summary Path Equivalence vulnerability in Erlang/OTP inets httpd allows a remote unauthenticated attacker to read files inside a mod\auth protected directory by prefixing the request path with an extra slash. httpd\request:validate\uri/1 normalises the request URI with uri\string:normalize/1, whi...

8.2CVSS5.9AI score
SaveExploits0References6
CVE
CVE
added 2026/09/01 2:49 p.m.7 views

CVE-2026-66835

A Path Equivalence vulnerability in Erlang/OTP inets httpd allows a remote unauthenticated attacker to read files inside a mod_auth protected directory by prefixing the request path with an extra (doubled) slash. The root cause is that uri_string:normalize/1 performs RFC 3986 dot-segment removal ...

8.2CVSS5.9AI score
SaveExploits0References7
CVE
CVE
added 2026/09/01 2:49 p.m.6 views

CVE-2026-83618

xmldom is a pure JavaScript W3C DOMParser/XMLSerializer module. In versions 0.9.10 through 0.9.12 , the requireWellFormed: true serializer validates DocumentType.publicId and DocumentType.systemId using regexes (PubidLiteral_match, SystemLiteral_match) that inherit the multiline flag . A valid li...

8.7CVSS5.9AI score
SaveExploits0References4
Rows per page
Query Builder