Description
OpenEXR is the reference implementation and specification for the EXR image format, widely used in the motion picture industry. OpenEXR versions before 3.2.11, 3.3.0 through 3.3.12, and 3.4.0 through 3.4.13 are vulnerable to crashing. This occurs when Imf::GetChannelsInMultiPartFile() processes a crafted EXR with an empty multiView header attribute and Imf::viewFromChannelName() indexes the empty vector for a dotless channel name. 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: Crash leading to denial of service
Action: Patch
AI Analysis

Impact

The flaw occurs when the OpenEXR library processes an EXR file that contains an empty multiView header. Imf::GetChannelsInMultiPartFile() reads the file, and then Imf::viewFromChannelName() attempts to index the empty vector for a dotless channel name, causing an out‑of‑bounds read (CWE‑125). This leads to a crash of the process that handles the image, manifesting as a denial of service. The issue does not provide code execution but disrupts applications that load or render the vulnerable image.

Affected Systems

Academy Software Foundation OpenEXR libraries prior to version 3.2.11, 3.3.0 through 3.3.12, and 3.4.0 through 3.4.13 are affected. These versions are commonly deployed in the motion‑picture and visual‑effects industry for composing and rendering high‑dynamic‑range imagery. The vulnerability is limited to the native C++ implementation of the OpenEXR reference library.

Risk and Exploitability

The CVSS score of 5.5 indicates moderate severity. No EPSS data is available and the vulnerability is not listed in the CISA KEV catalog, so the likelihood of widespread exploitation is uncertain. An attacker would need to supply a crafted EXR file that includes an empty multiView header; the crash is triggered when Imf::viewFromChannelName() accesses the vector. Thus the attack vector is likely file‑based, through local or remote file upload or ingestion by an application that trusts the image source. The deterministic crash can be used to interrupt services, but it does not enable direct code execution.

Generated by OpenCVE AI on August 25, 2026 at 21:13 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade OpenEXR to version 3.2.11 or later, 3.3.13 or later, or 3.4.14 or later.
  • Configure any application that consumes EXR files to validate the file contents before processing, rejecting files that contain an empty multiView header or ensuring the vector sizes are checked.
  • Monitor application logs and system stability for crashes related to EXR file processing, and investigate any unexpected restarts or crash dumps.

Generated by OpenCVE AI on August 25, 2026 at 21:13 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 11 Sep 2026 00:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

threat_severity

Moderate


Wed, 26 Aug 2026 20:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', '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 before 3.2.11, 3.3.0 through 3.3.12, and 3.4.0 through 3.4.13 are vulnerable to crashing. This occurs when Imf::GetChannelsInMultiPartFile() processes a crafted EXR with an empty multiView header attribute and Imf::viewFromChannelName() indexes the empty vector for a dotless channel name. This issue is fixed in versions 3.2.11, 3.3.13, and 3.4.14.
Title OpenEXR: Empty multiView viewFromChannelName file crash
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-26T18:51:56.374Z

Reserved: 2026-07-10T16:48:39.923Z

Link: CVE-2026-61555

cve-icon Vulnrichment

Updated: 2026-08-26T18:51:49.041Z

cve-icon NVD

Status : Deferred

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

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

Link: CVE-2026-61555

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-25T18:19:30Z

Links: CVE-2026-61555 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-25T21:15:13Z

Weaknesses