Lucene search
+L

1840 matches found

OSV
OSV
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 score0.00423EPSS
SaveExploits0References10
CVE
CVE
added 2026/09/01 2:51 p.m.26 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 score0.00423EPSS
SaveExploits0References6
OSV
OSV
added 2026/09/01 2:51 p.m.9 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:parseport/2 passes the port substring straight to...

6.3CVSS5.8AI score0.00423EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/09/01 2:50 p.m.8 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 score0.00421EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/09/01 2:50 p.m.35 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.3CVSS0.00421EPSS
SaveExploits0References6
CVE
CVE
added 2026/09/01 2:50 p.m.13 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 score0.00421EPSS
SaveExploits0References6
OSV
OSV
added 2026/09/01 2:50 p.m.7 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. snmppdus:decintegernotag/1 defaults its size limit to infinity,...

6.3CVSS5.9AI score0.00421EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/09/01 2:50 p.m.9 views

CVE-2026-70405

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 score0.00421EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2026/09/01 2:50 p.m.12 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.3CVSS5.9AI score0.00421EPSS
SaveExploits0References6
OSV
OSV
added 2026/09/01 2:50 p.m.5 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.3CVSS5.9AI score0.00421EPSS
SaveExploits0References10
EUVD
EUVD
added 2026/09/01 2:49 p.m.10 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 score0.00635EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2026/09/01 2:49 p.m.11 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.2CVSS5.9AI score0.00635EPSS
SaveExploits0References7
OSV
OSV
added 2026/09/01 2:49 p.m.4 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.2CVSS5.9AI score0.00635EPSS
SaveExploits0References11
Cvelist
Cvelist
added 2026/09/01 2:49 p.m.34 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.2CVSS0.00635EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/09/01 2:49 p.m.8 views

CVE-2026-66835

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 score0.00635EPSS
SaveExploits0
CVE
CVE
added 2026/09/01 2:49 p.m.22 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 score0.00635EPSS
SaveExploits0References7
OSV
OSV
added 2026/09/01 2:49 p.m.10 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 modauth protected directory by prefixing the request path with an extra slash. httpdrequest:validateuri/1 normalises the request URI with uristring:normalize/1, which...

8.2CVSS5.9AI score0.00635EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/09/01 2:48 p.m.34 views

CVE-2026-73270 httpd mod_auth directory protection bypassed by request path casing on case-insensitive filesystems

Improper Handling of Case Sensitivity vulnerability in Erlang/OTP inets httpd allows a remote unauthenticated attacker to read files inside a modauth protected directory by requesting them with different casing, on deployments whose filesystem is case-insensitive. modauth:secretpath/3 decides...

8.2CVSS0.00661EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/09/01 2:48 p.m.9 views

CVE-2026-73270

Improper Handling of Case Sensitivity vulnerability in Erlang/OTP inets httpd allows a remote unauthenticated attacker to read files inside a modauth protected directory by requesting them with different casing, on deployments whose filesystem is case-insensitive. modauth:secretpath/3 decides...

8.2CVSS5.9AI score0.00661EPSS
SaveExploits0
OSV
OSV
added 2026/09/01 2:48 p.m.5 views

CVE-2026-73270 httpd mod_auth directory protection bypassed by request path casing on case-insensitive filesystems

Improper Handling of Case Sensitivity vulnerability in Erlang/OTP inets httpd allows a remote unauthenticated attacker to read files inside a modauth protected directory by requesting them with different casing, on deployments whose filesystem is case-insensitive. modauth:secretpath/3 decides...

8.2CVSS5.9AI score0.00661EPSS
SaveExploits0References11
Rows per page
Query Builder