CVE Catalog

CVE-2026-34379

HighCVSS 7.1
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.28%

20th percentile - higher than 20% of all known CVEs

Summary

In OpenEXR versions 3.2.0 through 3.2.7, 3.3.9, and 3.4.9, a misaligned memory write vulnerability exists in LossyDctDecoder_execute(). When decoding a DWA/DWAB-compressed EXR file with a FLOAT channel, an unaligned row pointer is cast to float*, causing undefined behavior and crashes on alignment-sensitive architectures (ARM, RISC-V).

Risk Assessment

An attacker can craft a malicious EXR file causing application crashes (DoS) on systems using OpenEXR. On x86, the issue is silently tolerated at runtime but remains exploitable via compiler optimizations assuming aligned access.

Recommendation

Upgrade OpenEXR to version 3.2.7, 3.3.9, or 3.4.9 immediately, depending on your release branch.

Other vulnerabilities in OpenEXR

See all
Original NVD description (English source)

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 misaligned memory write vulnerability exists in LossyDctDecoder_execute() in src/lib/OpenEXRCore/internal_dwa_decoder.h:749. When decoding a DWA or DWAB-compressed EXR file containing a FLOAT-type channel, the decoder performs an in-place HALF→FLOAT conversion by casting an unaligned uint8_t * row pointer to float * and writing through it. Because the row buffer may not be 4-byte aligned, this constitutes undefined behavior under the C standard and crashes immediately on architectures that enforce alignment (ARM, RISC-V, etc.). On x86 it is silently tolerated at runtime but remains exploitable via compiler optimizations that assume aligned access. This vulnerability is fixed in 3.2.7, 3.3.9, and 3.4.9.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS