SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-59696

MEDIUM · CVSS 6.9 EPSS 0.42% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-01 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

Erlang/OTP's stdlib is vulnerable to an improper validation issue that allows remote attackers to exploit URI parsing by supplying excessively long port numbers, potentially degrading system availability due to high computational costs associated with arbitrary-precision arithmetic. This vulnerability affects applications utilizing the documented URI parsing interface, making it critical for developers and system administrators using affected versions (OTP 21.0 to 27.3.4.17, OTP 28.0 to 28.5.0.6, and OTP 29.0 to 29.0.6) to prioritize remediation efforts.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-59696
Severity
MEDIUM
CVSS
6.9
EPSS
0.42%

Original NVD 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.