CVE-2026-68514
Last modified
CVE-2026-68514 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. OpenEXR is the reference implementation and specification for the EXR image file format, widely used in the motion picture industry. In versions 3.3.0 through 3.3.12 and 3.4.0 through 3.4.13, the PyOpenEXR Python bindings contain a heap out-of-bounds write triggered when reading a crafted deep scanline EXR file. EPSS estimates a 0.19% chance of exploitation in the next 30 days.
Description
OpenEXR is the reference implementation and specification for the EXR image file format, widely used in the motion picture industry. In versions 3.3.0 through 3.3.12 and 3.4.0 through 3.4.13, the PyOpenEXR Python bindings contain a heap out-of-bounds write triggered when reading a crafted deep scanline EXR file. When a deep file declares a literal channel named left alongside layer-prefixed RGB channels left.R, left.G, and left.B, the wrapper processes the literal left channel first and allocates a scalar deep sample array for it, then reuses that same array as the coalesced destination for the prefixed RGB group. The deep reader registers sample slices with an RGB stride (three lanes) into storage that was allocated with scalar shape, so decoding the deep samples writes past the allocation. Opening such a file through the default public Python API, OpenEXR.File(path), causes a heap buffer overflow during normal deep sample decode, leading to memory corruption and a crash. This issue is fixed in versions 3.3.13 and 3.4.14.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| AcademySoftwareFoundation | openexr | >= 3.3.0, < 3.3.13; >= 3.4.0, < 3.4.14 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-68514?
How severe is CVE-2026-68514?
How do I fix CVE-2026-68514?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-68501Sylius Mollie Plugin provides Mollie payment integration for…6.5
- CVE-2026-68502LazyOwn RedTeam/APT Framework is an AI-powered C2 and red-te…9.8
- CVE-2026-68503LazyOwn RedTeam/APT Framework is an AI-powered C2 and red-te…9.8
- CVE-2026-68508Hydra is a framework for elegantly configuring complex appli…7.8
- CVE-2026-6851An Improper link resolution before file access ('link follow…7
- CVE-2026-68513OpenEXR is the reference implementation and specification fo…7.1
- CVE-2026-68515OpenEXR is the reference implementation and specification fo…7.1
- CVE-2026-68516OpenEXR is the reference implementation and specification fo…6.5
- CVE-2026-68517Glances is an open-source system cross-platform monitoring t…6.5
- CVE-2026-68518Glances is an open-source system cross-platform monitoring t…8.8
- CVE-2026-68519Glances is an open-source system cross-platform monitoring t…7.1
- CVE-2026-68520Glances is an open-source system cross-platform monitoring t…5.3
Are you affected by CVE-2026-68514?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
