JLSEC-2026-1135

Source
https://github.com/JuliaLang/SecurityAdvisories.jl/blob/main/advisories/published/2026/JLSEC-2026-1135.md
Import Source
https://github.com/JuliaLang/SecurityAdvisories.jl/tree/generated/osv/2026/JLSEC-2026-1135.json
JSON Data
https://api.osv.dev/v1/vulns/JLSEC-2026-1135
Upstream
  • EUVD-2026-35478
  • GHSA-f9v2-4w9p-2cwc
Published
2026-08-03T19:08:57.739Z
Modified
2026-08-03T19:20:51.919176938Z
Severity
  • 9.1 (Critical) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N CVSS Calculator
Summary
Issue Summary: Cryptographic Message Services (CMS) processing fails to perform sufficient input...
Details

Issue Summary: Cryptographic Message Services (CMS) processing fails to perform sufficient input validation on the cipher and tag length fields of AuthEnvelopedData containers, leading to various potential compromises.

Impact Summary: Attackers making use of these vulnerabilities may achieve key-equivalent functionality for a given CMS recipient and/or bypass integrity validation for a given message.

In one use case, an attacker may send a CMS message containing AuthEnvelopedData with the cipher specified as a non-AEAD cipher. OpenSSL erroneously allows this selection, and attempts to decrypt and validate the message.

An on-path attacker who captures one legitimate AES-GCM AuthEnvelopedData addressed to the victim can re-emit it with the recipientInfos set left byte-for-byte intact, so the victim's private key still unwraps the genuine CEK (the content-encryption key), but with the inner OID rewritten to AES-256-OFB (Output Feedback Mode, an unauthenticated keystream mode) and with an attacker-chosen IV and ciphertext. The victim initializes AES-256-OFB under the real CEK, never consults the MAC field, and CMS_decrypt() returns success.

If the application under attack responds to the attacker with any indicator showing success or failure of the decryption effort, it is possible for the attacker to use this as an oracle to obtain key equivalent functionality for the CEK used for the chosen recipient of the message.

In another use case, an attacker can reduce the tag length of the chosen AEAD cipher for a given AuthEnvelopedData container to be a single byte long, allowing an attacker to brute force CMS decryption, producing an integrity bypass for applications that trust CMS_decrypt() to reject modified content.

The FIPS modules are not affected by this issue.

Database specific
{
    "sources": [
        {
            "imported": "2026-08-03T18:18:15.485Z",
            "id": "CVE-2026-34182",
            "url": "https://services.nvd.nist.gov/rest/json/cves/2.0?cveId=CVE-2026-34182",
            "html_url": "https://nvd.nist.gov/vuln/detail/CVE-2026-34182",
            "modified": "2026-07-23T08:10:00.137Z",
            "database_specific": {
                "status": "Analyzed"
            },
            "published": "2026-06-09T17:17:04.857Z"
        },
        {
            "id": "GHSA-f9v2-4w9p-2cwc",
            "url": "https://api.github.com/advisories/GHSA-f9v2-4w9p-2cwc",
            "html_url": "https://github.com/advisories/GHSA-f9v2-4w9p-2cwc",
            "modified": "2026-06-10T18:32:45Z",
            "imported": "2026-08-03T18:18:51.029Z",
            "published": "2026-06-09T18:30:42Z"
        },
        {
            "id": "EUVD-2026-35478",
            "url": "https://euvdservices.enisa.europa.eu/api/enisaid?id=EUVD-2026-35478",
            "html_url": "https://euvd.enisa.europa.eu/vulnerability/EUVD-2026-35478",
            "modified": "2026-06-10T15:58:52Z",
            "imported": "2026-08-03T18:18:17.776Z",
            "published": "2026-06-09T16:03:22Z"
        }
    ],
    "license": "CC-BY-4.0"
}
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-1135.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-1135.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-1135.json"