OESA-2026-3922

Source
https://www.openeuler.org/en/security/security-bulletins/detail/?id=openEuler-SA-2026-3922
Import Source
https://repo.openeuler.org/security/data/osv/OESA-2026-3922.json
JSON Data
https://api.osv.dev/v1/vulns/OESA-2026-3922
Upstream
Published
2026-09-20T13:23:15Z
Modified
2026-09-20T13:30:25Z
Severity
  • 7.5 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
edk2 security update
Details

EDK II is a modern, feature-rich, cross-platform firmware development environment for the UEFI and PI specifications.

Security Fix(es):

Issue summary: OpenSSL CMS decryption sizes the key-unwrap output buffer based on querying the unwrapped key size, but the AES-WRAP-PAD unwrap primitive can write and cleanse more bytes than that query reports, causing an 8-byte out-of-bounds heap write.

Impact summary: An attacker who supplies a crafted CMS message can trigger a deterministic 8-byte out-of-bounds heap write when the victim decrypts it with CMS_decrypt(), corrupting the heap and typically resulting in a Denial of Service.

CWE: CWE-787: Out-of-bounds Write

Description: The key-wrap OID is potentially attacker-controlled on the wire. CMS unwrapping allows both id-aesNNN-wrap-pad and id-aesNNN-wrap ciphers. An attacker can take a legitimate message and change a single OID byte to select the padded variant while leaving the message otherwise valid. Since the unwrap key is derived from the recipient's private operation (ECDH key agreement or ML-KEM decapsulation), the RFC 5649 integrity check cannot pass, and the decryption fails with integrity failure.

The write is a fixed-size (8-byte), fixed-value (zero) heap overflow immediately past the allocation, requires no special configuration, and is reachable from the public CMS_decrypt() function. The consequence is a heap corruption leading to a Denial of Service. The fix in the CMS code sizes the unwrap output buffer for the worst case so a failed unwrap cannot write past the allocation.

FIPS impact: no

As the CMS code lives outside the FIPS module boundary, no FIPS modules are affected by this CVE.(CVE-2026-63072)

Database specific
{
    "severity": "High"
}
References

Affected packages

openEuler:22.03-LTS-SP4 / edk2

Package

Name
edk2
Purl
pkg:rpm/openEuler/edk2&distro=openEuler-22.03-LTS-SP4

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0 Unknown introduced version / All previous versions are affected
Fixed
202011-38.oe2203sp4

Ecosystem specific

{
    "aarch64": [
        "edk2-debuginfo-202011-38.oe2203sp4.aarch64.rpm",
        "edk2-debugsource-202011-38.oe2203sp4.aarch64.rpm",
        "edk2-devel-202011-38.oe2203sp4.aarch64.rpm"
    ],
    "noarch": [
        "edk2-aarch64-202011-38.oe2203sp4.noarch.rpm",
        "edk2-help-202011-38.oe2203sp4.noarch.rpm",
        "edk2-ovmf-202011-38.oe2203sp4.noarch.rpm",
        "python3-edk2-devel-202011-38.oe2203sp4.noarch.rpm"
    ],
    "src": [
        "edk2-202011-38.oe2203sp4.src.rpm"
    ],
    "x86_64": [
        "edk2-debuginfo-202011-38.oe2203sp4.x86_64.rpm",
        "edk2-debugsource-202011-38.oe2203sp4.x86_64.rpm",
        "edk2-devel-202011-38.oe2203sp4.x86_64.rpm"
    ]
}

Database specific

source
"https://repo.openeuler.org/security/data/osv/OESA-2026-3922.json"