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

CVE-2024-1580: Videolan Dav1d Buffer Overflow Vulnerability

CVE-2024-1580 is a buffer overflow flaw in Videolan Dav1d AV1 decoder caused by integer overflow when processing large frames. This article covers technical details, affected versions, impact, and mitigation.

Published: January 28, 2026

CVE-2024-1580 Overview

CVE-2024-1580 is an integer overflow vulnerability in the dav1d AV1 decoder that occurs when decoding videos with large frame sizes. This vulnerability can lead to memory corruption within the AV1 decoder, potentially enabling attackers to execute arbitrary code or cause application crashes. The dav1d library is a widely-used, cross-platform AV1 decoder developed by VideoLAN that is integrated into numerous applications and operating systems, including Apple Safari, iOS, iPadOS, macOS, and visionOS.

Critical Impact

An attacker can craft a malicious AV1 video file that, when decoded, triggers an integer overflow leading to memory corruption. This could result in arbitrary code execution in the context of the application processing the video, affecting millions of devices across Apple's ecosystem and other platforms using the dav1d library.

Affected Products

  • VideoLAN dav1d (versions prior to 1.4.0)
  • Apple Safari
  • Apple iPadOS
  • Apple iPhone OS (iOS)
  • Apple macOS
  • Apple visionOS
  • Fedora Project Fedora 40

Discovery Timeline

  • February 19, 2024 - CVE-2024-1580 published to NVD
  • March 2024 - Apple releases security patches addressing the vulnerability
  • February 13, 2025 - Last updated in NVD database

Technical Details for CVE-2024-1580

Vulnerability Analysis

This vulnerability is classified as CWE-190 (Integer Overflow or Wraparound). The integer overflow occurs during the processing of video frames with exceptionally large dimensions. When the dav1d decoder calculates memory allocation sizes for frame buffers, the arithmetic operations can overflow if the frame dimensions exceed expected bounds, resulting in undersized buffer allocations. Subsequent operations then write beyond the allocated buffer boundaries, corrupting adjacent memory regions.

The vulnerability is particularly concerning due to the ubiquity of the dav1d decoder across major platforms. Since AV1 is becoming the standard codec for web video streaming, any application or browser capable of playing AV1 content could be affected. The network-accessible nature of the attack vector means that exploitation can occur simply by visiting a malicious website or opening a crafted video file.

Root Cause

The root cause is an integer overflow in the frame size calculation logic within the dav1d AV1 decoder. When processing video streams with unusually large frame dimensions, the multiplication or addition operations used to compute buffer sizes can wrap around to a small value due to integer overflow. This results in the allocation of an insufficient memory buffer, followed by out-of-bounds memory writes when the actual frame data is decoded into the undersized buffer.

Attack Vector

The attack vector is network-based and requires low privileges with no user interaction. An attacker can exploit this vulnerability by:

  1. Crafting a malicious AV1 video file with specially constructed frame size parameters designed to trigger the integer overflow
  2. Hosting the malicious video on a web server or embedding it in a webpage
  3. Luring victims to access the content through a vulnerable browser or media player
  4. When the victim's device attempts to decode the AV1 video, the integer overflow occurs, leading to memory corruption

The vulnerability manifests in the frame buffer allocation routine where large frame dimensions cause integer overflow during size calculations. When the decoder attempts to write frame data to the undersized buffer, memory corruption occurs. For detailed technical analysis, refer to the VLC dav1d Release Notes and the Full Disclosure threads.

Detection Methods for CVE-2024-1580

Indicators of Compromise

  • Unusual application crashes when processing AV1 video content
  • Memory access violation errors in processes using the dav1d library
  • Unexpected memory consumption spikes during video playback
  • Application crashes with heap corruption indicators

Detection Strategies

  • Monitor for abnormal crashes in Safari, media players, or applications that process AV1 content
  • Implement application-level monitoring for heap corruption and memory access violations
  • Use endpoint detection and response (EDR) solutions to identify exploitation attempts through behavioral analysis
  • Deploy network-based detection for suspicious AV1 video files with anomalous frame dimension headers

Monitoring Recommendations

  • Enable crash reporting and analysis for applications using the dav1d decoder
  • Monitor system logs for segmentation faults or memory corruption errors in video processing applications
  • Implement file inspection policies for AV1 video content entering the network
  • Configure SentinelOne to alert on suspicious memory access patterns in media decoder processes

How to Mitigate CVE-2024-1580

Immediate Actions Required

  • Update dav1d to version 1.4.0 or later immediately
  • Apply Apple security updates for iOS, iPadOS, macOS, Safari, and visionOS
  • Update Fedora 40 systems with the latest security packages
  • Consider temporarily disabling AV1 codec support in browsers and media players if patching is not immediately possible

Patch Information

The vulnerability has been addressed in dav1d version 1.4.0. VideoLAN has released the fix, which is available through the VLC dav1d Version 1.4.0 Release. Apple has addressed this vulnerability across its product line through multiple security updates documented in their support articles:

  • Apple Support Article HT214093
  • Apple Support Article HT214094
  • Apple Support Article HT214095
  • Apple Support Article HT214096
  • Apple Support Article HT214097
  • Apple Support Article HT214098

Fedora users should apply updates per the Fedora Package Announcement.

Workarounds

  • Block or quarantine AV1 video content at network boundaries until systems are patched
  • Disable automatic video playback in browsers and email clients
  • Use application sandboxing to limit the impact of potential exploitation
  • Implement strict content security policies to prevent loading of untrusted video content
bash
# Verify dav1d version on Linux systems
dav1d --version
# Ensure version is 1.4.0 or later

# For Fedora systems, update using:
sudo dnf update dav1d

# Check Safari version on macOS (should include March 2024 security updates)
/Applications/Safari.app/Contents/MacOS/Safari --version

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechVideolan Dav1d

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.50%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-190
  • Technical References
  • Full Disclosure Thread #36

  • Full Disclosure Thread #37

  • Full Disclosure Thread #38

  • Full Disclosure Thread #39

  • Full Disclosure Thread #40

  • Full Disclosure Thread #41

  • VLC dav1d Release Notes

  • VLC dav1d Version 1.4.0 Release

  • Fedora Package Announcement

  • Apple Support Article HT214093

  • Apple Support Article HT214094

  • Apple Support Article HT214095

  • Apple Support Article HT214096

  • Apple Support Article HT214097

  • Apple Support Article HT214098
  • Related CVEs
  • CVE-2023-32570: Videolan Dav1d Race Condition 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