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-2024-25269

CVE-2024-25269: Struktur Libheif DOS Vulnerability

CVE-2024-25269 is a denial of service flaw in Struktur Libheif caused by a memory leak in JpegEncoder::Encode. Attackers can exploit this to exhaust system resources. This article covers technical details, affected versions, and mitigation.

Published: June 2, 2026

CVE-2024-25269 Overview

CVE-2024-25269 is a memory leak vulnerability in libheif versions 1.17.6 and earlier. The flaw resides in the JpegEncoder::Encode function and allows a remote attacker to trigger uncontrolled resource consumption by supplying crafted input to the encoder. Repeated processing of malicious HEIF content exhausts available memory and leads to a denial-of-service condition in any application or service that links against the affected library. The issue is tracked under [CWE-400] (Uncontrolled Resource Consumption) and is documented in the upstream GitHub Issue Tracker Update.

Critical Impact

A remote, unauthenticated attacker can exhaust process memory in services that decode untrusted HEIF images using libheif, resulting in denial of service.

Affected Products

  • struktur libheif versions <= 1.17.6
  • Applications and services that link against vulnerable libheif builds for HEIF/HEIC processing
  • Image conversion pipelines invoking JpegEncoder::Encode

Discovery Timeline

  • 2024-03-05 - CVE-2024-25269 published to NVD
  • 2025-03-24 - Last updated in NVD database

Technical Details for CVE-2024-25269

Vulnerability Analysis

The vulnerability is a memory leak in the JpegEncoder::Encode function of libheif, an open source HEIF/HEIC codec maintained by struktur AG. When the encoder processes specific inputs, allocated buffers are not released on all code paths. Each call leaves residual memory allocations attributable to the encoding operation. Over many iterations the host process consumes all available memory and terminates or becomes unresponsive.

The attack does not require authentication or user interaction when the library is exposed through a network service such as an upload handler, thumbnail generator, or image conversion API. Confidentiality and integrity are not affected. Availability is the sole impact, consistent with the [CWE-400] classification.

Root Cause

The root cause is improper resource management within the JpegEncoder::Encode code path. Heap allocations used during JPEG output construction are not consistently freed when the function returns. The upstream GitHub Issue Tracker Update documents the leaking allocations and the conditions that trigger them.

Attack Vector

An attacker delivers crafted HEIF input to any application that calls JpegEncoder::Encode through libheif. Common exposure points include web upload endpoints, media transcoding workers, and document processing pipelines. Repeated submissions amplify the leak until the host process or container is killed by the operating system out-of-memory handler.

No verified proof-of-concept code has been published. See the upstream issue tracker for technical reproduction details.

Detection Methods for CVE-2024-25269

Indicators of Compromise

  • Sustained growth in resident set size (RSS) of processes that link libheif without a corresponding increase in legitimate workload
  • Repeated out-of-memory (OOM) terminations of image processing workers in system logs
  • High volume of inbound HEIF/HEIC uploads from a small set of source addresses

Detection Strategies

  • Inventory hosts and containers for libheif versions <= 1.17.6 using software composition analysis tools
  • Monitor process memory metrics for image conversion services and alert on monotonic growth patterns
  • Inspect application logs for repeated invocations of JpegEncoder::Encode followed by worker restarts

Monitoring Recommendations

  • Track per-process memory consumption and OOM kill events on systems handling user-supplied images
  • Rate-limit and log HEIF/HEIC uploads at the ingress layer to identify abusive clients
  • Forward image service telemetry to a centralized analytics platform for correlation across workers

How to Mitigate CVE-2024-25269

Immediate Actions Required

  • Upgrade libheif to a version newer than 1.17.6 that contains the fix referenced in the upstream issue
  • Rebuild and redeploy any application that statically links libheif after upgrading the library
  • Apply request rate limits and size caps on endpoints that accept HEIF/HEIC content

Patch Information

The fix is tracked in the upstream repository under GitHub Issue Tracker Update. Operators should pull a libheif release that incorporates the corrected JpegEncoder::Encode resource handling and verify the linked version through package manager metadata or ldd output.

Workarounds

  • Isolate HEIF decoding in short-lived worker processes or containers with strict memory limits so leaks do not accumulate
  • Disable HEIF/HEIC ingestion at the application layer until patched builds are deployed
  • Restrict accepted image formats at the upload boundary to formats not handled by the vulnerable code path

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechStruktur Libheif

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-400
  • Technical References
  • GitHub Issue Tracker Update
  • Related CVEs
  • CVE-2025-43967: Struktur Libheif Use-After-Free Vulnerability

  • CVE-2025-43966: Struktur Libheif Use-After-Free Flaw

  • CVE-2024-41311: Struktur Libheif Buffer Overflow Flaw

  • CVE-2023-49462: Struktur Libheif Buffer Overflow Flaw
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