CVE-2026-67549
7.6AcademySoftwareFoundation · OpenImageIO
A heap-based buffer overflow in OpenImageIO allows memory corruption when processing crafted 1-bit CMYK TIFF files, potentially leading to application crashes or arbitrary code execution.
Executive summary
A heap-based buffer overflow vulnerability in AcademySoftwareFoundation OpenImageIO versions prior to 3.1.16.0 poses a high risk of memory corruption and potential system instability.
Vulnerability
The vulnerability is a heap-based buffer overflow (CWE-122) triggered when the library processes a malformed 1-bit CMYK TIFF file. Specifically, the TIFFInput::bit_convert function incorrectly writes 8-bit expanded data into a smaller, bit-packed buffer allocated during the read_native_scanline_locked process, which can be triggered by an unauthenticated user providing a malicious image file.
Business impact
Successful exploitation of this vulnerability can result in memory corruption, which typically leads to an application crash, causing service disruption for VFX and animation workflows. Given the CVSS score of 7.6, the vulnerability is classified as High severity, as it could potentially be leveraged by an attacker to achieve arbitrary code execution on systems processing untrusted image data.
Remediation
Immediate Action: Update the OpenImageIO library to version 3.1.16.0 or later immediately to resolve the buffer overflow condition.
Proactive Monitoring: Monitor systems that ingest external image files for unexpected process crashes or abnormal memory usage patterns in the OpenImageIO library.
Compensating Controls: Implement rigorous input validation or sandboxing for any services that process user-supplied TIFF files to restrict the impact of potential memory corruption events.
Exploitation status
Public Exploit Available: Unknown
Analyst recommendation
This vulnerability represents a significant security risk for environments relying on OpenImageIO for media processing. Given the potential for memory corruption and the availability of a patched version, administrators should prioritize updating their software dependencies to version 3.1.16.0 without delay to ensure the integrity and stability of their production systems.
More AcademySoftwareFoundation CVEs
History
- Disclosed CVE record published
- Collected by CVE Brief via github
- Analyst report written
- Published in the daily brief high section
Sources
- https://github.com/AcademySoftwareFoundation/OpenImageIO/security/advisories/GHSA-3wxw-rqhw-j2w4
- https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/5296
- https://github.com/AcademySoftwareFoundation/OpenImageIO/commit/6e9b86ee4cce8fd7bed6cfb101a266d8f8a296d4
- https://github.com/AcademySoftwareFoundation/OpenImageIO/releases/tag/v3.1.16.0