目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-54890— erlang/otp 输入验证错误漏洞

一分钟漏洞结论

影响对象
Erlang OTP
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

erlang erlang/otp是erlang社区开源的一套并发编程语言及运行时系统。 erlang/otp 27.0版本至29.0.4之前版本存在安全漏洞,该漏洞源于External Term Format解码器中BIT_BINARY_EXT标签处理不当,导致整数下溢,进而引发强制整数溢出和过度分配内存,可能导致拒绝服务。

CVSS 8.2 · High EPSS 0.42% · P36

影响版本矩阵 3

厂商产品 版本范围状态
Erlang OTP 15.0< * affected
27.0< * affected
24ef4cbaeda9b9c26682cba75f2f15b0c58722aa< dc1bf9344c0ce62717cf60866590cea0242780fd affected
获取后续新漏洞提醒 登录后订阅

一、 漏洞 CVE-2026-54890 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
BEAM VM crash via integer underflow in binary_to_term BIT_BINARY_EXT decoding
来源: CVE Program / CVE List V5
Vulnerability Description
Integer Underflow (Wrap or Wraparound) vulnerability in erlang otp erlang/otp (erts modules), erlang otp erts (erts modules) allows Forced Integer Overflow, Excessive Allocation. This vulnerability is associated with program files erts/emulator/beam/external.c, emulator/beam/external.c. The BIT_BINARY_EXT tag (77) handler in the External Term Format (ETF) decoder accepts an encoding with both length and trailing-bits fields set to zero. The subsequent computation of the bitstring size underflows an unsigned integer, producing a value of roughly 2^64 that is then passed as a memory allocation size. The allocator aborts the entire node with a message such as "Cannot allocate 2305843009213693951 bytes of memory (of type binary)". The crash is a VM-level abort, not an Erlang-level exception. It cannot be intercepted by supervision trees, by try/catch, or by passing the [safe] option to binary_to_term/2 (which only restricts atom creation and does not perform structural validation of binary encodings). Any application that decodes ETF from untrusted sources via binary_to_term/1,2 or enif_binary_to_term() is exposed. The Erlang distribution protocol also decodes incoming terms through the same code path, but distribution is expected to run on trusted networks per the OTP Secure Coding Guidelines (DSG-011). This issue affects OTP from OTP 27.0 before OTP 29.0.4, OTP 28.5.0.4 and OTP 27.3.4.15, corresponding to erts from 15.0 before 17.0.4, 16.4.0.4 and 15.2.7.11.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N
来源: CVE Program / CVE List V5
Vulnerability Type
整数下溢(超界折返)
来源: CVE Program / CVE List V5
Vulnerability Title
erlang/otp 输入验证错误漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
erlang erlang/otp是erlang社区开源的一套并发编程语言及运行时系统。 erlang/otp 27.0版本至29.0.4之前版本存在安全漏洞,该漏洞源于External Term Format解码器中BIT_BINARY_EXT标签处理不当,导致整数下溢,进而引发强制整数溢出和过度分配内存,可能导致拒绝服务。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商 产品 影响版本 CPE 订阅
Erlang OTP 15.0 ~ * cpe:2.3:a:erlang:erlang\/otp:*:*:*:*:*:*:*:*
Erlang OTP 27.0 ~ * cpe:2.3:a:erlang:erlang\/otp:*:*:*:*:*:*:*:*

二、漏洞 CVE-2026-54890 的公开POC

# POC 描述 源链接 神龙链接
AI 生成 POC 高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-54890 的情报信息

登录查看更多情报信息。

CVE-2026-54890 补丁与修复 (1)

CVE-2026-54890 厂商安全公告 (3)

同批安全公告 · Erlang · 2026-07-27 · 共 8 条

CVE-2026-55953 9.1 CRITICAL Erlang OTP 加密问题漏洞
CVE-2026-58227 8.7 HIGH Erlang OTP 资源管理错误漏洞
CVE-2026-59251 8.7 HIGH Erlang OTP 资源管理错误漏洞
CVE-2026-59250 8.3 HIGH Erlang OTP 缓冲区错误漏洞
CVE-2026-42792 6.3 MEDIUM Erlang OTP 异常处理不当漏洞
CVE-2026-55737 5.1 MEDIUM erlang/otp 数字错误漏洞
CVE-2026-47078 4.8 MEDIUM Erlang OTP 路径遍历漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-54890

暂无评论


发表评论