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

New CVE Detected

CVE-2026-73270 – Authentication Bypass / Information Disclosure – Erlang/OTP inets httpd (mod_auth)

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

Summary

CVE-2026-73270 is an authentication bypass vulnerability in the mod_auth module of Erlang/OTP’s built-in inets httpd web server. The module validates directory-based access controls using a case-sensitive regular expression match, so on case-insensitive filesystems (Windows and macOS) an unauthenticated remote attacker can reach a protected path simply by changing its letter casing. The issue carries a CVSS v4.0 base score of 8.2 (High) and requires no authentication or user interaction to exploit.

Technical details

  • Root cause: mod_auth‘s path-protection check (secret_path/3) compares the requested URI against the configured protected directory using re:run/3 without the caseless option, making the comparison case-sensitive even though the underlying filesystem may not be.
  • Trigger conditions: The httpd server must be deployed with mod_auth-based directory protection (e.g., a <Directory /Secret> style access control block) on a host running a case-insensitive filesystem — Windows or macOS. Case-sensitive filesystems (typical Linux/FreeBSD deployments) are not affected.
  • Attack vector: Network — a remote, unauthenticated attacker sends an HTTP request to the protected resource using an alternate case (e.g., requesting /secret/file.html when the configured protected directory is /Secret). Because the filesystem resolves the case variant to the same file while mod_auth‘s comparison logic treats it as a different, unprotected path, the authentication check is skipped.
  • Impact: Confidentiality impact only — successful exploitation allows disclosure of content that should require authentication to access. There is no reported impact to integrity or availability.

Affected software

  • Erlang/OTP 17.0 up to (but not including) 27.3.4.17
  • Erlang/OTP 28.0 up to (but not including) 28.5.0.6
  • Erlang/OTP 29.0 up to (but not including) 29.0.6
  • inets application versions 5.10 up to (but not including) 9.3.2.7
  • inets application versions 9.4 up to (but not including) 9.6.2.3
  • inets application versions 9.7 up to (but not including) 9.7.2

Only deployments running the affected inets httpd server with mod_auth directory protection on Windows or macOS hosts are exploitable.

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 to 27.3.4.17, 28.5.0.6, or 29.0.6 (or the corresponding patched inets releases 9.3.2.7, 9.6.2.3, or 9.7.2), whichever aligns with your current OTP branch.
  • If immediate patching is not possible:
    • Avoid running inets httpd with mod_auth directory protection on case-insensitive filesystems (Windows, macOS); prefer case-sensitive filesystems (Linux, FreeBSD) for such deployments.
    • Place a reverse proxy in front of the httpd server that normalizes/lowercases incoming request paths before they reach the application, ensuring consistent case handling with the protected directory configuration.
    • Audit access logs for requests to sensitive directories using unexpected letter casing as an indicator of exploitation attempts.

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