Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2025-48072

CVE-2025-48072: OpenEXR Buffer Overflow Vulnerability

CVE-2025-48072 is a heap-based buffer overflow in OpenEXR 3.3.2 caused by pointer math errors during DWAA decompression. This article covers the technical details, affected versions, security impact, and patches.

Published: March 18, 2026

CVE-2025-48072 Overview

CVE-2025-48072 is a heap-based buffer overflow vulnerability affecting OpenEXR, the specification and reference implementation of the EXR file format widely used in the motion picture and visual effects industry. The vulnerability exists in version 3.3.2 and occurs during read operations when decompressing DWAA-packed scan-line EXR files containing maliciously crafted chunks. Bad pointer math during the decompression process enables an attacker to trigger an out-of-bounds read condition.

Critical Impact

Attackers can exploit this vulnerability by crafting malicious EXR files that, when processed by vulnerable OpenEXR implementations, cause heap buffer overflows leading to potential information disclosure and denial of service conditions.

Affected Products

  • OpenEXR version 3.3.2
  • Applications and libraries built against OpenEXR 3.3.2
  • Visual effects and image processing pipelines using vulnerable OpenEXR versions

Discovery Timeline

  • 2025-07-31 - CVE-2025-48072 published to NVD
  • 2025-08-13 - Last updated in NVD database

Technical Details for CVE-2025-48072

Vulnerability Analysis

This vulnerability is classified as CWE-125 (Out-of-Bounds Read), manifesting during the DWAA (DWA with Alpha) compression decompression workflow in OpenEXR. The root cause stems from improper pointer arithmetic when handling scan-line data blocks. When a maliciously forged chunk is encountered during decompression, the library performs incorrect pointer calculations that can result in memory access beyond allocated buffer boundaries.

The attack requires local access and user interaction—specifically, a victim must open or process a specially crafted EXR file. Successful exploitation can lead to high confidentiality and availability impacts, potentially exposing sensitive memory contents or causing application crashes.

Root Cause

The vulnerability originates from bad pointer math in the DWAA decompression routines. Specifically, the DwaCompressor_setupChannelData function's return value was not being properly validated before subsequent operations continued. Additionally, the pointer alignment logic in internal_dwa_decoder.h contained flawed arithmetic that could lead to misaligned memory accesses and buffer overruns when processing malformed chunk data.

Attack Vector

The attack vector is local, requiring an attacker to deliver a malicious EXR file to a victim system. This could occur through various channels including email attachments, file sharing services, or compromised media asset repositories. When a vulnerable application (such as image editors, 3D rendering software, or VFX compositing tools) attempts to open and decompress the malicious file, the heap buffer overflow is triggered.

c
// Security patch in src/lib/OpenEXRCore/internal_dwa_compressor.h - Fix bad pointer math
    if (version > 2) { return EXR_ERR_BAD_CHUNK_LEADER; }

    rv = DwaCompressor_setupChannelData (me);
+    if (rv != EXR_ERR_SUCCESS) { return rv; }

    //
    // Uncompress the UNKNOWN data into _planarUncBuffer[UNKNOWN]

Source: GitHub Commit Details

c
// Security patch in src/lib/OpenEXRCore/internal_dwa_decoder.h - Fix bad pointer math
    // Allocate a temp aligned buffer to hold a rows worth of full
    // 8x8 half-float blocks
    //
    rowBlockHandle = alloc_fn (
        (size_t) numComp * (size_t) numBlocksX * 64 * sizeof (uint16_t) +
        _SSE_ALIGNMENT);
    if (!rowBlockHandle) return EXR_ERR_OUT_OF_MEMORY;

-    rowBlock[0] = (uint16_t*) rowBlockHandle;
-
-    for (int i = 0; i < _SSE_ALIGNMENT; ++i)
-    {
-        if (((uintptr_t) (rowBlockHandle + i) & _SSE_ALIGNMENT_MASK) == 0)
-            rowBlock[0] = (uint16_t*) (rowBlockHandle + i);
-    }
+    rowBlock[0] = (uint16_t*) simd_align_pointer (rowBlockHandle);

    for (int comp = 1; comp < numComp; ++comp)
        rowBlock[comp] = rowBlock[comp - 1] + numBlocksX * 64;

Source: GitHub Commit Details

Detection Methods for CVE-2025-48072

Indicators of Compromise

  • Unexpected application crashes when opening EXR files, particularly those using DWAA compression
  • Memory corruption indicators in application logs during EXR file processing
  • Anomalous EXR files with unusual chunk structures or header values in media asset repositories

Detection Strategies

  • Implement file integrity monitoring for EXR files entering production pipelines from external sources
  • Deploy application crash monitoring to detect repeated failures during EXR decompression operations
  • Utilize memory sanitizers (AddressSanitizer, Valgrind) in development environments to catch out-of-bounds read attempts
  • Scan software inventories for OpenEXR version 3.3.2 dependencies

Monitoring Recommendations

  • Monitor VFX and rendering application logs for segmentation faults or heap corruption errors during EXR processing
  • Implement endpoint detection rules to identify abnormal memory access patterns in applications using OpenEXR
  • Track file provenance for EXR assets entering trusted environments from external vendors or contractors

How to Mitigate CVE-2025-48072

Immediate Actions Required

  • Upgrade OpenEXR to version 3.3.3 or later immediately
  • Audit all applications and libraries that depend on OpenEXR for vulnerable versions
  • Quarantine untrusted EXR files until systems are patched
  • Implement additional input validation for EXR files from external sources

Patch Information

The OpenEXR project has addressed this vulnerability in version 3.3.3. The fix ensures proper validation of the DwaCompressor_setupChannelData return value before continuing decompression operations and replaces the flawed manual pointer alignment loop with a dedicated simd_align_pointer helper function.

For detailed patch information, refer to the GitHub Security Advisory GHSA-4r7w-q3jg-ff43 and the OpenEXR v3.3.3 Release.

Workarounds

  • Restrict processing of DWAA-compressed EXR files until the patch is applied
  • Implement sandboxing for EXR processing applications to limit impact of potential exploitation
  • Pre-validate EXR files using updated tools before processing in production environments
bash
# Verify OpenEXR version and upgrade
# Check current version
pkg-config --modversion OpenEXR

# Update to patched version (example for systems using vcpkg)
vcpkg upgrade openexr

# Or rebuild from source using the patched release
git clone https://github.com/AcademySoftwareFoundation/openexr.git
cd openexr
git checkout v3.3.3
cmake -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build
sudo cmake --install build

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechOpenexr

  • SeverityMEDIUM

  • CVSS Score6.8

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:A/VC:H/VI:N/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
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-125
  • Technical References
  • GitHub Release v3.3.3
  • Vendor Resources
  • GitHub Commit Details

  • GitHub Security Advisory GHSA-4r7w-q3jg-ff43
  • Related CVEs
  • CVE-2026-40250: OpenEXR Buffer Overflow Vulnerability

  • CVE-2026-40244: OpenEXR Buffer Overflow Vulnerability

  • CVE-2026-39886: OpenEXR Buffer Overflow Vulnerability

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

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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