CVE-2026-43904 PUBLISHED

OpenImageIO: Softimage PIC RLE decoder heap buffer overflow — longCount not clamped to image width

Assigner: GitHub_M
Reserved: 04.05.2026 Published: 14.05.2026 Updated: 14.05.2026

OpenImageIO is a toolset for reading, writing, and manipulating image files of any image file format relevant to VFX / animation. Prior to 3.0.18.0 and 3.1.13.0, softimageinput.cpp:469 (mixed RLE) and :345 (pure RLE) do not clamp the run length to remaining scanline width before writing pixels. The raw packet path (line 403) correctly clamps with std::min, but RLE paths skip this check. A crafted .pic file causes heap overflow up to 65535 bytes. This vulnerability is fixed in 3.0.18.0 and 3.1.13.0.

Metrics

CVSS Vector: CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
CVSS Score: 8.4

Product Status

Vendor AcademySoftwareFoundation
Product OpenImageIO
Versions
  • Version < 3.0.18.0 is affected
  • Version >= 3.1.4.0-beta, < 3.1.13.0 is affected

References

Problem Types

  • CWE-787: Out-of-bounds Write CWE