CVE-2026-42770
Last modified
CVE-2026-42770 is a low-severity vulnerability rated 3.7/10 on the CVSS scale. Issue summary: When EVP_PKEY_derive_set_peer() is called with a DHX (X9.42) peer key, the peer key is not properly checked for the subgroup membership. Impact summary: A malicious peer which presents an X9.42 key carrying the victim's p and g parameters, a forged q = r (a small prime factor of the cofactor (p−1)/q_local), and a public value Y of order r can recover the victim's private key after a small number of key exchange attempts. When EVP_PKEY_derive_set_peer() is called with a DHX (X9.42) peer key, the subgroup membership check Y^q ≡ 1 (mod p) is performed using the peer's own q parameter, not the local key's q. The peer's domain parameters are then matched against the domain parameters of the private key, but the value of q is not compared. A malicious peer who presents an X9.42 key carrying the victim's p, g, a forged q = r (a small prime factor of the cofactor), and a public value Y of order r passes all checks. EPSS estimates a 0.26% chance of exploitation in the next 30 days.
Description
Issue summary: When EVP_PKEY_derive_set_peer() is called with a DHX (X9.42) peer key, the peer key is not properly checked for the subgroup membership. Impact summary: A malicious peer which presents an X9.42 key carrying the victim's p and g parameters, a forged q = r (a small prime factor of the cofactor (p−1)/q_local), and a public value Y of order r can recover the victim's private key after a small number of key exchange attempts. When EVP_PKEY_derive_set_peer() is called with a DHX (X9.42) peer key, the subgroup membership check Y^q ≡ 1 (mod p) is performed using the peer's own q parameter, not the local key's q. The peer's domain parameters are then matched against the domain parameters of the private key, but the value of q is not compared. A malicious peer who presents an X9.42 key carrying the victim's p, g, a forged q = r (a small prime factor of the cofactor), and a public value Y of order r passes all checks. The shared secret then takes only r distinct values, leaking priv mod r. Repeating for each small-prime factor of the cofactor and combining via CRT recovers the full private key (Lim–Lee / small-subgroup-confinement attack). The realistic attack surface is narrow: principally CMP deployments with long-lived RA/CA DHX keys and bespoke enterprise or government applications using X9.42 DHX static keys with interactive protocols and therefore this issue was assigned Low severity. The FIPS modules in 4.0, 3.6, 3.5, 3.4, 3.1.2 and 3.0 are affected by this issue.
Metrics
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Openssl | Openssl | >= 3.0.0, < 3.0.21 |
| Openssl | Openssl | >= 3.4.0, < 3.4.6 |
| Openssl | Openssl | >= 3.5.0, < 3.5.7 |
| Openssl | Openssl | >= 3.6.0, < 3.6.3 |
| Openssl | Openssl | 4.0.0 |
References
- https://openssl-library.org/news/secadv/20260609.txtVendor Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2026-42770?
How severe is CVE-2026-42770?
How do I fix CVE-2026-42770?
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-42765Issue summary: When a partial-chain certificate verification…7.5
- CVE-2026-42766Issue summary: A specially crafted password-encrypted CMS me…5.9
- CVE-2026-42767Issue summary: An attacker-controlled CMP (Certificate Manag…5.9
- CVE-2026-42768Issue summary: The CMS_decrypt and PKCS7_decrypt functions a…3.7
- CVE-2026-42769Issue Summary: An error in the callback used to verify the c…5.3
- CVE-2026-4277An issue was discovered in 6.0 before 6.0.4, 5.2 before 5.2.…9.8
- CVE-2026-42771Issue summary: When the X509_VERIFY_PARAM_set1_email is call…6.2
- CVE-2026-42773Improper Neutralization of Special Elements used in an SQL C…9.3
- CVE-2026-42774Improper Neutralization of Special Elements used in an SQL C…9.3
- CVE-2026-42775Unauthenticated Cross Site Scripting (XSS) in AutomatorWP <=…7.1
- CVE-2026-42776Missing Authorization vulnerability in WP Sunshine Sunshine …6.3
- CVE-2026-42778The fix for CVE-2026-41409 was not applied to the 2.1.X and …9.8
Are you affected by CVE-2026-42770?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
