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

CVE-2025-58478: Samsung Android Memory Corruption Flaw

CVE-2025-58478 is an out-of-bounds write vulnerability in Samsung Android's libimagecodec.quram.so library that enables remote attackers to access unauthorized memory. This article covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2025-58478 Overview

CVE-2025-58478 is a high-severity out-of-bounds write vulnerability discovered in Samsung's libimagecodec.quram.so library, a component responsible for image processing on Samsung Android devices. This vulnerability allows remote attackers to access out-of-bounds memory regions, potentially leading to unauthorized information disclosure. With a CVSS score of 7.5 and a network-based attack vector requiring no user interaction or privileges, this vulnerability poses a significant risk to millions of Samsung mobile device users worldwide.

Critical Impact

Remote attackers can exploit this out-of-bounds write vulnerability over the network without authentication to access sensitive memory contents, potentially exposing confidential user data.

Affected Products

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

Discovery Timeline

  • December 2, 2025 - CVE-2025-58478 published to NVD
  • December 5, 2025 - Last updated in NVD database

Technical Details for CVE-2025-58478

Vulnerability Analysis

The vulnerability exists within the libimagecodec.quram.so shared library, which is a native image codec library developed by Quram and integrated into Samsung Android devices. This library handles various image encoding and decoding operations. The out-of-bounds write vulnerability (CWE-787) occurs when the library improperly validates boundaries during image processing operations, allowing memory writes beyond allocated buffer limits.

The CVSS:3.1 vector string AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N indicates:

  • Network Attack Vector: Exploitable remotely without physical access
  • Low Attack Complexity: No specialized conditions required for exploitation
  • No Privileges Required: Attackers need no authentication
  • No User Interaction: Exploitation can occur without victim involvement
  • High Confidentiality Impact: Significant information disclosure potential

The EPSS (Exploit Prediction Scoring System) indicates a probability score of 0.057% with a percentile ranking of 17.96%, suggesting a relatively lower likelihood of near-term exploitation in the wild.

Root Cause

The root cause of CVE-2025-58478 lies in insufficient bounds checking within the image codec library's memory management routines. When processing specially crafted image data, the library fails to properly validate the size and offset parameters before writing to memory buffers. This allows an attacker to manipulate image metadata or pixel data in a way that causes writes beyond the intended memory allocation boundaries.

Attack Vector

The attack vector for this vulnerability is network-based, meaning attackers can potentially exploit it by:

  1. Delivering a maliciously crafted image file to a target device through various channels (MMS, email attachments, web downloads, or messaging applications)
  2. When the device attempts to process or render the image using the vulnerable libimagecodec.quram.so library, the out-of-bounds write occurs
  3. The memory corruption can then be leveraged to read sensitive data from adjacent memory regions

The vulnerability is particularly concerning because image processing often occurs automatically in preview contexts without explicit user action, such as when receiving multimedia messages or viewing image thumbnails.

Detection Methods for CVE-2025-58478

Indicators of Compromise

  • Unusual memory access patterns or crashes within libimagecodec.quram.so
  • Unexpected image processing failures or application crashes when handling specific image files
  • Anomalous network traffic delivering suspicious image files to Samsung devices
  • System logs showing segmentation faults or memory corruption errors related to image codec operations

Detection Strategies

Organizations can implement detection strategies focusing on behavioral analysis of image processing operations on Samsung devices. Mobile Device Management (MDM) solutions should monitor for abnormal application behavior and unexpected crashes in system components. Network-based detection should flag incoming image files with anomalous metadata or structures that could trigger exploitation attempts.

SentinelOne Singularity Mobile provides real-time threat detection capabilities that can identify malicious payloads attempting to exploit memory corruption vulnerabilities on Android devices. The platform's behavioral AI engine monitors process activity and memory operations to detect exploitation attempts before they succeed.

Monitoring Recommendations

Security teams should implement the following monitoring measures:

  • Deploy mobile threat defense solutions on Samsung Android devices to detect exploitation attempts
  • Enable verbose logging for system components related to media processing
  • Monitor for firmware update compliance to ensure devices receive the December 2025 security patch
  • Implement network traffic analysis to identify potentially malicious image file deliveries

How to Mitigate CVE-2025-58478

Immediate Actions Required

  • Apply the Samsung SMR Dec-2025 Release 1 security update immediately on all affected devices
  • Enable automatic security updates on Samsung devices through Settings > Software Update
  • Implement mobile threat defense solutions to detect and block exploitation attempts
  • Consider restricting automatic media downloading in messaging applications until patches are applied
  • Review and audit Samsung device inventory to identify all affected Android versions

Patch Information

Samsung has addressed this vulnerability in the SMR Dec-2025 Release 1 security update. The patch is available through Samsung's standard software update mechanism. Organizations should prioritize deployment of this update across their mobile device fleet.

For detailed patch information, refer to the official Samsung Security Advisory:

  • Samsung Mobile Security - December 2025

Workarounds

Until the security patch can be applied, consider the following risk reduction measures:

  • Disable automatic media downloading in email and messaging applications
  • Use alternative image viewing applications that do not rely on the vulnerable system library
  • Implement network-level filtering to scan and block suspicious image files
  • Restrict access to untrusted content sources that could deliver malicious images
  • Deploy SentinelOne Singularity Mobile to provide an additional layer of protection against exploitation attempts

Organizations using Samsung devices in enterprise environments should leverage their MDM solution to enforce security update compliance and restrict high-risk activities until all devices are patched.

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechSamsung Android

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-787
  • Vendor Resources
  • Vendor Advisory
  • Related CVEs
  • CVE-2025-58479: Samsung Android OOB Read Vulnerability

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

  • CVE-2026-20978: Samsung Android Auth Bypass Vulnerability

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