← Vulnerability feed

Vulnerability record · CVE-2026-34379 · published 6 April 2026

CVE-2026-34379: Openexr out-of-bounds write vulnerability

Openexr · Openexr

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.

7.1 CVSS 3.1 High EPSS 0.46% · top 62.3% CWE-704 · CWE-704CWE-787 · Out-of-bounds write
7.1CVSS 3.1 base score
0.46%EPSS exploitation probability, 30 days
NoNot in CISA KEV
1Affected product versions listed by NVD
7References, 1 tagged exploit
15 Jul 2026Last modified by NVD

Description

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.

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:H

Affected products

1 vulnerable configurations from NVD's CPE data, grouped by vendor and product.

References

Track CVE-2026-34379 inside VULONE

Watch it alongside the ransomware crews, C2 infrastructure and forum chatter that reference it, query it through the API and pull it into your SIEM over TAXII.

Start free Open in platform

Related vulnerabilities

Same products first, then exploited flaws of the same weakness class.

9.1CVE-2023-5841Openexr heap-based buffer overflow vulnerabilityDue to a failure in validating the number of scanline samples of a OpenEXR file containing deep scanline data, Academy Software Foundation OpenEX ima…EPSS 1.3%8.8CVE-2026-42216Openexr out-of-bounds read vulnerabilityOpenEXR provides the specification and reference implementation of the EXR file format, an image storage format for the motion picture industry. From…EPSS 0.71%8.8CVE-2026-41142Openexr integer overflow vulnerabilityOpenEXR provides the specification and reference implementation of the EXR file format, an image storage format for the motion picture industry. From…EPSS 0.73%8.8CVE-2021-23169Openexr out-of-bounds write vulnerabilityA heap-buffer overflow was found in the copyIntoFrameBuffer function of OpenEXR in versions before 3.0.1. An attacker could use this flaw to execute …EPSS 2.3%8.8CVE-2017-9111Openexr vulnerabilityIn OpenEXR 2.2.0, an invalid write of size 8 in the storeSSE function in ImfOptimizedPixelReading.h could cause the application to crash or execute a…EPSS 3.2%8.8CVE-2017-9113Openexr vulnerabilityIn OpenEXR 2.2.0, an invalid write of size 1 in the bufferedReadPixels function in ImfInputFile.cpp could cause the application to crash or execute a…EPSS 3.1%8.8CVE-2017-9115Openexr vulnerabilityIn OpenEXR 2.2.0, an invalid write of size 2 in the = operator function in half.h could cause the application to crash or execute arbitrary code.EPSS 3.3%8.7CVE-2026-34543Openexr use of uninitialized resource vulnerabilityOpenEXR provides the specification and reference implementation of the EXR file format, an image storage format for the motion picture industry. From…EPSS 0.52%

Source: NIST National Vulnerability Database (record CVE-2026-34379), CISA KEV, FIRST EPSS (scores of 2026-09-26). This page is refreshed as NVD updates the record.