Description
OpenEXR is the reference implementation and specification for the EXR image format, widely used in the motion picture industry. OpenEXR versions 3.2.0 through 3.2.10, 3.3.0 through 3.3.12, and 3.4.0 through 3.4.13 are vulnerable on ILP32 builds to a heap out-of-bounds read. The issue occurs when a crafted RLE-compressed EXR causes the 64-bit unpacked size to truncate before allocation in OpenEXRCore decoding.c and unpack_32bit() reads beyond the resulting buffer, allowing denial of service. This issue is fixed in versions 3.2.11, 3.3.13, and 3.4.14.
Published: 2026-08-25
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Denial of Service
Action: Immediate Patch
AI Analysis

Impact

This vulnerability is a heap out‑of‑bounds read that occurs during Run‑Length‑Encoding (RLE) decoding in OpenEXRCore. A crafted RLE‑compressed EXR file can make the 64‑bit unpacked size truncate before allocation, leading the unpack_32bit function to read beyond the allocated buffer. The out‑of‑bounds read does not provide code execution but can terminate the parsing process or corrupt memory in a way that causes the application to crash, resulting in a denial of service. The weakness is classified as CWE‑125.

Affected Systems

The flaw affects the AcademySoftwareFoundation OpenEXR library on ILP32 (32‑bit) builds for versions 3.2.0 through 3.2.10, 3.3.0 through 3.3.12, and 3.4.0 through 3.4.13. It has been fixed in releases 3.2.11, 3.3.13, and 3.4.14 and later versions for all supported architectures.

Risk and Exploitability

The CVSS score is 5.5, indicating moderate severity. The EPSS score is < 1%, indicating a very low probability of exploitation, and the vulnerability is not listed in the CISA KEV catalog, suggesting a lower likelihood of public exploitation at this time. The attack requires an attacker to supply a maliciously crafted EXR file that is processed by an application using the vulnerable OpenEXR library on ILP32 platform. Depending on the application, this could be a local attack if the user can cause the application to load a file, or a remote attack if the application accepts external EXR input (for example, an image uploaded to a web service). The flaw cannot be exploited to execute arbitrary code but can be used to disrupt availability by crashing the target process.

Generated by OpenCVE AI on September 10, 2026 at 13:52 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade OpenEXR to version 3.2.11, 3.3.13, or 3.4.14 (or newer) on ILP32 platforms.
  • Rebuild or redeploy all applications that link against OpenEXR after the upgrade.
  • As a temporary measure, configure applications to reject excessively large EXR files or disable RLE decoding for untrusted input to mitigate denial‑of‑service risk.

Generated by OpenCVE AI on September 10, 2026 at 13:52 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 10 Sep 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-805
References
Metrics threat_severity

None

threat_severity

Moderate


Tue, 25 Aug 2026 20:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 25 Aug 2026 18:30:00 +0000

Type Values Removed Values Added
Description OpenEXR is the reference implementation and specification for the EXR image format, widely used in the motion picture industry. OpenEXR versions 3.2.0 through 3.2.10, 3.3.0 through 3.3.12, and 3.4.0 through 3.4.13 are vulnerable on ILP32 builds to a heap out-of-bounds read. The issue occurs when a crafted RLE-compressed EXR causes the 64-bit unpacked size to truncate before allocation in OpenEXRCore decoding.c and unpack_32bit() reads beyond the resulting buffer, allowing denial of service. This issue is fixed in versions 3.2.11, 3.3.13, and 3.4.14.
Title OpenEXR: Heap out-of-bounds read in OpenEXRCore RLE decoding on ILP32
Weaknesses CWE-125
References
Metrics cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-25T19:16:49.514Z

Reserved: 2026-07-07T19:41:00.004Z

Link: CVE-2026-59985

cve-icon Vulnrichment

Updated: 2026-08-25T19:16:40.362Z

cve-icon NVD

Status : Deferred

Published: 2026-08-25T19:16:51.820

Modified: 2026-09-09T21:07:31.353

Link: CVE-2026-59985

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-25T18:16:37Z

Links: CVE-2026-59985 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-10T14:00:10Z

Weaknesses
  • CWE-125

    Out-of-bounds Read

  • CWE-805

    Buffer Access with Incorrect Length Value