JLSEC-2026-269

Source
https://github.com/JuliaLang/SecurityAdvisories.jl/blob/main/advisories/published/2026/JLSEC-2026-269.md
Import Source
https://github.com/JuliaLang/SecurityAdvisories.jl/tree/generated/osv/2026/JLSEC-2026-269.json
JSON Data
https://api.osv.dev/v1/vulns/JLSEC-2026-269
Upstream
  • EUVD-2026-4815
  • GHSA-3vqq-45qg-2xf6
Published
2026-04-27T18:33:55.942Z
Modified
2026-04-27T19:02:47.963597080Z
Severity
  • 5.5 (Medium) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H CVSS Calculator
Summary
Issue summary: An invalid or NULL pointer dereference can happen in an application processing a...
Details

Issue summary: An invalid or NULL pointer dereference can happen in an application processing a malformed PKCS#12 file.

Impact summary: An application processing a malformed PKCS#12 file can be caused to dereference an invalid or NULL pointer on memory read, resulting in a Denial of Service.

A type confusion vulnerability exists in PKCS#12 parsing code where an ASN1_TYPE union member is accessed without first validating the type, causing an invalid pointer read.

The location is constrained to a 1-byte address space, meaning any attempted pointer manipulation can only target addresses between 0x00 and 0xFF. This range corresponds to the zero page, which is unmapped on most modern operating systems and will reliably result in a crash, leading only to a Denial of Service. Exploiting this issue also requires a user or application to process a maliciously crafted PKCS#12 file. It is uncommon to accept untrusted PKCS#12 files in applications as they are usually used to store private keys which are trusted by definition. 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 PKCS12 implementation is outside the OpenSSL FIPS module boundary.

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

OpenSSL 1.0.2 is not affected by this issue.

Database specific
{
    "license": "CC-BY-4.0",
    "sources": [
        {
            "modified": "2026-02-02T18:41:14.917Z",
            "id": "CVE-2026-22795",
            "imported": "2026-04-27T16:32:52.264Z",
            "html_url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22795",
            "url": "https://services.nvd.nist.gov/rest/json/cves/2.0?cveId=CVE-2026-22795",
            "database_specific": {
                "status": "Analyzed"
            },
            "published": "2026-01-27T16:16:35.430Z"
        },
        {
            "modified": "2026-01-29T21:30:29Z",
            "published": "2026-01-27T18:32:16Z",
            "imported": "2026-04-27T16:36:30.547Z",
            "html_url": "https://github.com/advisories/GHSA-3vqq-45qg-2xf6",
            "url": "https://api.github.com/advisories/GHSA-3vqq-45qg-2xf6",
            "id": "GHSA-3vqq-45qg-2xf6"
        },
        {
            "modified": "2026-01-29T18:13:37Z",
            "published": "2026-01-27T16:01:27Z",
            "imported": "2026-04-27T16:33:05.080Z",
            "html_url": "https://euvd.enisa.europa.eu/vulnerability/EUVD-2026-4815",
            "url": "https://euvdservices.enisa.europa.eu/api/enisaid?id=EUVD-2026-4815",
            "id": "EUVD-2026-4815"
        }
    ]
}
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-269.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.19.9+0
Fixed
1.29.203+0

Database specific

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