CVE-2026-59251 Details
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.
A denial-of-service vulnerability has been identified in the Erlang/OTP public_key module, specifically in versions 26.2 prior to 29.0.4, as well as 28.5.0.4 and 27.3.4.15. The issue arises during TLS handshakes when a remote, unauthenticated attacker sends a crafted X.509 certificate chain. This exploitation causes the certificate policy tree to grow exponentially, leading to excessive CPU and memory usage on the affected BEAM node. The vulnerability is triggered by the way the public_key:pkix_path_validation/3 function processes certificate policies, allowing the attacker to disrupt any TLS connection that validates the peer's certificate chain.
Users can upgrade to Erlang/OTP versions 29.0.4, 28.5.0.4, or 27.3.4.15 to address this vulnerability. Instructions for applying the patch can be found in the Erlang/OTP documentation.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Jul 27, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://cna.erlef.org/cves/CVE-2026-59251.html | EEF | PatchThird Party Advisory |
| https://github.com/erlang/otp/commit/f04c6bba38de1cf1b1836a7d9a9fbe239bd939e8 | EEF | Patch |
| https://github.com/erlang/otp/commit/f8580fc117098c08165f46c26fd0750c5cfb2a90 | EEF | Patch |
| https://github.com/erlang/otp/security/advisories/GHSA-622p-qfh6-c352 | EEF | Vendor Advisory |
| https://osv.dev/vulnerability/EEF-CVE-2026-59251 | EEF | PatchThird Party Advisory |
| https://www.erlang.org/doc/system/versions.html#order-of-versions | EEF | Release Notes |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-770 | Allocation of Resources Without Limits or Throttling | EEF |
Affected Products
| Product | Versions |
|---|---|
| erlang erlang/otp | >= 26.2, < 27.3.4.15 >= 28.0, < 28.5.0.4 >= 29.0, < 29.0.4 |
CPE
Remediation
| |
| erlang erlang/public key | >= 1.15, < 1.17.1.5 >= 1.18, < 1.20.3.4 >= 1.21, < 1.21.4 |
CPE
Remediation
| |
Change History
3 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Aug 10, 2026 | Initial Analysis | [email protected] |
| Jul 27, 2026 | CVE Modified | CISA-ADP |
| Jul 27, 2026 | New CVE Received | EEF |