OpenEXR provides the specification and reference implementation of the EXR file format, an image storage format for the motion picture industry. From 3.2.0 to before 3.2.7, 3.3.9, and 3.4.9, a signed integer overflow exists in undo_pxr24_impl() in src/lib/OpenEXRCore/internal_pxr24.c at line 377. The expression (uint64_t)(w * 3) computes w * 3 as a signed 32-bit integer before casting to uint64_t. When w is large, this multiplication constitutes undefined behavior under the C standard. On tested builds (clang/gcc without sanitizers), two's-complement wraparound commonly occurs, and for specific values of w the wrapped result is a small positive integer, which may allow the subsequent bounds check to pass incorrectly. If the check is bypassed, the decoding loop proceeds to write pixel data through dout, potentially extending far beyond the allocated output buffer. This vulnerability is fixed in 3.2.7, 3.3.9, and 3.4.9.
Conclusion & alert: CVE-2026-34380 is rated Exploit Available (50/100): CVSS Medium severity, with low exploitation likelihood (EPSS 0.26%). Core evidence: 1 public exploit reference(s) are indexed (Exploit-DB). Mandatory action: Public exploits are available—assess exposure, apply mitigations, and prioritize patching.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
| EDB-ID | Source | Kind | Published | Link |
|---|---|---|---|---|
| — | nvd_ref | exploit_tag | Exploit-DB ↗ |
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.05% | 0.26% | +0.20% |
| 2 | 2026-05-08 | 0.03% | 0.05% | +0.02% |
| 3 | 2026-04-07 | — | 0.03% | — |
Full EPSS history (3 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 5.9 | 3.1 | MEDIUM |
|
1.6 | 4.2 | [email protected] |
| vendor | priority | summary | link |
|---|---|---|---|
alpine
|
— | CVE-2026-34380: 1 source package rows (openexr); 4 state rows across 2 repos (3.23-community, edge-community); fixed 0, open 4. | https://security.alpinelinux.org/vuln/CVE-2026-34380 |
debian
|
not yet assigned | CVE-2026-34380 not yet assigned priority: Debian including 1 source packages (openexr), 5 status rows across 5 suites (bookworm, bullseye, forky, sid, trixie): open 5. | https://security-tracker.debian.org/tracker/CVE-2026-34380 |
redhat
|
medium | — | https://access.redhat.com/security/cve/CVE-2026-34380 |
suse
|
medium | CVE-2026-34380 severity moderate: SUSE including 26 source package names (libIex-3_4-33-3.4.9-1.1, libIex-3_4-33-32bit-3.4.9-1.1, …), 81 product×package rows across 19 product lines (SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS, SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS, … (19 product lines)): Known Not Affected 63, Fixed 18. | https://www.suse.com/security/cve/CVE-2026-34380/ |
ubuntu
|
medium | CVE-2026-34380 medium priority: Ubuntu including 1 source packages (openexr), 8 status rows across 8 suites (bionic, focal, jammy, noble, questing, resolute, upstream, xenial): not-affected 4, released 3, needed 1. | https://ubuntu.com/security/CVE-2026-34380 |
| URL | Tags |
|---|---|
| https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v3.2.7 | Product Release Notes |
| https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v3.3.9 | Product Release Notes |
| https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v3.4.9 | Product Release Notes |
| https://github.com/AcademySoftwareFoundation/openexr/security/advisories/GHSA-q3v8-hw4m-59w5 | Exploit Vendor Advisory |