Out-of-bounds write in OpenEXR - CVE-2026-59184
Published: August 8, 2026
Vulnerability details
The vulnerability allows a remote attacker to cause a denial of service.
The vulnerability exists due to out-of-bounds write in OpenEXRUtil TypedFlatImageChannel<T>::row() when processing a crafted EXR file with a non-zero dataWindow.min. A remote attacker can trick the victim into opening a crafted file to cause a denial of service.
User interaction is required to open the crafted EXR file, and exploitation depends on downstream code writing rows through FlatHalfChannel::row() on a loaded image.