← Vulnerability feed

Vulnerability record · CVE-2026-44663 · published 18 June 2026

CVE-2026-44663: Openexr integer overflow vulnerability

Openexr · Openexr

OpenEXR is the reference implementation and specification for the EXR image format, widely used in the motion picture industry. In versions 3.4.0 through 3.4.11, an integer overflow in ht_undo_impl() in src/lib/OpenEXRCore/internal_ht.cpp leads to a heap-buffer overflow when decoding a crafted HTJ2K-compressed EXR file. decode->channels[i].width (int32_t) is multiplied by bytes_per_element in 32-bit signed arithmetic. With large widths (e.g., >= 536870912 for FLOAT data), this overflows, producing a corrupted offset that is later used for pointer arithmetic and can cause a heap out-of-bounds write. The same unchecked multiplication pattern appears in two other HTJ2K paths (bytes-per-line accumulation and pixel-line pointer advancement). As with related CVE-2026-34378 through CVE-2026-34589 fixes in other codecs, validating only after the multiplication is too late because the value may already be overflowed. This issue has been fixed in version 3.4.12.

7.1 CVSS 3.1 High EPSS 0.21% · top 89.7% CWE-190 · Integer overflowCWE-787 · Out-of-bounds write
7.1CVSS 3.1 base score
0.21%EPSS exploitation probability, 30 days
NoNot in CISA KEV
1Affected product versions listed by NVD
3References, 2 tagged exploit
26 Jun 2026Last modified by NVD

Description

OpenEXR is the reference implementation and specification for the EXR image format, widely used in the motion picture industry. In versions 3.4.0 through 3.4.11, an integer overflow in ht_undo_impl() in src/lib/OpenEXRCore/internal_ht.cpp leads to a heap-buffer overflow when decoding a crafted HTJ2K-compressed EXR file. decode->channels[i].width (int32_t) is multiplied by bytes_per_element in 32-bit signed arithmetic. With large widths (e.g., >= 536870912 for FLOAT data), this overflows, producing a corrupted offset that is later used for pointer arithmetic and can cause a heap out-of-bounds write. The same unchecked multiplication pattern appears in two other HTJ2K paths (bytes-per-line accumulation and pixel-line pointer advancement). As with related CVE-2026-34378 through CVE-2026-34589 fixes in other codecs, validating only after the multiplication is too late because the value may already be overflowed. This issue has been fixed in version 3.4.12.

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

Affected products

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

References

Track CVE-2026-44663 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-44663), CISA KEV, FIRST EPSS (scores of 2026-09-26). This page is refreshed as NVD updates the record.