🔐 CVE Alert

CVE-2026-70405

UNKNOWN 0.0

snmp BER INTEGER decoder applies no size limit to attacker-supplied integer fields

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

Improper Validation of Specified Quantity in Input vulnerability in Erlang/OTP snmp allows a remote attacker to degrade availability by sending an SNMP message containing a BER INTEGER whose length field is arbitrarily large. snmp_pdus:dec_integer_notag/1 defaults its size limit to infinity, and do_dec_integer_notag/2 then accumulates the value across every declared byte with a recursive shift and bitwise or. Work grows superlinearly in the declared length because each operation acts on a progressively larger bignum. The size-limited variant dec_integer_notag/2 exists but is reached from only one call site, dec_snmp_version/1, which bounds the version field to ten bytes; the request identifier, error status and index, generic and specific trap fields, engine boots and time, and every varbind value decoded by dec_value/1 all use the unbounded form. The decode runs before the PDU is processed, so no valid request is required beyond what the deployment demands to accept the message at all. 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 snmp from 4.25.1 before 5.18.2.1, from 5.19 before 5.20.2.2, and from 5.20.3 before 5.20.5. Whether OTP before OTP 17.0, corresponding to snmp before 4.25.1, is affected is unknown.

CWE CWE-1284
Vendor erlang
Product otp
Published Sep 1, 2026
Last Updated Sep 1, 2026
Stay Ahead of the Next One

Get instant alerts for erlang otp

Be the first to know when new unknown vulnerabilities affecting erlang otp are published — delivered to Slack, Telegram or Discord.

Get Free Alerts → Free · No credit card · 60 sec setup

Affected Versions

Erlang / OTP
17.0 < 27.3.4.17 28.0 < 28.5.0.6 29.0 < 29.0.6
Erlang / OTP
4.25.1 < 5.18.2.1 5.19 < 5.20.2.2 5.20.3 < 5.20.5
Erlang / OTP
84adefa331c4159d432d22840663c38f155cd4c1 < *

References

NVD ↗ CVE.org ↗ EPSS Data ↗
github.com: https://github.com/erlang/otp/security/advisories/GHSA-q7cq-pfgf-5hr7 cna.erlef.org: https://cna.erlef.org/cves/CVE-2026-70405.html osv.dev: https://osv.dev/vulnerability/EEF-CVE-2026-70405 erlang.org: https://www.erlang.org/doc/system/versions.html#order-of-versions github.com: https://github.com/erlang/otp/commit/aba0fe8c2d700bf4ac94607cf7f00e53bbe4042d github.com: https://github.com/erlang/otp/commit/e3be1cfe9f6cedd0cd20d9905e05601dfb31c8aa

Credits

Eric Meadows-Jönsson Jonatan Männchen / EEF Peter Ullrich José Valim Konrad Pietrzak / Ericsson