CVE-2026-71562
Last modified
CVE-2026-71562 is a medium-severity vulnerability rated 6.3/10 on the CVSS scale. Improper Validation of Specified Quantity in Input vulnerability in Erlang/OTP inets httpc allows a malicious or compromised HTTP server to degrade availability by returning a numeric header whose value is a very long run of digits. httpc_handler.erl converts the server-supplied Content-Length with list_to_integer/1 before comparing it against max_body_size, so the size check cannot protect the conversion, and the option defaults to nolimit in any case. The same unbounded conversion appears in httpc_response:format_response/1 for Content-Length and in httpc_response:get_ms_from_retry_after/1 for Retry-After, which is guarded only by a check that the first character is a digit. EPSS estimates a 0.34% chance of exploitation in the next 30 days.
Description
Improper Validation of Specified Quantity in Input vulnerability in Erlang/OTP inets httpc allows a malicious or compromised HTTP server to degrade availability by returning a numeric header whose value is a very long run of digits. httpc_handler.erl converts the server-supplied Content-Length with list_to_integer/1 before comparing it against max_body_size, so the size check cannot protect the conversion, and the option defaults to nolimit in any case. The same unbounded conversion appears in httpc_response:format_response/1 for Content-Length and in httpc_response:get_ms_from_retry_after/1 for Retry-After, which is guarded only by a check that the first character is a digit. A value of up to roughly 1.26 million digits converts successfully and costs the requesting process hundreds of milliseconds of arbitrary-precision arithmetic per response. The conversion function is documented to accept integers of any size, so bounding the input is the caller's responsibility. 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. Whether OTP before OTP 17.0, corresponding to inets before 5.10, is affected is unknown.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Erlang | OTP | < 17.0; >= 17.0, < 27.3.4.17; >= 28.0, < 28.5.0.6; >= 29.0, < 29.0.6 |
| Erlang | OTP | < 5.10; >= 5.10, < 9.3.2.7; >= 9.4, < 9.6.2.3; >= 9.7, < 9.7.2 |
| Erlang | OTP | >= 84adefa331c4159d432d22840663c38f155cd4c1, < * |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-71562?
How severe is CVE-2026-71562?
How do I fix CVE-2026-71562?
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-71556go-git is an extensible git implementation library written i…7.1
- CVE-2026-71557go-git is an extensible git implementation library written i…6.3
- CVE-2026-71558Heap type confusion vulnerability in Apache Fory C++ deseria…9.8
- CVE-2026-71559Deserialization of Untrusted Data vulnerability in the Go im…7.5
- CVE-2026-7156A vulnerability was detected in Totolink A8000RU 7.1cu.643_b…9.8
- CVE-2026-71560Out-of-bounds Read vulnerability in Apache Fory C++ deserial…9.1
- CVE-2026-71564Substance3D - Designer is affected by an out-of-bounds write…7.8
- CVE-2026-71565Adobe Experience Manager is affected by a DOM-based Cross-Si…5.4
- CVE-2026-71566FakeFish handles incoming credentials by passing them down …9.3
- CVE-2026-71567In openshift-metal3/fakefish there is a repeated pattern in …7.7
- CVE-2026-71568In BMCtest, Ironic is started without authentication and TLS…5.3
- CVE-2026-7157A flaw has been found in disler aider-mcp-server up to b2516…7.3
Are you affected by CVE-2026-71562?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
