CVE-2026-59696
Last modified
CVE-2026-59696 is a medium-severity vulnerability rated 6.9/10 on the CVSS scale. Improper Validation of Specified Quantity in Input vulnerability in Erlang/OTP stdlib allows a remote attacker to degrade availability by supplying a URI whose port component is a very long run of digits. uri_string:get_port/1 passes the port substring to binary_to_integer/1 with no length bound, catching only error:badarg, so a syntactically valid port of up to roughly 1.26 million digits converts successfully and costs the calling process hundreds of milliseconds of arbitrary-precision arithmetic. The conversion is reached from every authority-parsing path in uri_string:parse/1, including the host, registered-name, and IPv4 and IPv6 forms. EPSS estimates a 0.42% chance of exploitation in the next 30 days.
Description
Improper Validation of Specified Quantity in Input vulnerability in Erlang/OTP stdlib allows a remote attacker to degrade availability by supplying a URI whose port component is a very long run of digits. uri_string:get_port/1 passes the port substring to binary_to_integer/1 with no length bound, catching only error:badarg, so a syntactically valid port of up to roughly 1.26 million digits converts successfully and costs the calling process hundreds of milliseconds of arbitrary-precision arithmetic. The conversion is reached from every authority-parsing path in uri_string:parse/1, including the host, registered-name, and IPv4 and IPv6 forms. parse/1 is the documented interface for parsing URIs, so any application that parses an attacker-supplied URI is exposed without further configuration. 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 21.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 stdlib from 3.5 before 6.2.2.5, from 7.0 before 7.3.0.2, and from 8.0 before 8.0.4.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Erlang | OTP | >= 21.0, < 27.3.4.17; >= 28.0, < 28.5.0.6; >= 29.0, < 29.0.6 |
| Erlang | OTP | >= 3.5, < 6.2.2.5; >= 7.0, < 7.3.0.2; >= 8.0, < 8.0.4 |
| Erlang | OTP | >= 29a9dd0e17a97a3e6e46f0d08c6ba8f31db33f5e, < * |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-59696?
How severe is CVE-2026-59696?
How do I fix CVE-2026-59696?
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-59690A Missing Authorization vulnerability in Progress Software L…8
- CVE-2026-59691A heap buffer overflow vulnerability was found in GStreamer'…7.1
- CVE-2026-59692A stack buffer overflow vulnerability was found in GStreamer…7.5
- CVE-2026-59693A vulnerability has been identified in Desigo DXR2 (All vers…4.3
- CVE-2026-59694Improper Validation of Specified Quantity in Input in ZenHiv…8.3
- CVE-2026-59695Improper Validation of Specified Quantity in Input in ZenHiv…8.3
- CVE-2026-5970A vulnerability was detected in FoundationAgents MetaGPT up …9.8
- CVE-2026-59700A vulnerability has been identified in Simcenter Femap (All …7.8
- CVE-2026-59701A vulnerability has been identified in Simcenter Femap (All …7.8
- CVE-2026-59702repomix contains a server-side request forgery vulnerability…9.3
- CVE-2026-59703repomix contains a local file inclusion vulnerability in the…8.7
- CVE-2026-59704Cap's GET /api/video/ai endpoint fails to validate user owne…7.1
Are you affected by CVE-2026-59696?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
