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

CVE-2020-0465: Google Android Privilege Escalation Flaw

CVE-2020-0465 is a privilege escalation vulnerability in Google Android kernel caused by an out-of-bounds write in hid-multitouch.c. This article covers the technical details, affected versions, security impact, and mitigation.

Published: March 4, 2026

CVE-2020-0465 Overview

CVE-2020-0465 is an out-of-bounds write vulnerability in the Android kernel's hid-multitouch.c driver. The vulnerability exists due to a missing bounds check in various methods of the HID multitouch subsystem, which handles input from multitouch devices such as touchscreens and touchpads. This flaw could allow an attacker with physical access to the device to achieve local escalation of privilege without requiring any additional execution privileges or user interaction.

Critical Impact

This vulnerability enables local privilege escalation through physical access to an Android device. An attacker could exploit this flaw to gain elevated privileges on the system, potentially compromising sensitive data and system integrity.

Affected Products

  • Google Android (kernel)
  • Android devices using the vulnerable HID multitouch driver
  • Upstream Linux kernel versions containing the vulnerable hid-multitouch.c code

Discovery Timeline

  • 2020-12-14 - CVE-2020-0465 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2020-0465

Vulnerability Analysis

The vulnerability resides in the hid-multitouch.c file within the Android kernel, which is responsible for handling Human Interface Device (HID) input from multitouch devices. The flaw is classified as CWE-787 (Out-of-bounds Write), indicating that the code writes data beyond the boundaries of an allocated memory buffer.

The vulnerability requires physical access to exploit (AV:P), meaning an attacker must have direct physical access to the target device. Once physical access is obtained, exploitation is straightforward with low attack complexity, requires no privileges, and needs no user interaction. A successful exploit can lead to complete compromise of confidentiality, integrity, and availability of the affected system.

The HID multitouch driver processes input events from touch devices and translates them into system input events. When the driver fails to properly validate bounds before writing data, an attacker can craft malicious input that triggers an out-of-bounds write condition, potentially overwriting critical memory structures and achieving privilege escalation.

Root Cause

The root cause of this vulnerability is a missing bounds check in the hid-multitouch.c driver. The code fails to properly validate input data before writing to memory buffers, allowing specially crafted HID input to write beyond allocated buffer boundaries. This is a classic memory safety issue where input validation was overlooked in the device driver code path.

Attack Vector

The attack vector for CVE-2020-0465 requires physical access to the target Android device. An attacker could exploit this vulnerability by:

  1. Connecting a malicious or specially crafted multitouch HID device to the target Android device
  2. Sending crafted HID input data that triggers the out-of-bounds write condition
  3. Leveraging the memory corruption to gain elevated privileges on the system

The vulnerability can be exploited without user interaction, meaning the attack could succeed as soon as the malicious device is connected. The attack does not require any existing privileges on the device.

Detection Methods for CVE-2020-0465

Indicators of Compromise

  • Unexpected USB or HID device connections detected in system logs
  • Kernel panic or system instability after connecting USB/touch input devices
  • Unusual process privilege escalations following HID device attachment
  • Suspicious kernel log entries related to hid-multitouch or HID input subsystem

Detection Strategies

  • Monitor USB device connection events and flag unknown or unexpected HID devices
  • Implement kernel auditing to detect unusual memory access patterns in HID drivers
  • Deploy endpoint detection solutions capable of monitoring kernel-level activity
  • Review dmesg and kernel logs for anomalies in HID multitouch processing

Monitoring Recommendations

  • Enable comprehensive logging of USB device connections and disconnections
  • Monitor for kernel oops or memory corruption events related to HID drivers
  • Implement device whitelisting to restrict which HID devices can be connected
  • Deploy SentinelOne agents to provide real-time visibility into kernel-level threats

How to Mitigate CVE-2020-0465

Immediate Actions Required

  • Apply the security patches provided in the Android Security Bulletin December 2020
  • Restrict physical access to Android devices in sensitive environments
  • Implement USB device whitelisting to prevent unauthorized HID device connections
  • Update to the latest Android kernel version that includes the fix

Patch Information

Google has addressed this vulnerability in the Android Security Bulletin December 2020. The fix adds proper bounds checking to the affected methods in hid-multitouch.c to prevent out-of-bounds write conditions. Device manufacturers and users should apply the December 2020 security patch level or later to remediate this vulnerability. The Android ID for this issue is A-162844689.

Workarounds

  • Disable USB debugging and restrict USB connections when devices are unattended
  • Implement USB lockdown policies to prevent unauthorized device connections
  • Use device management solutions to enforce USB peripheral restrictions
  • In high-security environments, consider physical port blockers for USB connections
bash
# Configuration example
# Restrict USB HID device access on Android (requires root)
# Check current USB device permissions
adb shell ls -la /dev/input/

# Monitor HID device connections
adb shell dmesg | grep -i "hid-multitouch"

# For enterprise deployments, use MDM policies to restrict USB peripherals

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 Score6.8

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-787
  • Vendor Resources
  • Android Security Bulletin December 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
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