CVE-2026-42770

Published: Giu 09, 2026 Last Modified: Giu 10, 2026
ExploitDB:
Other exploit source:
Google Dorks:
LOW 3,7
Source: 134c704f-9b21-4f2e-91b3-4a467353bcc0
Attack Vector: network
Attack Complexity: high
Privileges Required: none
User Interaction: none
Scope: unchanged
Confidentiality: low
Integrity: none
Availability: none

Description

AI Translation Available

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, and 3.0 are affected by this
issue.

EPSS (Exploit Prediction Scoring System)

Trend Analysis

EPSS (Exploit Prediction Scoring System)

Prevede la probabilità di sfruttamento basata su intelligence sulle minacce e sulle caratteristiche della vulnerabilità.

EPSS Score
0,0001
Percentile
0,0th
Updated

EPSS Score Trend (Last 5 Days)

325

Missing Cryptographic Step

Draft
Common Consequences
Security Scopes Affected:
Access Control Confidentiality Integrity Accountability Non-Repudiation
Potential Impacts:
Bypass Protection Mechanism Read Application Data Modify Application Data Hide Activities
Applicable Platforms
All platforms may be affected
View CWE Details
https://github.com/openssl/openssl/commit/3da5a516cd2635a320ff748503db2cef7c4b0…
https://github.com/openssl/openssl/commit/3ddbb7ab50bd93dfc59cbe08e269a67605aee…
https://github.com/openssl/openssl/commit/5f452bba2c681423d8fcffd120a19b757ee42…
https://github.com/openssl/openssl/commit/7fbfde7677ed8808828bf00ff01c937ca04bd…
https://github.com/openssl/openssl/commit/ca2237ab5615641b662183b077f62c08d75e8…
https://openssl-library.org/news/secadv/20260609.txt