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

New CVE Detected

CVE-2026-74835 – Memory Exhaustion / Denial of Service – Erlang/OTP inets httpd

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

Summary

CVE-2026-74835 is a high-severity (CVSS 8.7) denial-of-service vulnerability in the inets application’s HTTP server (httpd) shipped with Erlang/OTP. The server fails to enforce a configured max_body_size limit when processing chunked (Transfer-Encoding: chunked) requests, allowing a remote, unauthenticated attacker to trigger unbounded memory allocation on the target host. Successful exploitation can exhaust server memory and cause the affected Erlang node or application to crash or become unresponsive.

Technical details

  • Root cause: The httpd chunked-transfer-decoding logic only checks the configured body-size limit once a chunk is fully received. An attacker can announce a large chunk size in the Transfer-Encoding: chunked stream and then send data slowly/indefinitely without ever completing the chunk, so the size check is never triggered.
  • Trigger conditions: The target must be running an httpd server (from the inets application) with Transfer-Encoding: chunked request handling enabled and a max_body_size (or equivalent body-size limit) configured — the limit enforcement itself is bypassed by the flaw.
  • Attack vector: Network-based, unauthenticated, low complexity (CVSS v4 vector: AV:N/AC:L/AT:N/PR:N/UI:N). No user interaction or special privileges are required.
  • Impact: Allocation of resources without limits or throttling (CWE-770), leading to memory exhaustion and denial of service (availability impact rated High; confidentiality and integrity are not affected).

Affected software

  • Erlang/OTP: 17.0 up to (but not including) 27.3.4.17; 28.0 up to (but not including) 28.5.0.6; 29.0 up to (but not including) 29.0.6
  • inets application: 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
  • Status of OTP/inets versions predating 17.0/5.10 is unknown/not assessed by the vendor.

Severity

  • CVSS v4.0 Base Score: 8.7 (High)
  • Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N
  • CWE: CWE-770 (Allocation of Resources Without Limits or Throttling)

Mitigation and recommended actions

  • Immediate: Upgrade Erlang/OTP to 27.3.4.17, 28.5.0.6, or 29.0.6 (or later), which include the corresponding patched inets releases (9.3.2.7, 9.6.2.3, or 9.7.2).
  • If patching is not immediately possible:
    • Place a reverse proxy (e.g., nginx or another edge proxy with its own request body size enforcement, such as client_max_body_size) in front of the Erlang httpd server to enforce body-size limits before traffic reaches the vulnerable component.
    • Restrict network access to the httpd service to trusted clients/networks only, reducing exposure to untrusted internet traffic.
    • Monitor memory usage and connection behavior on hosts running inets httpd for signs of slow, incomplete chunked requests indicative 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