Live Exposure Defense: From CVE to Confirmed Exposure in 12 Hours – See more

New CVE Detected

CVE-2026-66835 – Authentication Bypass (Directory Protection Bypass) – Erlang/OTP inets httpd

Be the first to know when new zero-days emerge:

Summary

CVE-2026-66835 is a path equivalence vulnerability (CWE-50) in the inets HTTP server (httpd) shipped with Erlang/OTP. The flaw allows an unauthenticated, remote attacker to bypass directory-level access control enforced by the mod_auth module and read files that were intended to be protected. The issue affects multiple OTP and inets release lines and carries a High severity rating (CVSS v4.0 base score 8.2).

Technical details

  • Root cause: httpd builds the resolved filesystem path by concatenating the configured document root with the request URI after the URI has been passed through uri_string:normalize/1. Normalization removes ./.. segments but does not collapse repeated (doubled) leading slashes.
  • Trigger conditions: An attacker prefixes the path to a mod_auth-protected resource with an extra slash (e.g. requesting //secret/file instead of /secret/file).
  • Attack vector: The doubled slash breaks the contiguous string match used by mod_auth‘s directory-pattern matching, so the request is not recognized as targeting the protected directory and the authentication/authorization check is skipped. However, when the underlying operating system’s filesystem layer later opens the file, it collapses the doubled slash and resolves it to the protected path anyway, serving the file contents to the unauthenticated requester.
  • Impact: Unauthenticated disclosure of files served from directories that administrators had explicitly restricted with mod_auth, effectively bypassing HTTP authentication enforced by the Erlang/OTP built-in web server. Confidentiality impact is High; integrity and availability are not affected.

Affected software

  • Erlang/OTP (via the inets httpd module):
    • OTP 17.0 up to (but not including) 27.3.4.17
    • OTP 28.0 up to (but not including) 28.5.0.6
    • OTP 29.0 up to (but not including) 29.0.6
  • inets library versions:
    • 5.10 up to (but not including) 9.3.2.7
    • 9.4 up to (but not including) 9.6.2.3
    • 9.7 up to (but not including) 9.7.2

Severity

  • CVSS v4.0 Base Score: 8.2 (High)
  • Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N

Mitigation and recommended actions

  • Immediate: Upgrade Erlang/OTP and/or the inets library to a patched release:
    • OTP 27.3.4.17 or later
    • OTP 28.5.0.6 or later
    • OTP 29.0.6 or later
    • inets 9.3.2.7, 9.6.2.3, or 9.7.2 or later (matching your OTP release line)
  • If patching is not immediately possible:
    • Place a reverse proxy (e.g., nginx or Apache) in front of httpd and configure it to normalize/collapse duplicate slashes and reject malformed paths before they reach the Erlang inets server.
    • Do not rely solely on mod_auth directory-pattern matching for access control; add application-level authentication checks for sensitive resources.
    • Restrict network access to the httpd service to trusted hosts/networks where feasible until patched.

References

Are you exposed?

Get a free report of your organization’s exposure to this CVE and threat

How IONIX’s External Exposure Management Platform Detects and Validates
Zero-Days to Shrink MTTR

1

Map your entire attack surface (continously)

IONIX uses multi-factor discovery methods, including DNS analysis, certificate mapping, metadata inspection, and more, to automatically map every internet-facing asset across your environment. This includes cloud instances, third-party platforms, shadow IT, and even forgotten infrastructure that traditional tools miss.

2

Monitor for new CVEs

Dozens of threat intel feeds using agentic technology are continuously analyzed to detect the appearance of proof-of-concept code, exploit kits, and indicators of active targeting. IONIX goes further by applying AI to proactively evaluate whether emerging vulnerabilities are likely to be exploited, even before PoCs go public.

3

Identify Potential External Exposures

Not all CVEs matter. IONIX filters vulnerabilities by asking attacker-centric questions: Can it be reached from the internet? Does it require authentication? Is it being exploited in the wild? This dramatically reduces noise and focuses teams on threats that can actually be weaponized.

4

Create Safe, Scalable Exploit Validations

IONIX transforms real-world PoCs into safe, non-intrusive test payloads that can be run in production environments without disruption. These simulations are precisely targeted to the systems that are vulnerable, ensuring rapid validation without unnecessary load.

5

Execute Exploit Validations

By combining context about software stack, versioning, exposure status, and reachability, IONIX ensures that only the right payloads are executed against the right assets, maximizing efficiency and minimizing risk.

6

Drive Fast and Actionable Remediation

Results are routed through integrations with ticketing, SOAR, and SIEM tools. Issues are written in plain language, bundled into remediation clusters, and prioritized based on asset criticality, exploitability, and blast radius. This shortens mean time to remediation (MTTR) and empowers teams to act with confidence.

Are you exposed?

Get a free report of your organization’s exposure to this CVE and threat

Subscribe to Threat Center RSS

Copy/paste the link below into your preferred RSS reader or follow these instructions to subscribe to Slack alerts.

Get Real-Time CVE Alerts to Your Email

Be the first to know when new zero-days emerge