Improper Validation of Specified Quantity in Input in Erlang OTP - CVE-2026-70405
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 snmp BER INTEGER decoder and manager-side logging path when processing untrusted SNMP input containing arbitrarily large integers. A remote attacker can send specially crafted input to cause a denial of service.
The issue involves unbounded integer conversion and rendering of decoded bignums, and the render path runs inside a non-yielding C BIF that can occupy a dirty scheduler thread for the full conversion.