JLSEC-2026-270

Source
https://github.com/JuliaLang/SecurityAdvisories.jl/blob/main/advisories/published/2026/JLSEC-2026-270.md
Import Source
https://github.com/JuliaLang/SecurityAdvisories.jl/tree/generated/osv/2026/JLSEC-2026-270.json
JSON Data
https://api.osv.dev/v1/vulns/JLSEC-2026-270
Upstream
  • EUVD-2026-4813
  • GHSA-r9hf-rxjm-gv2f
Published
2026-04-27T18:33:55.942Z
Modified
2026-04-27T19:02:45.030953833Z
Severity
  • 5.3 (Medium) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L CVSS Calculator
Summary
Issue summary: A type confusion vulnerability exists in the signature verification of signed PKCS...
Details

Issue summary: A type confusion vulnerability exists in the signature verification of signed PKCS#7 data where an ASN1_TYPE union member is accessed without first validating the type, causing an invalid or NULL pointer dereference when processing malformed PKCS#7 data.

Impact summary: An application performing signature verification of PKCS#7 data or calling directly the PKCS7digestfrom_attributes() function can be caused to dereference an invalid or NULL pointer when reading, resulting in a Denial of Service.

The function PKCS7digestfromattributes() accesses the message digest attribute value without validating its type. When the type is not VASN1OCTETSTRING, this results in accessing invalid memory through the ASN1_TYPE union, causing a crash.

Exploiting this vulnerability requires an attacker to provide a malformed signed PKCS#7 to an application that verifies it. The impact of the exploit is just a Denial of Service, the PKCS7 API is legacy and applications should be using the CMS API instead. For these reasons the issue was assessed as Low severity.

The FIPS modules in 3.5, 3.4, 3.3 and 3.0 are not affected by this issue, as the PKCS#7 parsing implementation is outside the OpenSSL FIPS module boundary.

OpenSSL 3.6, 3.5, 3.4, 3.3, 3.0, 1.1.1 and 1.0.2 are vulnerable to this issue.

Database specific
{
    "license": "CC-BY-4.0",
    "sources": [
        {
            "published": "2026-01-27T16:16:35.543Z",
            "id": "CVE-2026-22796",
            "url": "https://services.nvd.nist.gov/rest/json/cves/2.0?cveId=CVE-2026-22796",
            "imported": "2026-04-27T16:32:52.904Z",
            "modified": "2026-02-02T18:40:27.467Z",
            "database_specific": {
                "status": "Analyzed"
            },
            "html_url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22796"
        },
        {
            "published": "2026-01-27T18:32:16Z",
            "url": "https://api.github.com/advisories/GHSA-r9hf-rxjm-gv2f",
            "imported": "2026-04-27T16:35:56.109Z",
            "html_url": "https://github.com/advisories/GHSA-r9hf-rxjm-gv2f",
            "id": "GHSA-r9hf-rxjm-gv2f",
            "modified": "2026-01-27T18:32:25Z"
        },
        {
            "published": "2026-01-27T16:01:28Z",
            "url": "https://euvdservices.enisa.europa.eu/api/enisaid?id=EUVD-2026-4813",
            "imported": "2026-04-27T16:33:08.828Z",
            "modified": "2026-01-27T16:28:52Z",
            "id": "EUVD-2026-4813",
            "html_url": "https://euvd.enisa.europa.eu/vulnerability/EUVD-2026-4813"
        }
    ]
}
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
3.0.20+0
Introduced
3.5.0+0
Fixed
3.5.5+0

Database specific

source
"https://github.com/JuliaLang/SecurityAdvisories.jl/tree/generated/osv/2026/JLSEC-2026-270.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.29.203+0

Database specific

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