OESA-2026-1844

Source
https://www.openeuler.org/en/security/security-bulletins/detail/?id=openEuler-SA-2026-1844
Import Source
https://repo.openeuler.org/security/data/osv/OESA-2026-1844.json
JSON Data
https://api.test.osv.dev/v1/vulns/OESA-2026-1844
Upstream
Published
2026-04-11T14:03:31Z
Modified
2026-04-11T14:18:35.468208Z
Summary
OpenEXR security update
Details

OpenEXR is a high dynamic-range (HDR) image file format originally developed by Industrial Light & Magic for use in computer imaging applications.

Security Fix(es):

OpenEXR provides the specification and reference implementation of the EXR file format, an image storage format for the motion picture industry. From 3.2.0 to before 3.2.7, 3.3.9, and 3.4.9, a signed integer overflow exists in undopxr24impl() in src/lib/OpenEXRCore/internalpxr24.c at line 377. The expression (uint64t)(w * 3) computes w * 3 as a signed 32-bit integer before casting to uint64_t. When w is large, this multiplication constitutes undefined behavior under the C standard. On tested builds (clang/gcc without sanitizers), two's-complement wraparound commonly occurs, and for specific values of w the wrapped result is a small positive integer, which may allow the subsequent bounds check to pass incorrectly. If the check is bypassed, the decoding loop proceeds to write pixel data through dout, potentially extending far beyond the allocated output buffer. This vulnerability is fixed in 3.2.7, 3.3.9, and 3.4.9.(CVE-2026-34380)

OpenEXR provides the specification and reference implementation of the EXR file format, an image storage format for the motion picture industry. From 3.2.0 to before 3.2.7, 3.3.9, and 3.4.9, the DWA lossy decoder constructs temporary per-component block pointers using signed 32-bit arithmetic. For a large enough width, the calculation overflows and later decoder stores operate on a wrapped pointer outside the allocated rowBlock backing store. This vulnerability is fixed in 3.2.7, 3.3.9, and 3.4.9.(CVE-2026-34589)

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

Affected packages

openEuler:22.03-LTS-SP4 / OpenEXR

Package

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

Affected ranges

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

Ecosystem specific

{
    "aarch64": [
        "OpenEXR-3.1.5-6.oe2203sp4.aarch64.rpm",
        "OpenEXR-debuginfo-3.1.5-6.oe2203sp4.aarch64.rpm",
        "OpenEXR-debugsource-3.1.5-6.oe2203sp4.aarch64.rpm",
        "OpenEXR-devel-3.1.5-6.oe2203sp4.aarch64.rpm",
        "OpenEXR-libs-3.1.5-6.oe2203sp4.aarch64.rpm"
    ],
    "src": [
        "OpenEXR-3.1.5-6.oe2203sp4.src.rpm"
    ],
    "x86_64": [
        "OpenEXR-3.1.5-6.oe2203sp4.x86_64.rpm",
        "OpenEXR-debuginfo-3.1.5-6.oe2203sp4.x86_64.rpm",
        "OpenEXR-debugsource-3.1.5-6.oe2203sp4.x86_64.rpm",
        "OpenEXR-devel-3.1.5-6.oe2203sp4.x86_64.rpm",
        "OpenEXR-libs-3.1.5-6.oe2203sp4.x86_64.rpm"
    ]
}

Database specific

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