Improper Validation of Specified Quantity in Input in Erlang OTP - CVE-2026-70409
Published: September 2, 2026
Vulnerability details
The vulnerability allows a remote attacker to cause a denial of service.
The vulnerability exists due to improper validation of specified quantity in input in the eldap referral-URL port parsing logic when processing a referral URL from a malicious LDAP server. A remote attacker can provide a referral URL with an excessively large decimal port value to cause a denial of service.
The issue involves unbounded conversion between textual decimal representations and arbitrary-precision integers, and the rendering path performs the conversion inside a non-yielding C BIF.