Cyber Posture

CVE-2026-34543

HighPublic PoC

Published: 01 April 2026

Published
01 April 2026
Modified
07 April 2026
KEV Added
Patch
CVSS Score 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.0004 12.6th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-34543 is a high-severity Use of Uninitialized Resource (CWE-908) vulnerability in Openexr Openexr. Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 12.6th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 SI-2 (Flaw Remediation) and SI-10 (Information Input Validation).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190). What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Requires timely identification, reporting, and patching of flaws such as the heap memory disclosure in vulnerable OpenEXR library versions.

prevent

Mandates validation of inputs like malicious EXR files to block processing that triggers the heap information leak.

prevent

Implements memory safeguards such as randomization to protect against unauthorized disclosure of heap data through decoded pixel output.

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

The vulnerability is a remote information disclosure triggered by supplying a crafted EXR file to an application using the vulnerable library for image processing, with network attack vector and no user interaction required, directly enabling exploitation of public-facing applications.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

NVD Description

OpenEXR provides the specification and reference implementation of the EXR file format, an image storage format for the motion picture industry. From version 3.4.0 to before version 3.4.8, sensitive information from heap memory may be leaked through the decoded pixel…

more

data (information disclosure). This occurs under default settings; simply reading a malicious EXR file is sufficient to trigger the issue, without any user interaction. This issue has been patched in version 3.4.8.

Deeper analysisAI

CVE-2026-34543 is an information disclosure vulnerability (CWE-908) affecting the OpenEXR library, which provides the specification and reference implementation for the EXR file format used in the motion picture industry for image storage. Versions from 3.4.0 up to but not including 3.4.8 are vulnerable, where sensitive information from heap memory can leak through the decoded pixel data of a malicious EXR file. The issue triggers under default settings simply by reading the file, requiring no additional user interaction. It has a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N).

Any remote attacker can exploit this vulnerability by supplying a crafted EXR file to a victim application that uses the affected OpenEXR versions for image processing. Exploitation requires no privileges or user interaction beyond opening the file, making it suitable for drive-by scenarios in image viewers, editors, or rendering software. Successful exploitation leaks confidential data from the application's heap memory embedded in the pixel output, potentially exposing sensitive information like keys, tokens, or memory artifacts without impacting integrity or availability.

The OpenEXR project has addressed this in version 3.4.8, as detailed in the security advisory (GHSA-vc68-257w-m432), release notes, and patching commit (5f6d0aaa9e43802917af7db90f181e88e083d3b8). Security practitioners should update to 3.4.8 or later and audit dependencies in software handling EXR files, such as graphics tools or VFX pipelines.

Details

CWE(s)

Affected Products

openexr
openexr
3.2.0 — 3.2.7 · 3.3.0 — 3.3.9 · 3.4.0 — 3.4.8

CVEs Like This One

CVE-2025-48072Same product: Openexr Openexr
CVE-2026-40250Same product: Openexr Openexr
CVE-2026-40244Same product: Openexr Openexr
CVE-2026-34588Same product: Openexr Openexr
CVE-2026-34544Same product: Openexr Openexr
CVE-2026-27622Same product: Openexr Openexr
CVE-2026-34379Same product: Openexr Openexr
CVE-2026-41142Same product: Openexr Openexr
CVE-2026-34545Same product: Openexr Openexr
CVE-2025-21220Shared CWE-908

References