Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-58479

CVE-2025-58479: Samsung Android OOB Read Vulnerability

CVE-2025-58479 is an out-of-bounds read flaw in Samsung Android's libimagecodec.quram.so library that allows remote attackers to access out-of-bounds memory. This article covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2025-58479 Overview

CVE-2025-58479 is a high-severity out-of-bounds read vulnerability affecting Samsung Android devices through the libimagecodec.quram.so shared library. This vulnerability allows remote attackers to access out-of-bounds memory, potentially leading to sensitive information disclosure from device memory.

The vulnerability exists in Samsung's proprietary image codec library, which is used for processing various image formats on Samsung Android devices. By exploiting this flaw, an attacker could craft malicious image files that, when processed by the vulnerable library, trigger an out-of-bounds read condition, allowing access to adjacent memory regions.

Critical Impact

Remote attackers can exploit this vulnerability without authentication to access sensitive information from device memory through crafted image files.

Affected Products

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

Discovery Timeline

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

Technical Details for CVE-2025-58479

Vulnerability Analysis

This vulnerability is classified as CWE-125 (Out-of-bounds Read), which occurs when a program reads data past the end or before the beginning of the intended buffer. In the context of libimagecodec.quram.so, the library fails to properly validate image dimensions or metadata before processing, allowing attackers to manipulate image parameters to cause reads beyond allocated buffer boundaries.

The CVSS v3.1 score of 7.5 (High) reflects the network-based attack vector with no user interaction required. The CVSS vector CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N indicates:

  • Attack Vector (AV:N): Network-based exploitation
  • Attack Complexity (AC:L): Low complexity to exploit
  • Privileges Required (PR:N): No privileges needed
  • User Interaction (UI:N): No user interaction required
  • Confidentiality Impact (C:H): High confidentiality impact

The EPSS score of 0.043% with a percentile of 13.241 suggests a relatively low but non-trivial probability of exploitation in the wild.

Root Cause

The root cause of CVE-2025-58479 lies in insufficient bounds checking within the libimagecodec.quram.so library when parsing image file headers and metadata. The Quram image codec library processes various image formats, and when handling specially crafted images with malformed dimensions or chunk sizes, the library fails to validate that read operations stay within allocated buffer boundaries.

This type of vulnerability typically occurs when:

  • Image dimension fields are not properly validated against buffer sizes
  • Offset calculations do not account for potential integer overflow
  • Length fields in image metadata are trusted without verification

Attack Vector

The attack vector for this vulnerability is network-based, meaning an attacker can exploit it remotely without requiring local access to the device. Potential attack scenarios include:

  1. Malicious Image Delivery: An attacker sends a crafted image file via messaging apps, email, or websites that automatically process images for thumbnails or previews
  2. Web-Based Exploitation: Hosting malicious images on websites that are loaded by the vulnerable codec when a user browses to the page
  3. MMS/RCS Attacks: Sending specially crafted images through mobile messaging services

When the vulnerable libimagecodec.quram.so library processes the malicious image, it reads beyond the intended buffer boundaries, potentially exposing sensitive data from adjacent memory regions. This data could include authentication tokens, encryption keys, or other sensitive information stored in process memory.

Detection Methods for CVE-2025-58479

Indicators of Compromise

  • Unusual crashes or application termination in image processing components
  • Unexpected memory access patterns in system logs related to image codec operations
  • Applications processing images consuming abnormally high memory or exhibiting unstable behavior
  • Log entries indicating segmentation faults or memory access violations in libimagecodec.quram.so

Detection Strategies

Organizations should implement monitoring for suspicious image file activity on Samsung Android devices within their fleet. Key detection approaches include:

  1. Mobile Device Management (MDM) Monitoring: Monitor device logs for crashes related to image processing libraries
  2. Network Traffic Analysis: Inspect network traffic for unusually large or malformed image files targeting Samsung devices
  3. Application Behavior Analysis: Monitor for applications exhibiting memory access anomalies during image processing
  4. Endpoint Detection: Use mobile threat defense solutions to detect exploitation attempts

SentinelOne Singularity Mobile can detect anomalous behavior patterns associated with memory corruption vulnerabilities, including out-of-bounds read attempts. The platform's behavioral AI engine monitors for suspicious process behavior that may indicate exploitation.

Monitoring Recommendations

Deploy comprehensive mobile security monitoring across the organization's Samsung Android device fleet. Establish baseline behavior for image processing operations and alert on deviations. Consider implementing application whitelisting for messaging and image viewing applications on sensitive devices.

Enable verbose logging on managed devices to capture detailed information about image codec operations. Integrate device telemetry with SIEM platforms to correlate potential exploitation attempts across the environment.

How to Mitigate CVE-2025-58479

Immediate Actions Required

  • Apply Samsung's SMR Dec-2025 Release 1 security update immediately on all affected devices
  • Until patched, exercise caution when opening images from untrusted sources
  • Implement mobile threat defense solutions to monitor for exploitation attempts
  • Review and restrict automatic image preview functionality in messaging applications where possible

Patch Information

Samsung has addressed this vulnerability in the SMR Dec-2025 Release 1 security update. The fix is available through Samsung's standard update channels:

  • Vendor Advisory: Samsung Mobile Security Update - December 2025
  • Update Method: Over-the-air (OTA) update or via Samsung Smart Switch
  • Affected Versions: Samsung Android 13.0, 14.0, 15.0, and 16.0 prior to SMR Dec-2025 Release 1

Organizations should prioritize deployment of this security update through their MDM solutions. The patch addresses the bounds checking issue in libimagecodec.quram.so to prevent out-of-bounds read conditions.

Workarounds

While awaiting patch deployment, organizations can implement the following temporary mitigations:

  1. Restrict Image Auto-Download: Configure messaging applications to disable automatic download and preview of images from unknown senders
  2. Network-Level Filtering: Implement network security controls to inspect and filter potentially malicious image files
  3. User Awareness: Educate users about the risks of opening image files from untrusted sources
  4. Application Isolation: Where possible, use work profile separation to isolate sensitive data from potentially exploitable image processing
bash
# MDM Policy Configuration Example
# Disable automatic media download in messaging apps
# (Implementation varies by MDM solution)

# For Samsung Knox-managed devices:
# Policy: Restrict media auto-download
# Setting: Messaging apps > Media download > Manual only
# Scope: All managed Samsung devices running Android 13-16

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.04%

  • 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-125
  • Vendor Resources
  • Vendor Advisory
  • Related CVEs
  • CVE-2026-21003: Samsung Android Auth Bypass Vulnerability

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

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

  • CVE-2026-21006: Samsung Android Auth Bypass 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