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

New CVE Detected

CVE-2026-73276 – HTTP Request Smuggling – Erlang/OTP inets httpd Server

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

Summary

CVE-2026-73276 is an HTTP Request Smuggling vulnerability (CWE-444: Inconsistent Interpretation of HTTP Requests) affecting the inets httpd HTTP server component bundled with Erlang/OTP. The flaw arises because httpd silently drops malformed HTTP headers that contain whitespace between the field name and the colon (e.g. Content-Length : 6) instead of rejecting them as required by RFC 7230 §3.2.4, which can cause the server to desynchronize request framing when deployed behind a tolerant reverse proxy. The issue carries a High severity rating (CVSS 8.3) and is remotely exploitable without authentication.

Technical details

  • Root cause: The httpd request-parsing "gracefulness" logic was intended to tolerate minor header formatting deviations, but it ignored a case that should have been rejected outright: headers with whitespace inserted before the colon separator. Rather than returning an error, httpd strips the malformed header entirely.
  • Trigger conditions: When the dropped header is Content-Length (submitted as Content-Length : <value>), httpd treats the request as having no body-length declaration and defaults the effective length to 0.
  • Attack vector: An attacker sends a crafted request containing a malformed Content-Length header to a front-end reverse proxy that tolerates the whitespace and correctly parses the real Content-Length value, while the backend Erlang/OTP httpd server drops the header and treats the request body as a new, separate ("smuggled") pipelined request — a classic CL.0 desynchronization.
  • Impact: Successful exploitation enables HTTP request smuggling, which can be leveraged to bypass front-end access controls, poison the request queue for other users, hijack or manipulate other users’ requests/responses passing through the same connection, and potentially exfiltrate sensitive data — consistent with the reported impact of low confidentiality loss and high integrity loss with no availability impact.
  • Prerequisites: Exploitation requires the vulnerable httpd server to be positioned behind a reverse proxy or intermediary that itself accepts and correctly interprets the same malformed/whitespace header, creating the front-end/back-end interpretation mismatch.

Affected software

  • Erlang/OTP 22.2 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 7.1.2 up to (but not including) 9.3.2.7
  • inets application 9.4 up to (but not including) 9.6.2.3
  • inets application 9.7 up to (but not including) 9.7.2

Severity

  • CVSS Score: 8.3 (High)
  • CVSS Vector (v4.0): CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:H/VA:N/SC:N/SI:N/SA:N
  • Note: The Erlang Ecosystem Foundation CNA published this score using the CVSS v4.0 standard; no CVSS v3.1 vector has been issued for this CVE.

Mitigation and recommended actions

  • Immediate: Upgrade Erlang/OTP to a patched release — OTP 27.3.4.17, OTP 28.5.0.6, or OTP 29.0.6 (which include inets 9.3.2.7, 9.6.2.3, and 9.7.2 respectively) — depending on your currently deployed release line.
  • If immediate patching is not possible:
    • Ensure any reverse proxy or load balancer placed in front of httpd strictly enforces RFC 7230 header syntax and rejects requests containing whitespace between a header field name and its colon, rather than passing them through.
    • Disable HTTP request pipelining/keep-alive reuse at the proxy layer where feasible to reduce the impact of desynchronized framing.
    • Restrict and monitor direct network exposure of inets httpd instances, and audit proxy/backend chains for CL.0-style parsing inconsistencies.

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