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-2025-58475

CVE-2025-58475: Samsung Android Privilege Escalation Flaw

CVE-2025-58475 is a privilege escalation vulnerability in Samsung Android's libsec-ril.so library that enables local attackers to write out-of-bounds memory. This article covers technical details, affected versions, and mitigation.

Updated: May 15, 2026

CVE-2025-58475 Overview

CVE-2025-58475 is an improper input validation vulnerability in libsec-ril.so, a Radio Interface Layer (RIL) component used in Samsung Android devices. The flaw allows local attackers with elevated privileges to trigger an out-of-bounds memory write. Samsung addressed the issue in the SMR Dec-2025 Release 1 security maintenance update. The vulnerability affects Samsung Android versions 13.0, 14.0, 15.0, and 16.0 across multiple monthly security maintenance releases prior to the December 2025 patch.

Critical Impact

A local privileged attacker can corrupt memory via out-of-bounds writes in libsec-ril.so, potentially leading to integrity loss in the radio interface layer on affected Samsung Android devices.

Affected Products

  • Samsung Android 13.0 (releases prior to SMR Dec-2025 Release 1)
  • Samsung Android 14.0 (releases prior to SMR Dec-2025 Release 1)
  • Samsung Android 15.0 and 16.0 (releases prior to SMR Dec-2025 Release 1)

Discovery Timeline

  • 2025-12-02 - CVE-2025-58475 published to NVD
  • 2025-12-05 - Last updated in NVD database

Technical Details for CVE-2025-58475

Vulnerability Analysis

The vulnerability resides in libsec-ril.so, the proprietary Samsung Radio Interface Layer library that mediates communication between the Android telephony framework and the cellular baseband processor. The library fails to properly validate input before performing a memory write operation. As a result, attacker-controlled data can be written past the bounds of an allocated buffer.

Out-of-bounds writes in privileged native components can corrupt adjacent heap structures, function pointers, or control data within the radio service process. The vulnerability requires the attacker to already hold high privileges on the device, which limits the realistic attack surface to malicious or compromised system-level processes interacting with the RIL interface.

Root Cause

The root cause is missing or insufficient input validation in libsec-ril.so before data is copied into a destination buffer. Without proper length or bounds checks, oversized or malformed input passed to RIL routines causes the library to write beyond the allocated memory region, producing an out-of-bounds write condition.

Attack Vector

Exploitation requires local access and high privileges on the target device. An attacker operating with the necessary permissions sends crafted input to a vulnerable RIL function, triggering the out-of-bounds write. Because the attack vector is local and user interaction is not required, exploitation is confined to scenarios where the adversary already controls a privileged context, such as a compromised system service or vendor application.

No public proof-of-concept code or exploitation in the wild has been reported. Refer to the Samsung Security Update December 2025 advisory for vendor-supplied technical details.

Detection Methods for CVE-2025-58475

Indicators of Compromise

  • Unexpected crashes, restarts, or tombstone files associated with the rild or vendor radio service process on Samsung Android devices.
  • Native heap corruption signatures in libsec-ril.so captured in Android crash logs (logcat, dropbox, or tombstoned output).
  • Installation of privileged third-party or sideloaded applications immediately preceding radio subsystem instability.

Detection Strategies

  • Monitor mobile device management (MDM) telemetry for Samsung devices running pre-December 2025 SMR patch levels.
  • Inspect Android crash dumps for SIGSEGV or SIGABRT signals originating in libsec-ril.so with fault addresses outside expected allocations.
  • Correlate privileged process activity with anomalous telephony service restarts to identify potential exploitation attempts.

Monitoring Recommendations

  • Enforce patch-level reporting via enterprise mobility management to flag devices below SMR Dec-2025 Release 1.
  • Collect and centralize Android bugreport and tombstone artifacts from managed Samsung devices for forensic review.
  • Alert on baseband or RIL service crashes occurring in clusters across a managed fleet, which may indicate exploitation attempts.

How to Mitigate CVE-2025-58475

Immediate Actions Required

  • Apply the Samsung SMR Dec-2025 Release 1 security maintenance update to all affected Samsung Android 13.0, 14.0, 15.0, and 16.0 devices.
  • Audit managed Samsung devices to confirm the patch level reflects the December 2025 SMR or later.
  • Restrict installation of applications that request high-privilege or system-level capabilities until devices are patched.

Patch Information

Samsung released the fix as part of the SMR Dec-2025 Release 1 security maintenance update. Patch availability and rollout timing vary by device model and carrier. See the Samsung Security Update December 2025 advisory for the official vendor bulletin.

Workarounds

  • No vendor-supplied workaround is documented; applying the SMR Dec-2025 Release 1 update is the only complete remediation.
  • Reduce risk by limiting the number of privileged applications installed on affected devices and removing unused vendor or sideloaded software.
  • Enforce strict MDM policies that block sideloading and require Google Play Protect verification on affected device fleets.
bash
# Verify Samsung Android security patch level via ADB
adb shell getprop ro.build.version.security_patch
adb shell getprop ro.build.version.release
# Confirm value is 2025-12-01 or later before considering CVE-2025-58475 mitigated

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

  • SeverityMEDIUM

  • CVSS Score4.4

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • NVD-CWE-noinfo
  • Vendor Resources
  • Samsung Security Update December 2025
  • 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 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