The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-2021-30473

CVE-2021-30473: AOMedia libaom Use-After-Free Vulnerability

CVE-2021-30473 is a use-after-free vulnerability in AOMedia libaom where aom_image.c frees non-heap memory, potentially causing crashes or exploitation. This article covers technical details, affected versions, and mitigations.

Published: February 25, 2026

CVE-2021-30473 Overview

CVE-2021-30473 is a memory corruption vulnerability discovered in aom_image.c within the libaom library, which is part of the AOMedia Video 1 (AV1) codec implementation. The vulnerability occurs when the application attempts to free memory that is not located on the heap, leading to undefined behavior and potential security implications. This improper memory management flaw (CWE-763: Release of Invalid Pointer or Reference) affects AOMedia versions before the April 7, 2021 security fix.

The libaom library is widely used for AV1 video encoding and decoding across various platforms and applications, making this vulnerability particularly significant for media processing software and web browsers that incorporate the AV1 codec.

Critical Impact

This vulnerability allows remote attackers to potentially achieve code execution or cause denial of service through network-accessible vectors without requiring authentication or user interaction.

Affected Products

  • AOMedia libaom (versions before 2021-04-07 fix)
  • Fedora 34 (via bundled libaom packages)
  • Debian-based distributions with vulnerable libaom versions

Discovery Timeline

  • 2021-05-06 - CVE-2021-30473 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2021-30473

Vulnerability Analysis

The vulnerability resides in the aom_image.c source file within the libaom library. The core issue involves improper memory management where the code attempts to release memory through a pointer that does not reference heap-allocated memory. This type of flaw, classified as CWE-763 (Release of Invalid Pointer or Reference), occurs when a program calls free() or similar deallocation functions on a pointer that either points to stack memory, static memory, or has already been freed.

When exploited, this vulnerability can lead to memory corruption, potentially allowing an attacker to hijack program execution flow or cause the application to crash. The impact is amplified by the fact that libaom processes untrusted media content, meaning a specially crafted AV1 video file could trigger this vulnerability.

Root Cause

The root cause of CVE-2021-30473 is an invalid memory deallocation operation in the image handling code of libaom. The aom_image.c file contains logic that incorrectly attempts to free memory that was not dynamically allocated on the heap. This could occur due to:

  • Incorrect pointer arithmetic leading to invalid memory addresses being passed to deallocation functions
  • Logic errors that result in stack-allocated or statically-allocated memory being treated as heap memory
  • Missing validation checks before memory release operations

The fix, committed as 4efe20e99dcd9b6f8eadc8de8acc825be7416578, addresses this by ensuring proper validation of memory pointers before deallocation.

Attack Vector

The vulnerability can be exploited remotely over a network without requiring privileges or user interaction. An attacker could craft a malicious AV1 media file that, when processed by an application using the vulnerable libaom library, triggers the invalid memory free operation.

Exploitation scenarios include:

  • Hosting a malicious AV1 video on a website that is rendered by vulnerable browsers or media players
  • Sending malicious media files through messaging platforms or email attachments
  • Embedding malicious AV1 content in streaming services or video conferencing applications

The vulnerability mechanism involves the improper handling of image data structures in libaom's aom_image.c file. When processing certain malformed or specially crafted input, the code path leads to a free() call on memory that was not heap-allocated. For detailed technical analysis, refer to the AOMedia Bug Report #2998.

Detection Methods for CVE-2021-30473

Indicators of Compromise

  • Unexpected crashes in applications using libaom when processing AV1 media content
  • Memory corruption errors or segmentation faults in media processing workflows
  • Unusual behavior in web browsers or media players when rendering AV1 video streams
  • Core dumps indicating invalid memory access in aom_image.c related functions

Detection Strategies

  • Monitor application crash reports for patterns indicating memory corruption in libaom or AV1 codec components
  • Implement runtime memory sanitizers (ASAN, MSAN) in development and testing environments to detect invalid free operations
  • Deploy endpoint detection solutions capable of identifying exploitation attempts targeting media processing libraries
  • Utilize SentinelOne's behavioral AI to detect anomalous process behavior following media file processing

Monitoring Recommendations

  • Enable detailed logging for media processing applications and monitor for unexpected terminations
  • Implement network-level inspection for potentially malicious AV1 content delivery
  • Track version inventories of libaom across the organization to identify vulnerable deployments
  • Monitor security advisories from Debian, Fedora, and Gentoo for downstream patch availability

How to Mitigate CVE-2021-30473

Immediate Actions Required

  • Update libaom to a version that includes commit 4efe20e99dcd9b6f8eadc8de8acc825be7416578 or later
  • Apply security updates from your Linux distribution (Debian DSA-5490, Fedora, Gentoo GLSA 202401-32)
  • Audit systems for applications that bundle or depend on vulnerable libaom versions
  • Consider temporarily restricting processing of untrusted AV1 media content in high-risk environments

Patch Information

The vulnerability was fixed in the AOMedia libaom repository with the commit referenced in the AOMedia Code Change. This patch ensures proper memory management in aom_image.c by validating pointer references before deallocation operations.

Distribution-specific patches are available:

  • Debian Security Advisory DSA-5490
  • Debian LTS Security Announcement
  • Gentoo GLSA 202401-32
  • Fedora Package Announcement

Workarounds

  • Disable AV1 codec support in applications where it is not essential until patching is complete
  • Implement input validation and sandboxing for media processing workflows
  • Use application-level firewalls or content filters to restrict untrusted media file processing
  • Deploy containerization to isolate media processing components and limit the impact of potential exploitation
bash
# Check libaom version on Debian/Ubuntu systems
dpkg -l | grep libaom

# Update libaom on Debian/Ubuntu
sudo apt update && sudo apt upgrade libaom3

# Update libaom on Fedora
sudo dnf update libaom

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

  • Vulnerability Details
  • TypeUse After Free

  • Vendor/TechAomedia

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.25%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-763
  • Technical References
  • AOMedia Bug Report #2998

  • Debian LTS Security Announcement

  • Fedora Package Announcement

  • Gentoo GLSA 202401-32

  • Debian Security Advisory DSA-5490
  • Vendor Resources
  • AOMedia Code Change
  • Related CVEs
  • CVE-2023-6879: Aomedia Buffer Overflow Vulnerability

  • CVE-2021-30475: AOMedia libaom Buffer Overflow Flaw
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