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-2026-20990

CVE-2026-20990: Samsung Android Privilege Escalation Flaw

CVE-2026-20990 is a privilege escalation vulnerability in Samsung Android Secure Folder that allows local attackers to launch arbitrary activities with elevated privileges. This article covers technical details, affected versions, and fixes.

Updated: May 15, 2026

CVE-2026-20990 Overview

CVE-2026-20990 affects Samsung Android devices through an improper export of Android application components in Secure Folder. A local attacker can launch arbitrary activities with Secure Folder privileges, bypassing the isolation boundary that Secure Folder is designed to enforce. Samsung addressed the issue in the SMR Mar-2026 Release 1 security maintenance update.

Secure Folder is a Samsung Knox-backed container used to isolate sensitive applications and data from the main user profile. A flaw allowing arbitrary activity launch with container privileges undermines the data segregation guarantee on which users rely.

Critical Impact

Local attackers with low privileges can launch arbitrary activities inside Secure Folder, gaining access to a security boundary that protects sensitive user data on affected Samsung Android devices.

Affected Products

  • Samsung Android 14.0 (prior to SMR Mar-2026 Release 1)
  • Samsung Android 15.0 (prior to SMR Mar-2026 Release 1)
  • Samsung Android 16.0 (prior to SMR Mar-2026 Release 1)

Discovery Timeline

  • 2026-03-16 - CVE-2026-20990 published to NVD
  • 2026-03-20 - Last updated in NVD database

Technical Details for CVE-2026-20990

Vulnerability Analysis

The vulnerability stems from improperly exported Android application components within Secure Folder. Android applications declare components such as activities, services, and broadcast receivers in their manifest. Components marked as exported, or implicitly exported through intent filters, are reachable by other applications on the device.

In this case, one or more Secure Folder components are exported in a way that permits unauthorized external invocation. A local attacker can craft an intent targeting these components and trigger activity launches that should be restricted to the Secure Folder context. The result is execution within a privileged container without the user authentication normally required to enter Secure Folder.

The issue is classified as a mobile intent redirection and improper access control flaw [NVD-CWE-Other]. Exploitation requires local access and low privileges, with no user interaction. The confidentiality and integrity impact on the vulnerable component are both high.

Root Cause

The root cause is an Android component export misconfiguration in the Secure Folder application. Components that should be private to the container, or guarded by signature-level permissions, are reachable from outside the container. The result is that activity intents originating from a less-privileged process are accepted and dispatched inside the Secure Folder security domain.

Attack Vector

The attack vector is local. A malicious application installed in the primary user profile, or a local attacker with shell access, constructs an intent referencing the affected Secure Folder component. Invoking the component triggers an activity launch under Secure Folder privileges, exposing functionality and data that Samsung Knox isolation is designed to protect.

No verified public proof-of-concept code is available for this vulnerability. Refer to the Samsung Mobile Security Update for vendor technical details.

Detection Methods for CVE-2026-20990

Indicators of Compromise

  • Unexpected activity launches associated with the Secure Folder package on devices that have not been unlocked by the user.
  • Installation of unknown third-party applications shortly before unauthorized access to Secure Folder content is observed.
  • Mobile threat defense logs showing intents targeting Secure Folder components from non-system callers.

Detection Strategies

  • Inventory Samsung Android fleet build numbers and flag devices running a security patch level earlier than SMR Mar-2026 Release 1.
  • Use mobile device management (MDM) telemetry to identify sideloaded applications that request QUERY_ALL_PACKAGES or interact with Samsung Knox container components.
  • Review application install logs for apps requesting intents or component access tied to the Secure Folder package namespace.

Monitoring Recommendations

  • Enforce MDM compliance policies that report Samsung security patch level on every check-in and quarantine devices below SMR Mar-2026 Release 1.
  • Monitor user reports of Secure Folder content appearing without authentication prompts, which may indicate exploitation.
  • Alert on installation of applications from unknown sources on managed Samsung devices.

How to Mitigate CVE-2026-20990

Immediate Actions Required

  • Install the Samsung SMR Mar-2026 Release 1 security update on all affected Samsung Android 14, 15, and 16 devices.
  • Restrict installation of applications from unknown sources via MDM policy on Samsung Android fleets.
  • Audit existing applications on user devices and remove those that are unverified or unnecessary.

Patch Information

Samsung published the fix in the SMR Mar-2026 Release 1 maintenance release. Details and the list of patched CVEs are available in the Samsung Mobile Security Update advisory. Apply firmware updates through Settings > Software update or push the update through enterprise MDM.

Workarounds

  • Disable Secure Folder on devices where it is not in use until the SMR Mar-2026 Release 1 update is installed.
  • Avoid storing highly sensitive data in Secure Folder on unpatched devices.
  • Use MDM to enforce application allow-listing and block installation of untrusted local applications that could invoke Secure Folder components.
bash
# Check Samsung security patch level via ADB
adb shell getprop ro.build.version.security_patch

# Verify the Samsung-specific SMR build identifier
adb shell getprop ro.build.version.sem
adb shell getprop ro.build.PDA

# List installed packages to audit for untrusted apps
adb shell pm list packages -3

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechSamsung Android

  • SeverityHIGH

  • CVSS Score8.4

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:L/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
  • AvailabilityLow
  • CWE References
  • NVD-CWE-Other
  • Vendor Resources
  • Samsung Mobile Security Update
  • Related CVEs
  • CVE-2026-21016: Samsung Android Privilege Escalation Flaw

  • CVE-2026-21018: Samsung Android Privilege Escalation Flaw

  • CVE-2026-21020: Samsung Android Privilege Escalation Flaw

  • CVE-2026-21021: Samsung 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