FlawAtlas
Search the atlas
CVE-2026-59251 High

Denial of service via exponential certificate policy tree growth in path validation

## Summary 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.

Exploit probability 0.3%
Published July 27, 2026
Required by Not available
Last source change July 30, 2026

02 / AFFECTED SOFTWARE

Affected packages

Unknown Unknown

12 explicit affected versions

Unknown Unknown

03 / CONNECTIONS

Connected vulnerabilities

related SUSE-SU-2026:3579-1

04 / EVIDENCE

Source records

Open Source Vulnerabilities CVE-2026-59251

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.

View original source
Open Source Vulnerabilities EEF-CVE-2026-59251

## Summary 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.

View original source

05 / REFERENCES

Further evidence