REDHAT-BUG-2481894: Low severity OpenSSL OpenSSL vulnerability
FFC-DH Peer Validation Uses Attacker-Supplied q (CVE-2026-42770) Severity: Low
Issue summary: When EVPPKEYderivesetpeer() 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)/qlocal), and a public value Y of order r can recover the victim's private key after a small number of key exchange attempts. When EVPPKEYderivesetpeer() 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, and 3.0 are affected by this issue.
OpenSSL 4.0, 3.6, 3.5, 3.4, and 3.0 are vulnerable to this issue.
OpenSSL 1.0.2 and 1.1.1 are not affected by this issue.
OpenSSL 4.0 users should upgrade to OpenSSL 4.0.1. OpenSSL 3.6 users should upgrade to OpenSSL 3.6.3. OpenSSL 3.5 users should upgrade to OpenSSL 3.5.7. OpenSSL 3.4 users should upgrade to OpenSSL 3.4.6. OpenSSL 3.0 users should upgrade to OpenSSL 3.0.21.
This issue was reported on 16th April 2026 by Alex Gaynor (Anthropic). The fix was developed by Alex Gaynor (Anthropic), Viktor Dukhovni and Norbert Pocs.
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade
OpenSSLto a version that resolves this vulnerability.Fixed in 3.0.21 - Upgrade
Upgrade
OpenSSLto a version that resolves this vulnerability.Fixed in 3.4.6 - Upgrade
Upgrade
OpenSSLto a version that resolves this vulnerability.Fixed in 3.5.7 - Upgrade
Upgrade
OpenSSLto a version that resolves this vulnerability.Fixed in 3.6.3 - Upgrade
Upgrade
OpenSSLto a version that resolves this vulnerability.Fixed in 4.0.1
Event History
Frequently Asked Questions
What is the severity of REDHAT-BUG-2481894?
The severity of REDHAT-BUG-2481894 is classified as low.
What vulnerability does REDHAT-BUG-2481894 relate to?
REDHAT-BUG-2481894 relates to CVE-2026-42770, which involves improper peer validation in FFC-DH.
How do I fix REDHAT-BUG-2481894?
To fix REDHAT-BUG-2481894, ensure that your OpenSSL libraries are updated to the latest version that addresses this vulnerability.
What impact does REDHAT-BUG-2481894 have on systems?
The impact of REDHAT-BUG-2481894 is that a malicious peer could exploit improper subgroup membership checks in X9.42 keys.
Which software is affected by REDHAT-BUG-2481894?
REHDAT-BUG-2481894 affects OpenSSL and the OpenSSL FIPS Module.