JLSEC-2026-220

Source
https://github.com/JuliaLang/SecurityAdvisories.jl/blob/main/advisories/published/2026/JLSEC-2026-220.md
Import Source
https://github.com/JuliaLang/SecurityAdvisories.jl/tree/generated/osv/2026/JLSEC-2026-220.json
JSON Data
https://api.osv.dev/v1/vulns/JLSEC-2026-220
Upstream
  • EUVD-2020-12761
  • GHSA-whf2-mq76-2fhv
Published
2026-04-27T18:33:55.942Z
Modified
2026-04-27T19:02:46.568070329Z
Summary
The X.509 GeneralName type is a generic type for representing different types of names. One of...
Details

The X.509 GeneralName type is a generic type for representing different types of names. One of those name types is known as EDIPartyName. OpenSSL provides a function GENERALNAMEcmp which compares different instances of a GENERALNAME to see if they are equal or not. This function behaves incorrectly when both GENERALNAMEs contain an EDIPARTYNAME. A NULL pointer dereference and a crash may occur leading to a possible denial of service attack. OpenSSL itself uses the GENERALNAMEcmp function for two purposes: 1) Comparing CRL distribution point names between an available CRL and a CRL distribution point embedded in an X509 certificate 2) When verifying that a timestamp response token signer matches the timestamp authority name (exposed via the API functions TSRESPverifyresponse and TSRESPverifytoken) If an attacker can control both items being compared then that attacker could trigger a crash. For example if the attacker can trick a client or server into checking a malicious certificate against a malicious CRL then this may occur. Note that some applications automatically download CRLs based on a URL embedded in a certificate. This checking happens prior to the signatures on the certificate and CRL being verified. OpenSSL's sserver, sclient and verify tools have support for the "-crl_download" option which implements automatic CRL downloading and this attack has been demonstrated to work against those tools. Note that an unrelated bug means that affected versions of OpenSSL cannot parse or construct correct encodings of EDIPARTYNAME. However it is possible to construct a malformed EDIPARTYNAME that OpenSSL's parser will accept and hence trigger this attack. All OpenSSL 1.1.1 and 1.0.2 versions are affected by this issue. Other OpenSSL releases are out of support and have not been checked. Fixed in OpenSSL 1.1.1i (Affected 1.1.1-1.1.1h). Fixed in OpenSSL 1.0.2x (Affected 1.0.2-1.0.2w).

Database specific
{
    "sources": [
        {
            "html_url": "https://nvd.nist.gov/vuln/detail/CVE-2020-1971",
            "published": "2020-12-08T16:15:11.730Z",
            "url": "https://services.nvd.nist.gov/rest/json/cves/2.0?cveId=CVE-2020-1971",
            "database_specific": {
                "status": "Modified"
            },
            "id": "CVE-2020-1971",
            "imported": "2026-04-27T16:32:27.634Z",
            "modified": "2024-11-21T05:11:45.673Z"
        },
        {
            "html_url": "https://github.com/advisories/GHSA-whf2-mq76-2fhv",
            "modified": "2024-06-21T21:34:51Z",
            "published": "2022-05-24T17:35:31Z",
            "url": "https://api.github.com/advisories/GHSA-whf2-mq76-2fhv",
            "id": "GHSA-whf2-mq76-2fhv",
            "imported": "2026-04-27T16:34:48.876Z"
        },
        {
            "html_url": "https://euvd.enisa.europa.eu/vulnerability/EUVD-2020-12761",
            "url": "https://euvdservices.enisa.europa.eu/api/enisaid?id=EUVD-2020-12761",
            "id": "EUVD-2020-12761",
            "modified": "2024-09-17T02:57:20Z",
            "published": "2020-12-08T15:30:16Z",
            "imported": "2026-04-27T16:33:20.459Z"
        }
    ],
    "license": "CC-BY-4.0"
}
References

Affected packages

Julia / OpenSSL_jll

Package

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

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.1.10+0

Database specific

source
"https://github.com/JuliaLang/SecurityAdvisories.jl/tree/generated/osv/2026/JLSEC-2026-220.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
0Unknown introduced version / All previous versions are affected
Fixed
1.19.9+0

Database specific

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