Lucene search
+L

67 matches found

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
Cvelist
Cvelist
added 2026/09/01 2:49 p.m.35 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.11 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.26 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.13 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
CVE
CVE
added 2026/09/01 2:48 p.m.32 views

CVE-2026-73270

Erlang/OTP inets httpd contains an improper handling of case sensitivity flaw in mod_auth:secret_path/3 , which matches a request path against a configured protected directory using re:run/3 without the caseless option . On case-insensitive filesystems , a request for /secret/file against a direc...

8.2CVSS5.9AI score0.00661EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2026/09/01 2:48 p.m.36 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
OSV
OSV
added 2026/09/01 2:48 p.m.7 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
Debian CVE
Debian CVE
added 2026/09/01 2:48 p.m.10 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
Vulnrichment
Vulnrichment
added 2026/09/01 2:48 p.m.15 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
SaveExploits0References7
EUVD
EUVD
added 2026/09/01 2:48 p.m.10 views

EUVD-2026-69243

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
SaveExploits0References7
OSV
OSV
added 2026/09/01 2:48 p.m.7 views

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

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

8.2CVSS5.9AI score0.00661EPSS
SaveExploits0References6
OSV
OSV
added 2026/09/01 2:45 p.m.4 views

CVE-2026-74994 inets, httpd: Authentication Bypass via Directory Namespace Collapse in httpd mod_auth

The modauth module in OTP's inets httpd server, when configured with dets or mnesia authentication backends and multiple directory configuration blocks, collapses all directory blocks into a single shared user/group namespace. A user added to one protected directory is accepted as valid for all...

6CVSS5.9AI score0.00364EPSS
SaveExploits0References10
EUVD
EUVD
added 2026/09/01 2:45 p.m.8 views

EUVD-2026-69240

The modauth module in OTP's inets httpd server, when configured with dets or mnesia authentication backends and multiple directory configuration blocks, collapses all directory blocks into a single shared user/group namespace. A user added to one protected directory is accepted as valid for all...

6CVSS5.9AI score0.00364EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2026/09/01 2:45 p.m.12 views

CVE-2026-74994 inets, httpd: Authentication Bypass via Directory Namespace Collapse in httpd mod_auth

The modauth module in OTP's inets httpd server, when configured with dets or mnesia authentication backends and multiple directory configuration blocks, collapses all directory blocks into a single shared user/group namespace. A user added to one protected directory is accepted as valid for all...

6CVSS5.9AI score0.00364EPSS
SaveExploits0References6
CVE
CVE
added 2026/09/01 2:45 p.m.29 views

CVE-2026-74994

The mod_auth module in OTP's inets httpd server, when configured with dets or mnesia authentication backends and multiple directory configuration blocks, collapses all directory blocks into a single shared user/group namespace . This means a user authorized for one protected directory is also acc...

6CVSS5.9AI score0.00364EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/09/01 2:45 p.m.35 views

CVE-2026-74994 inets, httpd: Authentication Bypass via Directory Namespace Collapse in httpd mod_auth

The modauth module in OTP's inets httpd server, when configured with dets or mnesia authentication backends and multiple directory configuration blocks, collapses all directory blocks into a single shared user/group namespace. A user added to one protected directory is accepted as valid for all...

6CVSS0.00364EPSS
SaveExploits0References6
OSV
OSV
added 2026/09/01 2:45 p.m.8 views

EEF-CVE-2026-74994 inets, httpd: Authentication Bypass via Directory Namespace Collapse in httpd mod_auth

Summary The modauth module in OTP's inets httpd server, when configured with dets or mnesia authentication backends and multiple directory configuration blocks, collapses all directory blocks into a single shared user/group namespace. A user added to one protected directory is accepted as valid f...

6CVSS5.7AI score0.00364EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/09/01 2:45 p.m.10 views

CVE-2026-74994

The modauth module in OTP's inets httpd server, when configured with dets or mnesia authentication backends and multiple directory configuration blocks, collapses all directory blocks into a single shared user/group namespace. A user added to one protected directory is accepted as valid for all...

6CVSS5.9AI score0.00364EPSS
SaveExploits0
Rows per page
Query Builder