HOMEVULNERABILITIESCVE-2026-42770
LOW

CVE-2026-42770

CWE-325Published: June 9, 2026· Updated: Jun 16, 2026

3.7
CVSS v3.1

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

issue.

NVD Source

Technical Analysis

CVE-2026-42770 can be exploited remotely over the network without requiring physical or adjacent access, significantly expanding the attack surface for threat actors.

The vulnerability requires no privileges and no user interaction, making it a prime target for automated exploitation campaigns and worm-like propagation.

CVSS v3.1 Vector Breakdown

Exploitability
Attack VectorNetwork
Attack ComplexityHigh
Privileges Req.None
User InteractionNone
ScopeUnchanged
Impact
ConfidentialityLow
IntegrityNone
AvailabilityNone
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N

Affected Vendors & Products

OpenSSL1 product
openssl
Source: NVD CPE · 2 total CPE entries

Exploit & PoC Resources

NO KNOWN EXPLOITNo public exploit confirmed at this time
External links open in a new tab. Always verify in a controlled environment before use.

Official Patches & Advisories

All References (6)

Quick Facts

CVE IDCVE-2026-42770
CVSS Score3.7 / 10
SeverityLOW
WeaknessCWE-325
CISA KEVNo
Affected1 vendor
PublishedJun 9, 2026

Related CVEs (CWE-325)

Recommended Actions

  • Apply vendor patches immediately
  • Monitor CVE-2026-42770 in threat intel feeds
  • Review IDS/IPS signatures for exploitation attempts
Data sourced from NVD (NIST), CISA KEV, and EPSS (FIRST). Analysis generated by CTIWATCH.COM. CVE data is provided under the NVD usage policy.