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-0889

CVE-2021-0889: Google Android TV RCE Vulnerability

CVE-2021-0889 is a remote code execution vulnerability in Google Android TV caused by lack of rate limiting in the pairing flow. Attackers can execute code silently without user interaction. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: February 25, 2026

CVE-2021-0889 Overview

CVE-2021-0889 is a critical remote code execution vulnerability affecting Android TV devices. The vulnerability exists due to a lack of rate limiting in the pairing flow, which allows attackers to perform silent pairing with target devices. This flaw enables remote code execution without requiring any additional execution privileges or user interaction, making it particularly dangerous for Android TV deployments.

Critical Impact

Remote attackers can achieve code execution on Android TV devices through silent pairing without any user interaction required.

Affected Products

  • Google Android TV 8.1
  • Google Android TV 9.0
  • Google Android TV 10.0
  • Google Android TV 11.0
  • Google Android TV 12.0

Discovery Timeline

  • 2021-12-15 - CVE-2021-0889 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2021-0889

Vulnerability Analysis

This vulnerability resides in the Android TV pairing mechanism, which is designed to allow remote controls and other devices to connect to Android TV systems. The core issue stems from the absence of rate limiting controls during the pairing authentication process.

Under normal operation, when a device attempts to pair with an Android TV, there should be safeguards in place to prevent brute-force attacks or automated pairing attempts. However, due to this flaw, an attacker on the same network can repeatedly attempt pairing operations without encountering any throttling or lockout mechanisms.

The vulnerability is particularly severe because it requires no user interaction for exploitation. An attacker can silently establish a pairing connection to the Android TV device, effectively gaining control over the system. Once paired, the attacker can execute arbitrary code with the same privileges as the TV system, potentially leading to complete device compromise.

Root Cause

The root cause of CVE-2021-0889 is the missing rate limiting implementation in the Android TV pairing flow. The pairing protocol fails to implement proper controls that would detect and block repeated or automated pairing attempts. This design flaw allows attackers to bypass the intended security model of the pairing mechanism through brute-force techniques or by exploiting the unprotected pairing sequence to achieve silent device pairing.

Attack Vector

The attack vector for this vulnerability is network-based, meaning an attacker must have network access to the target Android TV device. The exploitation process involves:

  1. Network Reconnaissance: The attacker identifies Android TV devices on the local network
  2. Pairing Exploitation: The attacker initiates multiple pairing requests without being rate-limited
  3. Silent Pairing: Due to the lack of controls, the attacker successfully pairs with the device without user notification
  4. Code Execution: Once paired, the attacker can execute arbitrary commands on the Android TV device

The attack does not require authentication, privileges, or user interaction, which significantly lowers the barrier for exploitation. Attackers with network proximity to vulnerable Android TV devices can leverage this vulnerability to gain unauthorized access and execute malicious code.

Detection Methods for CVE-2021-0889

Indicators of Compromise

  • Unusual or unexpected device pairing events in Android TV system logs
  • Multiple rapid pairing attempts from unknown MAC addresses or IP addresses
  • Unauthorized paired devices appearing in the Android TV paired devices list
  • Unexpected network connections originating from Android TV devices

Detection Strategies

  • Monitor network traffic for anomalous pairing protocol activity targeting Android TV devices
  • Implement network intrusion detection rules to identify brute-force pairing attempts
  • Review Android TV device logs for pairing events that were not initiated by authorized users
  • Deploy endpoint detection solutions capable of monitoring Android-based systems for suspicious activity

Monitoring Recommendations

  • Enable verbose logging on Android TV devices to capture pairing-related events
  • Implement network segmentation to isolate IoT and entertainment devices from critical network segments
  • Regularly audit paired devices on Android TV systems and remove unrecognized entries
  • Deploy network monitoring solutions to detect unusual traffic patterns to and from Android TV devices

How to Mitigate CVE-2021-0889

Immediate Actions Required

  • Update all affected Android TV devices to the latest available firmware version
  • Review and remove any unrecognized paired devices from Android TV systems
  • Implement network segmentation to restrict access to Android TV devices
  • Consider disabling remote pairing functionality if not required for operations

Patch Information

Google has addressed this vulnerability in the Android Security Bulletin for November 2021. Administrators should apply the security updates provided by their device manufacturers. The vulnerability is tracked internally by Google as Android ID: A-180745296. For detailed patch information and update instructions, refer to the Android Security Bulletin November 2021.

Workarounds

  • Isolate Android TV devices on a separate network VLAN with restricted access
  • Disable remote pairing features when not actively needed for legitimate device connections
  • Implement firewall rules to limit which devices can initiate connections to Android TV systems
  • Monitor paired device lists regularly and investigate any unexpected entries
bash
# Network isolation example - restrict Android TV to specific VLAN
# Configure firewall rules to limit pairing access
iptables -A INPUT -p tcp --dport 6466 -s 192.168.10.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 6466 -j DROP

# Review connected devices on Android TV (via ADB)
adb shell dumpsys bluetooth_manager | grep -A 5 "Bonded devices"

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechGoogle Android

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability3.65%

  • 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
  • NVD-CWE-noinfo
  • Vendor Resources
  • Android Security Bulletin November 2021
  • Related CVEs
  • CVE-2026-0114: Google Android Modem RCE Vulnerability

  • CVE-2026-0116: Google Android RCE Vulnerability

  • CVE-2026-0120: Google Android Modem RCE Vulnerability

  • CVE-2026-0122: Google Android RCE 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