A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2026-21019

CVE-2026-21019: Samsung Galaxy Watch RCE Vulnerability

CVE-2026-21019 is a remote code execution vulnerability in Samsung Galaxy Watch affecting FacAtFunction. Improper input validation allows local attackers to execute code with system privileges. This article covers affected versions, technical details, impact assessment, and mitigation strategies.

Published: May 17, 2026

CVE-2026-21019 Overview

CVE-2026-21019 is an improper input validation vulnerability in the FacAtFunction component of Samsung Galaxy Watch. The flaw exists in firmware versions prior to the SMR May-2026 Release 1 security maintenance release. A local attacker can exploit the vulnerability to execute arbitrary code with system privilege on the affected wearable device. Samsung addressed the issue in its May 2026 mobile security bulletin.

Critical Impact

Local attackers can execute arbitrary code with system-level privileges on Galaxy Watch devices, enabling full device compromise and access to sensitive health, location, and authentication data.

Affected Products

  • Samsung Galaxy Watch firmware prior to SMR May-2026 Release 1
  • Devices receiving the Samsung Mobile Release (SMR) update channel
  • Wearables running affected versions of the FacAtFunction service

Discovery Timeline

  • 2026-05-13 - CVE-2026-21019 published to NVD
  • 2026-05-13 - Last updated in NVD database
  • May 2026 - Samsung releases SMR May-2026 Release 1 security patch

Technical Details for CVE-2026-21019

Vulnerability Analysis

The vulnerability resides in FacAtFunction, a factory AT command handler on Galaxy Watch firmware. The handler fails to properly validate input parameters before processing them. An attacker with local access to the device can supply crafted input that bypasses validation logic. Successful exploitation results in arbitrary code execution under the system user context.

System-level execution on a Galaxy Watch grants access to telephony interfaces, sensor data, health records, and paired-phone communication channels. The attack requires no user interaction and no authentication once local access to the AT command interface is achieved.

Root Cause

The root cause is missing or insufficient input validation in the FacAtFunction factory-mode AT command processing routine. Factory AT command handlers are typically exposed for manufacturing and diagnostic purposes and operate with elevated privileges. When such handlers accept attacker-controlled input without sanitization, the resulting memory corruption or command parsing failure can be redirected into code execution.

Attack Vector

The attack vector is local. An attacker must have local access to the Galaxy Watch, which can be obtained through a physical USB or debug connection, a malicious companion application with sufficient permissions, or chained exploitation from another vulnerability that exposes the AT interface. Once positioned, the attacker sends a malformed AT command sequence to FacAtFunction to trigger arbitrary code execution at the system privilege level.

No public proof-of-concept or exploit code is available for this issue. Refer to the Samsung Mobile Security Update for technical details.

Detection Methods for CVE-2026-21019

Indicators of Compromise

  • Unexpected factory AT command traffic directed at paired Galaxy Watch devices
  • Galaxy Watch processes executing with system privileges outside of normal firmware activity
  • Companion mobile applications requesting unusual diagnostic or debug permissions
  • Unsigned or unexpected binaries persisting across reboots on the watch

Detection Strategies

  • Inventory all Galaxy Watch devices in the environment and verify firmware build against the SMR May-2026 Release 1 baseline
  • Monitor mobile device management (MDM) telemetry for wearables reporting outdated security patch levels
  • Audit paired companion applications for elevated Bluetooth or USB debugging permissions that could reach the AT interface

Monitoring Recommendations

  • Enable security patch level reporting through enterprise mobility management for all wearable endpoints
  • Track Samsung Knox attestation results to identify devices that fail integrity checks after potential compromise
  • Alert on Galaxy Watch devices that remain unpatched more than 30 days after the May 2026 SMR release

How to Mitigate CVE-2026-21019

Immediate Actions Required

  • Apply the SMR May-2026 Release 1 update to all Galaxy Watch devices through the Samsung Wearable companion application
  • Restrict physical access to Galaxy Watch devices used in sensitive roles until patching is verified
  • Remove or restrict companion applications that request developer mode or factory diagnostic permissions
  • Validate firmware version compliance through mobile device management before granting access to corporate resources

Patch Information

Samsung released the fix in the SMR May-2026 Release 1 maintenance update. The patch corrects input validation logic in FacAtFunction so that malformed factory AT commands are rejected before reaching privileged code paths. Patch details and rollout information are published in the Samsung Mobile Security Update bulletin for May 2026.

Workarounds

  • Disable USB debugging and developer mode on Galaxy Watch devices that cannot be immediately patched
  • Prevent installation of untrusted companion applications that could access factory or AT interfaces
  • Enforce device passcode and lock screen policies to limit opportunities for physical access exploitation
bash
# Example: Verify Galaxy Watch security patch level via ADB over Wear
adb shell getprop ro.build.version.security_patch
# Expected value: 2026-05-01 or later (SMR May-2026 Release 1)

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechSamsung

  • SeverityHIGH

  • CVSS Score8.6

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • Technical References
  • Samsung Mobile Security Update
  • Related CVEs
  • CVE-2020-26145: Samsung Galaxy I9305 Firmware RCE Flaw

  • CVE-2020-26144: Samsung Galaxy I9305 RCE Vulnerability

  • CVE-2026-47314: Samsung Escargot Buffer Overflow Flaw

  • CVE-2026-21024: Samsung System Support Escalation Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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