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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-59251— Erlang OTP 资源管理错误漏洞

一分钟漏洞结论

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

Erlang OTP是瑞典Erlang社区的一套构建分布式系统的中间件平台。 Erlang OTP 26.2版本至29.0.4之前版本、28.5.0.4版本和27.3.4.15版本存在资源管理错误漏洞,该漏洞源于public_key证书路径验证中的资源无限制分配,导致pubkey_policy_tree无限增长,可能被远程未认证攻击者利用发送特制X.509证书链造成拒绝服务。

CVSS 8.7 · High EPSS 0.32% · P25

可能的 ATT&CK 技术 1 AI

T1496 · Resource Hijacking

影响版本矩阵 3

厂商产品 版本范围状态
Erlang OTP 1.15< * affected
26.2< * affected
9d1dda7bad5a64b58c10a1554751689e94131a73< * affected
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
Denial of service via exponential certificate policy tree growth in path validation
来源: CVE Program / CVE List V5
Vulnerability Description
Allocation of resources without limits in Erlang/OTP public_key certificate path validation allows a remote unauthenticated attacker to cause denial of service by sending a crafted X.509 certificate chain during the TLS handshake. During RFC 5280 policy processing in public_key:pkix_path_validation/3, the certificate policy tree maintained by pubkey_policy_tree grows without an upper bound. When a certificate chain contains M policies per certificate and K certificates, the tree grows on the order of M^K nodes because pubkey_policy_tree:add_leaves/2 and pubkey_policy_tree:add_leaf_siblings/2 extend the tree per policy per certificate. A modest chain with many policies per certificate is enough to pin BEAM schedulers and exhaust the node's memory, taking down the entire VM. The attacker only needs to be able to present a certificate chain to the victim, which is the normal precondition for a TLS handshake, so exploitation succeeds against any incoming or outgoing TLS connection that validates the peer's chain (the default for SSL/TLS clients and mutual-TLS servers). This is the same vulnerability class as OpenSSL's X509_verify_cert policy tree DoS. This vulnerability is associated with program files lib/public_key/src/pubkey_policy_tree.erl and program routines pubkey_policy_tree:add_leaves/2 and pubkey_policy_tree:add_leaf_siblings/2. This issue affects OTP from OTP 26.2 before OTP 29.0.4, OTP 28.5.0.4 and OTP 27.3.4.15, corresponding to public_key from 1.15 before 1.21.4, 1.20.3.4 and 1.17.1.5.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:L
来源: CVE Program / CVE List V5
Vulnerability Type
不加限制或调节的资源分配
来源: CVE Program / CVE List V5
Vulnerability Title
Erlang OTP 资源管理错误漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Erlang OTP是瑞典Erlang社区的一套构建分布式系统的中间件平台。 Erlang OTP 26.2版本至29.0.4之前版本、28.5.0.4版本和27.3.4.15版本存在资源管理错误漏洞,该漏洞源于public_key证书路径验证中的资源无限制分配,导致pubkey_policy_tree无限增长,可能被远程未认证攻击者利用发送特制X.509证书链造成拒绝服务。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

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

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-59251 补丁与修复 (2)

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

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

CVE-2026-55953 9.1 CRITICAL Erlang OTP 加密问题漏洞
CVE-2026-58227 8.7 HIGH Erlang OTP 资源管理错误漏洞
CVE-2026-59250 8.3 HIGH Erlang OTP 缓冲区错误漏洞
CVE-2026-54890 8.2 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-59251

暂无评论


发表评论