{"affected":[{"ranges":[{"events":[{"introduced":"9d1dda7bad5a64b58c10a1554751689e94131a73"},{"fixed":"f8580fc117098c08165f46c26fd0750c5cfb2a90"},{"fixed":"f04c6bba38de1cf1b1836a7d9a9fbe239bd939e8"}],"repo":"https://github.com/erlang/otp","type":"GIT"}]}],"aliases":["GHSA-622p-qfh6-c352","CVE-2026-59251"],"credits":[{"name":"Lukas Backström","type":"FINDER"},{"name":"Jakub Witczak","type":"REMEDIATION_DEVELOPER"},{"name":"Michał Wąsowski","type":"REMEDIATION_REVIEWER"}],"database_specific":{"capec_ids":["CAPEC-130"],"cpe_ids":["cpe:2.3:a:erlang:erlang\\/otp:*:*:*:*:*:*:*:*"],"cwe_ids":["CWE-770"]},"details":"## Summary\n\nAllocation 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.\n\nDuring 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).\n\nThis is the same vulnerability class as OpenSSL's X509\\_verify\\_cert policy tree DoS.\n\nThis 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.\n\nThis 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.","id":"EEF-CVE-2026-59251","modified":"2026-07-27T16:11:07.639Z","published":"2026-07-27T15:30:47.097Z","references":[{"type":"ADVISORY","url":"https://github.com/erlang/otp/security/advisories/GHSA-622p-qfh6-c352"},{"type":"WEB","url":"https://cna.erlef.org/cves/CVE-2026-59251.html"},{"type":"WEB","url":"https://www.erlang.org/doc/system/versions.html#order-of-versions"},{"type":"FIX","url":"https://github.com/erlang/otp/commit/f8580fc117098c08165f46c26fd0750c5cfb2a90"},{"type":"FIX","url":"https://github.com/erlang/otp/commit/f04c6bba38de1cf1b1836a7d9a9fbe239bd939e8"}],"related":[],"schema_version":"1.7.3","severity":[{"score":"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","type":"CVSS_V4"}],"summary":"Denial of service via exponential certificate policy tree growth in path validation","upstream":[]}