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-2021-0967

CVE-2021-0967: Google Android Information Disclosure Flaw

CVE-2021-0967 is an information disclosure vulnerability in Google Android caused by an out-of-bounds write in codebook.c. This article covers the technical details, affected versions, impact, and mitigation.

Published: February 25, 2026

CVE-2021-0967 Overview

CVE-2021-0967 is an out-of-bounds write vulnerability affecting the vorbis_book_decodev_set function within the codebook.c file of Google Android. The vulnerability arises from a missing bounds check during Vorbis audio codec processing, which could allow an attacker to write data outside the intended memory boundaries. Successful exploitation could lead to remote information disclosure without requiring additional execution privileges, though user interaction is necessary for exploitation.

Critical Impact

This out-of-bounds write vulnerability in Android's Vorbis audio codec implementation could enable remote attackers to achieve information disclosure or potentially execute arbitrary code through maliciously crafted audio content.

Affected Products

  • Google Android 9.0
  • Google Android 10.0
  • Google Android 11.0
  • Google Android 12.0

Discovery Timeline

  • December 15, 2021 - CVE-2021-0967 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2021-0967

Vulnerability Analysis

This vulnerability is classified as CWE-787 (Out-of-Bounds Write) and resides in Android's native Vorbis audio codec implementation. The vorbis_book_decodev_set function in codebook.c fails to properly validate input boundaries before performing write operations. When processing specially crafted Vorbis audio data, the function can write beyond the allocated buffer boundaries, corrupting adjacent memory regions.

The vulnerability is exploitable over the network through malicious audio content delivered via web pages, media applications, or messaging platforms. While user interaction is required (such as opening a malicious audio file or visiting a webpage containing malicious media), no special privileges are needed for exploitation.

Root Cause

The root cause of CVE-2021-0967 is a missing bounds check in the vorbis_book_decodev_set function. The Vorbis codec implementation processes codebook data without adequately validating that write operations remain within allocated buffer boundaries. This oversight allows attackers to craft malicious Vorbis audio streams that trigger writes beyond the intended memory region, potentially overwriting critical data structures or control flow information.

Attack Vector

The attack vector for this vulnerability is network-based and requires user interaction. An attacker could exploit this vulnerability through several methods:

  1. Hosting malicious audio content on a website that users visit
  2. Sending malicious audio files via messaging applications
  3. Embedding malicious Vorbis audio in multimedia content
  4. Distributing applications containing malicious audio resources

When a victim opens or streams the malicious audio content, the Android media framework processes the Vorbis data, triggering the out-of-bounds write condition in the vulnerable function.

The vulnerability mechanism involves the Vorbis codec's codebook decoding logic. During audio stream processing, the vorbis_book_decodev_set function processes vector data from the audio stream. Without proper boundary validation, attacker-controlled values can cause the function to write data outside the allocated buffer. Technical details are available in the Android Security Bulletin December 2021.

Detection Methods for CVE-2021-0967

Indicators of Compromise

  • Unusual crashes or unexpected behavior in media playback applications
  • Memory corruption errors in system logs related to audio codec processing
  • Abnormal audio file processing patterns in Android media services

Detection Strategies

  • Monitor for anomalous behavior in Android media framework processes
  • Implement application-level logging for media file processing events
  • Deploy mobile threat defense solutions capable of detecting exploit attempts
  • Review crash reports for patterns indicating memory corruption in codec libraries

Monitoring Recommendations

  • Enable enhanced logging for Android media services
  • Monitor device telemetry for signs of exploitation attempts
  • Implement network-level filtering for suspicious audio content
  • Establish baseline behavior patterns for media processing to detect anomalies

How to Mitigate CVE-2021-0967

Immediate Actions Required

  • Update all affected Android devices to the December 2021 security patch level or later
  • Restrict downloading and playing audio content from untrusted sources
  • Enable automatic security updates on Android devices
  • Consider deploying mobile device management (MDM) solutions to enforce patch compliance

Patch Information

Google addressed this vulnerability in the Android Security Bulletin December 2021. The fix adds proper bounds checking to the vorbis_book_decodev_set function to prevent out-of-bounds write operations. Organizations should ensure all Android devices are updated to security patch level 2021-12-01 or later. The security bulletin is available at the Android Security Bulletin December 2021.

Workarounds

  • Avoid opening audio files from untrusted or unknown sources
  • Disable automatic media playback in applications where possible
  • Use mobile security applications that scan media files before processing
  • Consider restricting access to media applications on sensitive devices until patching is complete
bash
# Verify Android security patch level
adb shell getprop ro.build.version.security_patch
# Expected output: 2021-12-01 or later

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechGoogle Android

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.50%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-787
  • Vendor Resources
  • Android Security Bulletin December 2021
  • Related CVEs
  • CVE-2026-0108: Google Android Information Disclosure Flaw

  • CVE-2026-0115: Google Android Information Disclosure Flaw

  • CVE-2025-48642: Google Android Information Disclosure Flaw

  • CVE-2026-0024: Google Android Information Disclosure 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