PatchSiren cyber security CVE debrief
CVE-2026-59186 AcademySoftwareFoundation CVE debrief
CVE-2026-59186 is a heap out-of-bounds write vulnerability in OpenEXR, a widely used image format in the motion picture industry. The vulnerability affects versions before 3.2.11, 3.3.0 through 3.3.12, and 3.4.0 through 3.4.13. A crafted tiled EXR image can trigger the vulnerability when read through the public TiledRgbaInputFile RGBA API on 32-bit/ILP32 builds. The issue is fixed in versions 3.2.11, 3.3.13, and 3.4.14.
- Vendor
- AcademySoftwareFoundation
- Product
- openexr
- CVSS
- HIGH 7.1
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-25
- Original CVE updated
- 2026-09-09
- Advisory published
- 2026-08-25
- Advisory updated
- 2026-09-09
Who should care
Defenders responsible for systems processing EXR images, especially in the motion picture industry, should assess exposure and prioritize patching or mitigating this vulnerability.
Why it matters
CVE-2026-59186 is a heap out-of-bounds write vulnerability in OpenEXR that can be triggered by crafted tiled EXR images. Defenders should prioritize patching or mitigating this vulnerability, especially in environments where untrusted EXR images are processed.
- Potential for code execution or program crashes
- Need for patching or upgrading OpenEXR to fixed versions
- Importance of restricting access to untrusted EXR images
- Verification of image processing activity for suspicious behavior
Technical summary
The vulnerability occurs in the TiledRgbaInputFile RGBA API of OpenEXR, allowing a crafted tiled EXR image to trigger a heap out-of-bounds write on 32-bit/ILP32 builds. The issue arises from an overflow in the Array2D<Rgba> tile-conversion buffer size calculation, leading to a smaller heap buffer allocation and subsequent writes past that allocation. This can result in potential code execution or program crashes. Defenders should prioritize patching or mitigating this vulnerability, especially in environments where untrusted EXR images are processed.
Defensive priority
Defenders should prioritize patching or mitigating this vulnerability, especially in environments where untrusted EXR images are processed.
Recommended defensive actions
- Patch OpenEXR to version 3.2.11, 3.3.13, or 3.4.14
- Restrict access to untrusted EXR images
- Monitor for suspicious EXR image processing activity
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
Evidence notes
The vulnerability is confirmed by the CVE Program and NVD records. The issue is also referenced in multiple source references from [email protected]. Defenders should verify OpenEXR version and upgrade path, review image processing activity for suspicious behavior, and restrict access to untrusted EXR images. Evidence is limited to public CVE and NVD records, and further verification is recommended.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-59186 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-59186
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-59186 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-59186
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/AcademySoftwareFoundation/openexr/commit/71907b44ce9a1b05bf3934b8a7821752750731ab
-
Source reference
Unverified legacy reference
URL: https://github.com/AcademySoftwareFoundation/openexr/commit/904141d3a1f86327ad1e2b93fc92ce2dd5881d34
-
Source reference
Unverified legacy reference
URL: https://github.com/AcademySoftwareFoundation/openexr/commit/b1a5887372772d79328f4eb42b7f86352a38170b
-
Source reference
Unverified legacy reference
URL: https://github.com/AcademySoftwareFoundation/openexr/security/advisories/GHSA-f667-c4wm-c8gq
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.