CVE-2026-70399
Last modified
CVE-2026-70399 is a high-severity vulnerability rated 8.7/10 on the CVSS scale. Allocation of Resources Without Limits or Throttling vulnerability in Erlang/OTP inets httpd allows an unauthenticated remote attacker to cause denial of service by opening and holding open a large number of connections. The max_clients option is documented to default to 150, and the inets hardening guide presents that limit as the first layer of denial-of-service defence, but a server that does not set it explicitly accepts an unlimited number of simultaneous connections. EPSS estimates a 0.53% chance of exploitation in the next 30 days.
Description
Allocation of Resources Without Limits or Throttling vulnerability in Erlang/OTP inets httpd allows an unauthenticated remote attacker to cause denial of service by opening and holding open a large number of connections. The max_clients option is documented to default to 150, and the inets hardening guide presents that limit as the first layer of denial-of-service defence, but a server that does not set it explicitly accepts an unlimited number of simultaneous connections. Establishing the connections is sufficient; no valid request and no authentication are required. The accept gate in httpd_manager:handle_new_connection/4 reads the option with httpd_util:lookup/2, which returns undefined when the key is absent, rather than the three-argument form carrying the 150 default that the neighbouring get_ustate/2 uses. Erlang term ordering places every integer before every atom, so the Count =< Max guard holds for any connection count and the server never returns {reject, busy}. Each accepted connection occupies a worker process and a socket for as long as it is held, driving the node towards process, memory and file descriptor exhaustion. Servers that set max_clients explicitly are unaffected, because a configured value is applied as intended. 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.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Erlang | OTP | >= 17.0, < 27.3.4.17; >= 28.0, < 28.5.0.6; >= 29.0, < 29.0.6 |
| Erlang | OTP | >= 5.10, < 9.3.2.7; >= 9.4, < 9.6.2.3; >= 9.7, < 9.7.2 |
| Erlang | OTP | >= d9674f32811cd5bb02b0d6656053b5ee226bc74c, < * |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-70399?
How severe is CVE-2026-70399?
How do I fix CVE-2026-70399?
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-70378imagecli's pipeline operation (Carve::apply in src/image_ops…7.5
- CVE-2026-7038A weakness has been identified in tufantunc ssh-mcp up to 1.…3.3
- CVE-2026-70383Improper Limitation of a Pathname to a Restricted Directory …8.4
- CVE-2026-7039A security vulnerability has been detected in tufantunc ssh-…7.8
- CVE-2026-70395Improper Neutralization of Special Elements in Data Query Lo…2.1
- CVE-2026-70398A flaw was found in multicloud-integrations, a component of …9.6
- CVE-2026-7040Text::Minify::XS versions from 0.3.0 before 0.7.8 for Perl h…7.5
- CVE-2026-70403XING CPTrans-ME-X contains a Use of Hard-coded Password (CWE…9.3
- CVE-2026-70405Improper Validation of Specified Quantity in Input vulnerabi…6.3
- CVE-2026-70408An incorrect authorization vulnerability exists in acmailer,…8.7
- CVE-2026-70409Improper Validation of Specified Quantity in Input vulnerabi…6.3
- CVE-2026-7041A vulnerability was detected in 666ghj MiroFish up to 0.1.2.…3.7
Are you affected by CVE-2026-70399?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
