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
    • 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-0473

CVE-2021-0473: Google Android NFC RCE Vulnerability

CVE-2021-0473 is a remote code execution vulnerability in Google Android NFC caused by a double free due to uninitialized data. This article covers the technical details, affected versions, impact, and mitigation.

Published: February 25, 2026

CVE-2021-0473 Overview

CVE-2021-0473 is a critical double free vulnerability in the Android NFC (Near Field Communication) stack, specifically within the rw_t3t_process_error function of rw_t3t.cc. This vulnerability arises from uninitialized data handling during Type 3 Tag (T3T) NFC operations, which can lead to remote code execution when a malicious NFC tag is brought into proximity with a vulnerable Android device.

The vulnerability is particularly dangerous because it requires no user interaction and no additional execution privileges to exploit. An attacker within adjacent network range (NFC proximity) can trigger the double free condition, potentially gaining complete control over the affected Android device.

Critical Impact

Remote code execution over NFC without user interaction, allowing attackers to execute arbitrary code on vulnerable Android devices simply by being in NFC proximity.

Affected Products

  • Google Android 8.1
  • Google Android 9.0
  • Google Android 10.0
  • Google Android 11.0

Discovery Timeline

  • 2021-05-01 - Google releases security patch in Android Security Bulletin May 2021
  • 2021-06-11 - CVE-2021-0473 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2021-0473

Vulnerability Analysis

The vulnerability exists in the NFC Reader/Writer module for Type 3 Tags (T3T), which is commonly used in FeliCa-based NFC systems. The rw_t3t_process_error function in rw_t3t.cc fails to properly initialize data structures before use, leading to a double free condition when error handling code paths are triggered.

When processing malformed T3T responses or encountering error conditions during NFC communication, the uninitialized data can cause memory management functions to free the same memory block twice. This memory corruption primitive can be leveraged by attackers to achieve arbitrary code execution through heap manipulation techniques.

The attack vector being adjacent network (NFC proximity) means an attacker must be within approximately 10 centimeters of the target device. However, this attack requires no authentication, no user interaction, and executes with the privileges of the NFC service, which typically has elevated permissions on Android devices.

Root Cause

The root cause is CWE-908 (Use of Uninitialized Resource). The rw_t3t_process_error function does not properly initialize internal data structures before they are used in error handling code paths. When specific error conditions occur during T3T NFC tag processing, the uninitialized pointers or state variables can contain garbage values that lead to double free operations when cleanup routines execute.

This type of vulnerability often occurs in complex state machines like NFC protocol handlers, where multiple code paths can trigger cleanup operations, and proper initialization of all state variables across all entry points becomes challenging.

Attack Vector

The attack vector for CVE-2021-0473 is adjacent network access via NFC proximity. An attacker can exploit this vulnerability through the following attack scenario:

  1. The attacker crafts a malicious NFC tag containing specially crafted T3T data
  2. The attacker brings the malicious tag within NFC range of a vulnerable Android device
  3. The Android NFC subsystem automatically attempts to read and process the tag
  4. The malformed data triggers an error condition in rw_t3t_process_error
  5. The uninitialized data causes a double free condition
  6. The attacker leverages the memory corruption to achieve code execution

The exploitation does not require any user interaction—simply having NFC enabled and bringing a vulnerable device near the malicious tag is sufficient. This makes the vulnerability particularly dangerous in scenarios such as public transit, retail environments, or anywhere NFC transactions occur.

Detection Methods for CVE-2021-0473

Indicators of Compromise

  • Unexpected NFC service crashes or restarts on Android devices
  • Memory corruption signatures in system logs related to libnfc-nci or NFC subsystem components
  • Anomalous behavior following NFC tag interactions, such as unexpected process spawning
  • System instability or crashes when NFC-enabled devices are brought near unknown tags

Detection Strategies

  • Monitor Android system logs for crashes or exceptions originating from rw_t3t.cc or related NFC components
  • Implement mobile threat detection solutions capable of identifying memory corruption exploitation attempts
  • Deploy endpoint detection that monitors for abnormal process behavior following NFC interactions
  • Utilize SentinelOne Singularity Mobile to detect exploitation attempts and anomalous NFC activity

Monitoring Recommendations

  • Enable verbose NFC logging on managed devices to capture detailed transaction data for forensic analysis
  • Implement network-level monitoring for devices that may have been compromised via NFC exploitation
  • Regularly audit Android device patch levels to ensure security updates are applied
  • Monitor for unusual data exfiltration or command-and-control traffic from mobile devices

How to Mitigate CVE-2021-0473

Immediate Actions Required

  • Apply the Android Security Bulletin May 2021 patches immediately to all affected devices
  • Disable NFC functionality on devices that cannot be immediately patched
  • Implement mobile device management (MDM) policies to enforce security patch compliance
  • Educate users about the risks of using NFC on unpatched devices, especially in public environments

Patch Information

Google addressed this vulnerability in the Android Security Bulletin May 2021. The vulnerability is tracked internally by Google as Android ID: A-179687208. Organizations should ensure all Android devices running versions 8.1, 9, 10, and 11 are updated to security patch levels dated 2021-05-01 or later.

For enterprise environments, coordinate with device manufacturers (OEMs) to verify patch availability, as security updates may be distributed on different schedules depending on the device manufacturer and carrier.

Workarounds

  • Disable NFC on vulnerable devices through Settings > Connected devices > Connection preferences > NFC
  • Implement MDM policies to disable NFC functionality until patches can be applied
  • Use SentinelOne Singularity Mobile for real-time threat detection and protection on managed mobile devices
  • Restrict physical access to vulnerable devices in high-risk environments where malicious NFC tags may be present
bash
# Android ADB command to check current security patch level
adb shell getprop ro.build.version.security_patch

# Verify NFC service status
adb shell dumpsys nfc | grep -i "enabled"

# Disable NFC via ADB (requires root)
adb shell settings put global nfc_on 0

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

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.55%

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