Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2026-59251— Denial of service via exponential certificate policy tree growth in path validation

CVSS 8.7 · High EPSS 0.26% · P18

Possible ATT&CK Techniques 1AI

T1496 · Resource Hijacking

Affected Version Matrix 3

VendorProductVersion RangeStatus
ErlangOTP1.15< *affected
26.2< *affected
9d1dda7bad5a64b58c10a1554751689e94131a73< *affected
Get alerts for future matching vulnerabilitiesLog in to subscribe

I. Basic Information for CVE-2026-59251

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
Denial of service via exponential certificate policy tree growth in path validation
Source: 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.
Source: 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
Source: CVE Program / CVE List V5
Vulnerability Type
不加限制或调节的资源分配
Source: CVE Program / CVE List V5
Vulnerability Title
Erlang OTP 资源管理错误漏洞
Source: CNNVD (China National Vulnerability Database)
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证书链造成拒绝服务。
Source: CNNVD (China National Vulnerability Database)
CVSS Information
N/A
Source: CNNVD (China National Vulnerability Database)
Vulnerability Type
N/A
Source: CNNVD (China National Vulnerability Database)

Affected Products

VendorProductAffected VersionsCPESubscribe
ErlangOTP 1.15 ~ * cpe:2.3:a:erlang:erlang\/otp:*:*:*:*:*:*:*:*
ErlangOTP 26.2 ~ * cpe:2.3:a:erlang:erlang\/otp:*:*:*:*:*:*:*:*

II. Public POCs for CVE-2026-59251

#POC DescriptionSource LinkShenlong Link
AI-Generated POCPremium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2026-59251

登录查看更多情报信息。

Patches & Fixes for CVE-2026-59251 (2)

Vendor Advisories for CVE-2026-59251 (3)

Same Patch Batch · Erlang · 2026-07-27 · 8 CVEs total

CVE-2026-559539.1 CRITICALTLS 1.2 and DTLS client accepts unoffered anonymous cipher suite, bypassing server authent
CVE-2026-582278.7 HIGHTLS/DTLS denial of service via unbounded recursion on cross-signed peer certificate chain
CVE-2026-592508.3 HIGHMegaco flex scanner buffer overflow via oversized property parm name
CVE-2026-548908.2 HIGHBEAM VM crash via integer underflow in binary_to_term BIT_BINARY_EXT decoding
CVE-2026-427926.3 MEDIUMepmd permanent DoS via EMFILE on accept(2) in erts
CVE-2026-557375.1 MEDIUMHeap pointer corruption via signed/unsigned mismatch in LARGE_TUPLE_EXT decoding in erts e
CVE-2026-470784.8 MEDIUMRelative path traversal in zip:unzip/zip:extract via check_dir_level depth-counter bypass

IV. Related Vulnerabilities

V. Comments for CVE-2026-59251

No comments yet


Leave a comment