CVE-2026-42789
Last modified
CVE-2026-42789 is a medium-severity vulnerability rated 4.8/10 on the CVSS scale. Improper Following of a Certificate's Chain of Trust vulnerability in Erlang OTP public_key (pubkey_cert module) allows a non-CA certificate to be accepted as an intermediate issuer, enabling certificate chain forgery. In lib/public_key/src/pubkey_cert.erl, pubkey_cert:validate_extensions/7 contains two flaws that together allow a certificate with basicConstraints cA:false and no keyUsage extension to be used as an intermediate issuer in a chain passed to public_key:pkix_path_validation/3: the cA:false clause recurses into the remaining extensions without rejecting the certificate when it is in issuer position, and the keyUsage check only fires when the extension is present, so a certificate lacking keyUsage entirely bypasses the keyCertSign enforcement. Any party holding an end-entity certificate with basicConstraints cA:false and no keyUsage extension, issued by any CA in the victim's trust store, can use that certificate's private key to sign forged leaf certificates for arbitrary identities. public_key:pkix_path_validation/3 accepts the resulting chain, and by extension every TLS or mTLS endpoint built on the OTP ssl application that relies on the default verifier is affected, including server identity verification on the client side and client certificate verification on mTLS servers. This issue affects OTP from OTP 17.0 before OTP 29.0.1, OTP 28.5.0.1, OTP 27.3.4.12 and OTP 26.2.5.21, corresponding to public_key from 0.22 before 1.21.1, 1.20.3.1, 1.17.1.3 and 1.15.1.7.. EPSS estimates a 0.33% chance of exploitation in the next 30 days.
Description
Improper Following of a Certificate's Chain of Trust vulnerability in Erlang OTP public_key (pubkey_cert module) allows a non-CA certificate to be accepted as an intermediate issuer, enabling certificate chain forgery. In lib/public_key/src/pubkey_cert.erl, pubkey_cert:validate_extensions/7 contains two flaws that together allow a certificate with basicConstraints cA:false and no keyUsage extension to be used as an intermediate issuer in a chain passed to public_key:pkix_path_validation/3: the cA:false clause recurses into the remaining extensions without rejecting the certificate when it is in issuer position, and the keyUsage check only fires when the extension is present, so a certificate lacking keyUsage entirely bypasses the keyCertSign enforcement. Any party holding an end-entity certificate with basicConstraints cA:false and no keyUsage extension, issued by any CA in the victim's trust store, can use that certificate's private key to sign forged leaf certificates for arbitrary identities. public_key:pkix_path_validation/3 accepts the resulting chain, and by extension every TLS or mTLS endpoint built on the OTP ssl application that relies on the default verifier is affected, including server identity verification on the client side and client certificate verification on mTLS servers. This issue affects OTP from OTP 17.0 before OTP 29.0.1, OTP 28.5.0.1, OTP 27.3.4.12 and OTP 26.2.5.21, corresponding to public_key from 0.22 before 1.21.1, 1.20.3.1, 1.17.1.3 and 1.15.1.7.
Metrics
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:L/VA:N/SC:H/SI:H/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Erlang | Erlang\/Otp | >= 17.0, < 26.2.5.21 |
| Erlang | Erlang\/Otp | >= 27.0, < 27.3.4.12 |
| Erlang | Erlang\/Otp | >= 28.0, < 28.5.0.1 |
| Erlang | Erlang\/Otp | >= 29.0, < 29.0.1 |
References
- https://cna.erlef.org/cves/CVE-2026-42789.htmlThird Party Advisory
- https://osv.dev/vulnerability/EEF-CVE-2026-42789Third Party Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2026-42789?
How severe is CVE-2026-42789?
How do I fix CVE-2026-42789?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-42780A directory traversal vulnerability exists in BIG-IP SSL Orc…6.9
- CVE-2026-42781When embedded Packet Velocity Acceleration (ePVA) accelerati…7.1
- CVE-2026-42782Improper Isolation or Compartmentalization vulnerability in …7.2
- CVE-2026-42785OpenKM 6.3.12 contains a remote code execution vulnerability…8.6
- CVE-2026-42786Allocation of Resources Without Limits or Throttling vulnera…8.7
- CVE-2026-42788Allocation of Resources Without Limits or Throttling vulnera…6.9
- CVE-2026-4279The Bread & Butter plugin for WordPress is vulnerable to Sto…6.4
- CVE-2026-42790Improper Certificate Validation vulnerability in Erlang OTP …8.1
- CVE-2026-42791Improper Certificate Validation vulnerability in Erlang OTP …3.7
- CVE-2026-42792Improper Handling of Exceptional Conditions vulnerability in…7.5
- CVE-2026-42793Allocation of Resources Without Limits or Throttling vulnera…7.5
- CVE-2026-42794Improper Neutralization of Input During Web Page Generation …6.1
Are you affected by CVE-2026-42789?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
