JLSEC-2026-1142

Source
https://github.com/JuliaLang/SecurityAdvisories.jl/blob/main/advisories/published/2026/JLSEC-2026-1142.md
Import Source
https://github.com/JuliaLang/SecurityAdvisories.jl/tree/generated/osv/2026/JLSEC-2026-1142.json
JSON Data
https://api.osv.dev/v1/vulns/JLSEC-2026-1142
Upstream
  • EUVD-2026-35487
  • GHSA-3cxm-476w-ghm2
Published
2026-08-03T19:08:57.739Z
Modified
2026-08-03T19:20:55.045876456Z
Severity
  • 3.7 (Low) CVSS_V3 - CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N CVSS Calculator
Summary
Issue summary: When EVP_PKEY_derive_set_peer() is called with a DHX (X9.42) peer key, the peer...
Details

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.

Database specific
{
    "license": "CC-BY-4.0",
    "sources": [
        {
            "id": "CVE-2026-42770",
            "url": "https://services.nvd.nist.gov/rest/json/cves/2.0?cveId=CVE-2026-42770",
            "imported": "2026-08-03T18:18:15.809Z",
            "modified": "2026-07-23T08:10:00.137Z",
            "html_url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42770",
            "published": "2026-06-09T17:17:08.523Z",
            "database_specific": {
                "status": "Modified"
            }
        },
        {
            "url": "https://api.github.com/advisories/GHSA-3cxm-476w-ghm2",
            "published": "2026-06-09T18:30:43Z",
            "modified": "2026-06-10T09:32:58Z",
            "html_url": "https://github.com/advisories/GHSA-3cxm-476w-ghm2",
            "imported": "2026-08-03T18:19:21.617Z",
            "id": "GHSA-3cxm-476w-ghm2"
        },
        {
            "url": "https://euvdservices.enisa.europa.eu/api/enisaid?id=EUVD-2026-35487",
            "imported": "2026-08-03T18:18:17.328Z",
            "modified": "2026-07-20T16:09:50Z",
            "html_url": "https://euvd.enisa.europa.eu/vulnerability/EUVD-2026-35487",
            "published": "2026-06-09T16:03:29Z",
            "id": "EUVD-2026-35487"
        }
    ]
}
References

Affected packages

Julia / AppBundler

Package

Name
AppBundler
Purl
pkg:julia/AppBundler?uuid=40eb83ae-c93a-480c-8f39-f018b568f472

Affected ranges

Type
SEMVER
Events
Introduced
1.0.0

Database specific

source
"https://github.com/JuliaLang/SecurityAdvisories.jl/tree/generated/osv/2026/JLSEC-2026-1142.json"

Julia / OpenSSL_jll

Package

Name
OpenSSL_jll
Purl
pkg:julia/OpenSSL_jll?uuid=458c3c95-2e84-50aa-8efc-19380b2a3a95

Affected ranges

Type
SEMVER
Events
Introduced
3.0.8+0
Fixed
3.5.7+0

Database specific

source
"https://github.com/JuliaLang/SecurityAdvisories.jl/tree/generated/osv/2026/JLSEC-2026-1142.json"

Julia / Openresty_jll

Package

Name
Openresty_jll
Purl
pkg:julia/Openresty_jll?uuid=87da34d4-7b1b-5a94-8376-8cb65bf3132c

Affected ranges

Type
SEMVER
Events
Introduced
1.27.1+0

Database specific

source
"https://github.com/JuliaLang/SecurityAdvisories.jl/tree/generated/osv/2026/JLSEC-2026-1142.json"