A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-34545

CVE-2026-34545: OpenEXR RCE Vulnerability

CVE-2026-34545 is a remote code execution vulnerability in OpenEXR affecting versions 3.4.0 to 3.4.6. A heap overflow via crafted EXR files can enable attackers to execute arbitrary code. This article covers technical details, affected versions, impact, and mitigation steps.

Updated: May 15, 2026

CVE-2026-34545 Overview

CVE-2026-34545 is a heap buffer overflow vulnerability in OpenEXR, the reference implementation of the EXR image file format used widely in the motion picture industry. The flaw exists in versions 3.4.0 through 3.4.6 and allows an attacker to write controlled data beyond an output heap buffer when decoding a crafted .exr file. Triggering the issue requires HTJ2K compression and a channel width of 32768. Any application that decodes EXR images is affected. The vulnerability is classified under CWE-122 (Heap-based Buffer Overflow) and can lead to remote code execution. The issue is patched in OpenEXR 3.4.7.

Critical Impact

A crafted EXR file processed by a vulnerable decoder can corrupt the heap and lead to arbitrary code execution in the host application.

Affected Products

  • OpenEXR 3.4.0 through 3.4.6
  • Applications and libraries embedding the OpenEXR reference decoder
  • Media and VFX pipelines that parse untrusted .exr assets

Discovery Timeline

  • 2026-04-01 - CVE-2026-34545 published to NVD
  • 2026-04-07 - Last updated in NVD database

Technical Details for CVE-2026-34545

Vulnerability Analysis

The vulnerability resides in the HTJ2K (High-Throughput JPEG 2000) decompression path within OpenEXR. When the decoder processes a channel declared with a width of 32768, internal buffer sizing calculations fail to bound the output write region. The decoder then writes decompressed pixel data past the end of the allocated heap buffer. Each overflow iteration writes 2 bytes through one code path, or 4 bytes through an alternate path, and continues for every additional pixel beyond the boundary. This produces a controlled, repeating heap write primitive that an attacker can shape by manipulating the input image. Because OpenEXR is embedded across compositing tools, rendering engines, and asset pipelines, the affected surface includes both interactive applications and automated batch processors.

Root Cause

The root cause is improper validation of channel dimensions during HTJ2K decompression. The decoder trusts the declared channel width and allocates output storage based on assumptions that the crafted width of 32768 violates. Subsequent pixel writes proceed past the buffer end, yielding a linear heap overflow.

Attack Vector

Exploitation requires the target to open or process a malicious .exr file. This can occur through user interaction such as opening a file in a viewer or editor, or automatically through render farms, asset ingest services, and thumbnail generators. The CVSS v4.0 vector indicates a local attack vector with user interaction, but the practical reach extends to any workflow that consumes externally supplied EXR content.

No public proof-of-concept exploit code is currently associated with this CVE. Technical mechanics are documented in the GitHub Security Advisory GHSA-ghfj-fx47-wg97 and the fix commit.

Detection Methods for CVE-2026-34545

Indicators of Compromise

  • .exr files declaring HTJ2K compression with a channel width of exactly 32768
  • Crashes or abnormal terminations in processes linking libOpenEXR when handling external image assets
  • Unexpected child processes or shell activity spawned from image viewers, compositors, or render workers

Detection Strategies

  • Inspect EXR headers at the gateway or asset ingest stage and reject files with anomalous channel widths or unsupported compression combinations
  • Monitor processes that load libOpenEXR or OpenEXRCore for heap corruption signatures, including aborts from glibc or AddressSanitizer in test environments
  • Correlate image-processing process crashes with subsequent suspicious process creation to surface post-exploitation behavior

Monitoring Recommendations

  • Track OpenEXR library versions across endpoints, build servers, and render nodes to identify unpatched installations of 3.4.0 through 3.4.6
  • Alert on EXR file submissions originating from untrusted sources to production rendering or content pipelines
  • Capture telemetry from image-handling applications for anomalous memory access patterns and unexpected outbound network connections

How to Mitigate CVE-2026-34545

Immediate Actions Required

  • Upgrade OpenEXR to version 3.4.7 or later on all systems that decode EXR files
  • Inventory third-party applications that bundle OpenEXR and apply vendor updates as they become available
  • Restrict ingestion of .exr files from untrusted sources until patching is complete

Patch Information

The issue is fixed in OpenEXR 3.4.7. The corrective change is available in the upstream commit 3827998f and shipped via the v3.4.7 release. Review the GHSA-ghfj-fx47-wg97 advisory for downstream guidance.

Workarounds

  • Disable or block HTJ2K-compressed EXR processing where the application supports compression selection
  • Pre-filter incoming EXR files to reject any with channel widths of 32768 or other implausible dimensions
  • Process untrusted EXR files inside sandboxed or containerized environments with no network egress and reduced filesystem privileges
bash
# Verify installed OpenEXR version and upgrade
pkg-config --modversion OpenEXR
# Build and install patched release
git clone --branch v3.4.7 https://github.com/AcademySoftwareFoundation/openexr.git
cd openexr && cmake -S . -B build && cmake --build build --target install

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechOpenexr

  • SeverityHIGH

  • CVSS Score8.4

  • EPSS Probability0.08%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-122
  • Technical References
  • GitHub Release v3.4.7
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Security Advisory GHSA-ghfj-fx47-wg97
  • Related CVEs
  • CVE-2025-64182: OpenEXR Python Adapter RCE Vulnerability

  • CVE-2026-42217: OpenEXR Buffer Overflow Vulnerability

  • CVE-2026-42216: OpenEXR Buffer Overflow Vulnerability

  • CVE-2026-41142: OpenEXR Buffer Overflow Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English