CVE-2026-66835
Last modified
CVE-2026-66835 is a high-severity vulnerability rated 8.2/10 on the CVSS scale. 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, which performs RFC 3986 dot-segment removal but does not collapse empty path segments, so a doubled slash survives. mod_alias:real_name/3 concatenates the document root with that URI, and mod_auth:secret_path/3 then decides whether the result lies inside a protected directory block by running the configured directory path as an unanchored regular expression against it. EPSS estimates a 0.64% chance of exploitation in the next 30 days.
Description
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, which performs RFC 3986 dot-segment removal but does not collapse empty path segments, so a doubled slash survives. mod_alias:real_name/3 concatenates the document root with that URI, and mod_auth:secret_path/3 then decides whether the result lies inside a protected directory block by running the configured directory path as an unanchored regular expression against it. The doubled slash breaks the contiguous substring the regex needs, so the request is treated as unprotected and no authentication challenge is issued, while mod_get opens the same path and the operating system collapses the doubled slash and returns the protected file. The same path mismatch also evades the per-path accounting in mod_security. This issue affects OTP from OTP 17.0 before OTP 27.3.4.17, from OTP 28.0 before OTP 28.5.0.6, and from OTP 29.0 before OTP 29.0.6, corresponding to inets from 5.10 before 9.3.2.7, from 9.4 before 9.6.2.3, and from 9.7 before 9.7.2. Whether OTP before OTP 17.0, corresponding to inets before 5.10, is affected is unknown.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Erlang | OTP | < 17.0; >= 17.0, < 27.3.4.17; >= 28.0, < 28.5.0.6; >= 29.0, < 29.0.6 |
| Erlang | OTP | < 5.10; >= 5.10, < 9.3.2.7; >= 9.4, < 9.6.2.3; >= 9.7, < 9.7.2 |
| Erlang | OTP | >= 84adefa331c4159d432d22840663c38f155cd4c1, < * |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-66835?
How severe is CVE-2026-66835?
How do I fix CVE-2026-66835?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-66820Improper neutralization of special elements used in an sql c…8.8
- CVE-2026-66824A stored cross-site scripting vulnerability existed in the c…9.2
- CVE-2026-66825Pivotick contains a cross-site scripting vulnerability in th…6.9
- CVE-2026-66829URL Redirection to Untrusted Site ('Open Redirect') vulnerab…6.1
- CVE-2026-6683FatFs R0.16 and earlier contains a divide-by-zero in exFAT s…4.6
- CVE-2026-66832When the Mira Android app opens in-app WebView content (e.g.…6.5
- CVE-2026-66838Improper Neutralization of Special Elements used in an SQL C…8.2
- CVE-2026-66839NetKids iMark, provided by Integrated Systems Technologies, …8.4
- CVE-2026-6684FatFs prior to R0.16 that use GPT scanning with 'FF_LBA64 = …4.6
- CVE-2026-66840XING CPTrans-ME-X contains an Exposure of Sensitive System I…8.7
- CVE-2026-66842BIG-IP has a vulnerability where an authenticated user of an…8.8
- CVE-2026-66843Inclusion of Functionality from Untrusted Control Sphere vul…6.1
Are you affected by CVE-2026-66835?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
