CVE-2026-68513: OpenEXR: Heap buffer overflow in PyOpenEXR from literal/prefixed RGB channel name collision

Published Aug 25, 2026
·
Updated

OpenEXR is the reference implementation and specification for the EXR image format, widely used in the motion picture industry. Versions 3.3.0 through 3.3.12 and 3.4.0 through 3.4.13 contain a heap buffer overflow in PyOpenEXR triggered by a channel-name key collision between literal and prefixed RGB channels. When separatechannels=false, PyOpenEXR maps each physical channel name through channelNameToRGBA() and coalesces the results into a shared RGB array. A crafted flat scanline EXR that contains both a literal channel such as left and prefixed channels such as left.R, left.G, and left.B causes these names to collide, so the wrapper reuses an undersized two-dimensional NumPy array for the coalesced RGB slices and writes out of bounds when OpenEXR.File(path) decodes the pixels. This issue is fixed in versions 3.3.13 and 3.4.14.

Affected Software

2 affected components
OpenEXR OpenEXR>=3.3.0<=3.3.12, >=3.4.0<=3.4.13
OpenEXR PyOpenEXR>=3.3.0<=3.3.12, >=3.4.0<=3.4.13

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade to a fixed release to a version that resolves this vulnerability.

    Fixed in 3.3.13
  2. Upgrade

    Upgrade to a fixed release to a version that resolves this vulnerability.

    Fixed in 3.4.14

Event History

Aug 25, 2026
CVE Published
via MITRE·07:06 PM
Data Sourced
via MITRE·07:06 PM
DescriptionSeverityWeakness

Frequently Asked Questions

1

Who is exposed to this issue?

Users of PyOpenEXR in OpenEXR 3.3.0 through 3.3.12 or 3.4.0 through 3.4.13 are exposed when their workflow decodes attacker-controlled EXR files. The vulnerable path is reached through OpenEXR.File(path).

2

What does an attacker need to provide to trigger the overflow?

An attacker needs to convince a user or application to decode a crafted flat scanline EXR containing both a literal channel name, such as left, and prefixed RGB channels such as left.R, left.G, and left.B. Exploitation also requires the PyOpenEXR decoding path to use separate_channels=false.

3

How can this be remediated?

Upgrade to OpenEXR 3.3.13 or later in the 3.3 series, or 3.4.14 or later in the 3.4 series. These versions contain the fix.

4

What can be done if upgrading is not immediately possible?

Avoid decoding untrusted EXR files with the affected PyOpenEXR path, particularly flat scanline images that may contain colliding literal and prefixed RGB channel names. Restrict processing to trusted EXR inputs until a fixed version can be deployed.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203