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-2020-0404

CVE-2020-0404: Android Kernel Privilege Escalation Flaw

CVE-2020-0404 is a privilege escalation vulnerability in the Google Android kernel caused by linked list corruption in uvc_driver.c. Attackers can gain elevated privileges without user interaction. This article covers technical details, affected versions, impact analysis, and mitigation strategies.

Published: March 4, 2026

CVE-2020-0404 Overview

CVE-2020-0404 is a local privilege escalation vulnerability in the Linux kernel's USB Video Class (UVC) driver, specifically within the uvc_scan_chain_forward function in uvc_driver.c. The vulnerability stems from a linked list corruption issue that can lead to local privilege escalation in the kernel without requiring any additional execution privileges. Notably, user interaction is not needed for exploitation, making this vulnerability particularly concerning for systems with USB device exposure.

Critical Impact

Local attackers can exploit linked list corruption in the UVC driver to escalate privileges to kernel level without user interaction, potentially gaining complete control over affected Android devices and Oracle cloud-native core products.

Affected Products

  • Google Android (all kernel versions)
  • Oracle Communications Cloud Native Core Binding Support Function 22.1.3
  • Oracle Communications Cloud Native Core Network Exposure Function 22.1.1
  • Oracle Communications Cloud Native Core Policy 22.2.0

Discovery Timeline

  • September 17, 2020 - CVE-2020-0404 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2020-0404

Vulnerability Analysis

The vulnerability resides in the uvc_scan_chain_forward function within the Linux kernel's UVC (USB Video Class) driver implementation. This function is responsible for scanning and managing video streaming chain descriptors when USB video devices are connected to the system.

The flaw involves improper handling of linked list structures during the forward scanning process of UVC device chains. When processing malformed or specially crafted USB video device descriptors, the driver fails to properly validate and maintain linked list integrity, leading to list corruption. This corruption can subsequently be leveraged to achieve privilege escalation from a local context to kernel-level privileges.

The attack requires local access to the system but does not require elevated privileges to initiate. Since no user interaction is needed for exploitation, an attacker with physical access to USB ports or the ability to present malicious USB devices could potentially trigger this vulnerability automatically.

Root Cause

The root cause is categorized under CWE-269 (Improper Privilege Management), though the underlying technical issue involves linked list corruption due to an unusual handling condition in the UVC driver's chain scanning logic. The driver does not properly handle edge cases when traversing video streaming unit chains, allowing list pointers to be corrupted under specific conditions.

Attack Vector

The attack vector is local, requiring an attacker to have local access to the target system. The exploitation scenario typically involves:

  1. An attacker connects or emulates a malicious USB video device to the target system
  2. The kernel's UVC driver automatically processes the device descriptors
  3. During the chain forward scanning process, specially crafted descriptors trigger the linked list corruption
  4. The corrupted list structures are leveraged to manipulate kernel memory
  5. Privilege escalation from the attacker's context to kernel-level privileges is achieved

The vulnerability is particularly dangerous in Android environments where USB accessories are commonly connected, and in virtualized Oracle cloud environments where USB passthrough may be configured.

Detection Methods for CVE-2020-0404

Indicators of Compromise

  • Unusual kernel oops or panic messages related to the UVC driver or uvc_scan_chain_forward function
  • Unexpected USB video device enumeration events in system logs
  • Kernel memory corruption signs in dmesg output referencing linked list operations
  • Suspicious processes running with elevated privileges after USB device connections

Detection Strategies

  • Monitor kernel logs for UVC driver errors, particularly messages containing uvc_scan_chain_forward or linked list corruption warnings
  • Implement USB device whitelisting to control which USB video devices can connect to systems
  • Deploy endpoint detection and response (EDR) solutions capable of monitoring kernel-level activities and privilege escalation attempts
  • Utilize SentinelOne's behavioral AI to detect anomalous privilege transitions following USB device events

Monitoring Recommendations

  • Enable verbose logging for USB subsystem events on critical systems
  • Configure alerting for unexpected kernel module loading or USB device enumeration
  • Monitor for processes spawned with kernel privileges that originated from non-privileged contexts
  • Review system audit logs for changes in user privilege levels coinciding with USB activity

How to Mitigate CVE-2020-0404

Immediate Actions Required

  • Apply the latest Android security patches from the September 2020 security bulletin
  • Update Oracle Communications Cloud Native Core products to patched versions as specified in Oracle's July 2022 CPU
  • Restrict physical USB access on sensitive systems where possible
  • Consider disabling UVC driver loading on systems that do not require USB video functionality

Patch Information

Google addressed this vulnerability in the Android Security Bulletin September 2020. The fix was also integrated into upstream kernel releases. Oracle released patches for affected Communications Cloud Native Core products in the Oracle CPU July 2022 Security Alert. Additional patches for openSUSE distributions were released in October 2020.

For Android devices, ensure the security patch level is September 2020 or later. For Oracle products, apply the patches referenced in the July 2022 Critical Patch Update.

Workarounds

  • Blacklist the uvcvideo kernel module on systems that do not require USB webcam functionality by adding blacklist uvcvideo to /etc/modprobe.d/blacklist.conf
  • Implement USB device authorization policies using udev rules to prevent automatic loading of USB video devices
  • Deploy USB port blocking hardware or software controls on high-security systems
  • Use virtualization or containerization to isolate USB device access from critical system components
bash
# Configuration example - Blacklist UVC driver to prevent automatic loading
echo "blacklist uvcvideo" | sudo tee /etc/modprobe.d/blacklist-uvc.conf
sudo update-initramfs -u

# Alternative: Disable USB video device authorization via udev
echo 'SUBSYSTEM=="usb", ATTR{bDeviceClass}=="0e", ATTR{authorized}="0"' | sudo tee /etc/udev/rules.d/99-block-uvc.rules
sudo udevadm control --reload-rules

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechGoogle Android

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.18%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-269
  • Technical References
  • openSUSE Security Announcement

  • openSUSE Security Announcement

  • Oracle CPU July 2022 Security Alert
  • Vendor Resources
  • Android Security Bulletin September 2020
  • Related CVEs
  • CVE-2025-36920: Google Android Privilege Escalation Flaw

  • CVE-2026-0107: Google Android Privilege Escalation Flaw

  • CVE-2026-0110: Google Android Privilege Escalation Flaw

  • CVE-2026-0111: Google Android Privilege Escalation Flaw
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