CVE-2026-59956: OpenImageIO: Heap-buffer-overread in IffInput::readimg() when ZBUFFER flag is set

Published Sep 18, 2026
·
Updated

OpenImageIO is a toolset for reading, writing, and manipulating image files of any image file format relevant to VFX / animation. Prior to 3.0.20.0, 3.1.15.0, and 3.2.0.3-beta1, An uncompressed 16-bit iff image with a z-buffer makes iffinput::readimg() allocate a temporary scanline from mheader.rgbacount but copy from it using mheader.pixelbytes(), whose stride also includes z-buffer bytes. the oversized memcpy reads beyond the temporary heap buffer and copies adjacent memory into the output image, resulting in a crash or disclosure of adjacent heap data. The affected implementation is identified by src/iff.imageio/iffinput.cpp, IffInput::readimg(), mheader.rgbacount, and mheader.pixelbytes(), which define the relevant source path, functions, state, and trigger. This issue is fixed in versions 3.0.20.0, 3.1.15.0, and 3.2.0.3-beta1.

Affected Software

1 affected component
Openimageio Openimageio<3.0.20.0, <3.1.15.0, <3.2.0.3-beta1

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade OpenImageIO to a version that resolves this vulnerability.

    Fixed in 3.0.20.0
  2. Upgrade

    Upgrade OpenImageIO to a version that resolves this vulnerability.

    Fixed in 3.1.15.0
  3. Upgrade

    Upgrade OpenImageIO to a version that resolves this vulnerability.

    Fixed in 3.2.0.3-beta1

Event History

Sep 18, 2026
CVE Published
via MITRE·03:33 PM
Data Sourced
via MITRE·03:33 PM
DescriptionSeverityWeakness

Frequently Asked Questions

1

Which versions contain the fix?

The issue is fixed in OpenImageIO 3.0.20.0, 3.1.15.0, and 3.2.0.3-beta1. Versions prior to those releases are affected.

2

What must an attacker provide to trigger the issue?

The attacker needs to cause processing of an uncompressed 16-bit IFF image that has the ZBUFFER flag set. Exploitation requires user interaction, consistent with the supplied CVSS vector.

3

What is the impact of processing a malicious image?

The oversized memory copy can read beyond a temporary heap buffer, potentially causing a crash or disclosing adjacent heap data through the output image. The provided severity data indicates confidentiality impact and high availability impact, with no integrity impact.

4

How can I identify the affected code path in a build or source tree?

The affected implementation is in src/iff.imageio/iffinput.cpp, specifically IffInput::readimg(). The vulnerable path allocates using m_header.rgba_count and copies using m_header.pixel_bytes(), where the latter includes z-buffer bytes.

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