A heap out-of-bounds write vulnerability exists in OpenEXR versions before 3.2.11, 3.3.0 through 3.3.12, and 3.4.0 through 3.4.13. The flaw resides in the exrmultiview utility, which can write past a heap allocation when combining two crafted but individually valid scanline EXR files whose union dataWindow is misaligned with one view's channel subsampling. The root cause is incorrect storage allocation using a truncated union_width divided by xSampling, followed by reading through a Slice based on the misaligned union window. The vulnerability can be triggered via normal command-line usage of the exrmultiview tool with attacker-supplied inputs, making it exploitable beyond just API misuse. The motion picture industry widely uses the EXR format, increasing the potential attack surface. Fixed versions are 3.2.11, 3.3.13, and 3.4.14. Multiple commits and a GitHub Security Advisory have been issued to address the issue.