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

CVE-2025-3012: Google Android DPC Modem DOS Vulnerability

CVE-2025-3012 is a denial of service flaw in Google Android's DPC modem caused by null pointer dereference. Attackers can remotely crash systems without privileges. This article covers technical details, impact, and mitigations.

Updated: January 22, 2026

CVE-2025-3012 Overview

CVE-2025-3012 is a high-severity null pointer dereference vulnerability affecting the DPC modem component in Google Android devices running on Unisoc chipsets. The vulnerability exists due to improper handling of pointers in the modem firmware, which can lead to a system crash when exploited. This could enable remote denial of service attacks without requiring any additional execution privileges or user interaction.

Critical Impact

Remote attackers can trigger a system crash on affected Android devices with Unisoc chipsets via network-based attacks, causing denial of service without any authentication or user interaction required.

Affected Products

  • Google Android 13.0, 14.0, 15.0, and 16.0
  • Unisoc T8100 chipset
  • Unisoc T8200 chipset
  • Unisoc T8300 chipset
  • Unisoc T9100 chipset

Discovery Timeline

  • 2025-12-01 - CVE-2025-3012 published to NVD
  • 2025-12-02 - Last updated in NVD database

Technical Details for CVE-2025-3012

Vulnerability Analysis

This vulnerability is classified as a null pointer dereference issue within the DPC (Data Protocol Controller) modem component. The CVSS 3.1 score of 7.5 (High) reflects the severity of this vulnerability, with the vector string CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H indicating:

  • Attack Vector (AV:N): Network-accessible, meaning the vulnerability can be exploited remotely
  • Attack Complexity (AC:L): Low complexity required for exploitation
  • Privileges Required (PR:N): No authentication or privileges needed
  • User Interaction (UI:N): No user interaction required
  • Impact: High availability impact with no confidentiality or integrity impact

The EPSS (Exploit Prediction Scoring System) data shows a probability of 0.153% with a percentile ranking of 36.6, suggesting moderate likelihood of exploitation in the wild.

Root Cause

The root cause of CVE-2025-3012 lies in insufficient validation of pointer references within the DPC modem firmware. When processing certain network data, the modem component fails to verify that a pointer is valid before dereferencing it. This missing null check allows crafted network traffic to trigger a condition where the code attempts to access memory through an invalid (null) pointer, resulting in a system crash.

The vulnerability affects the modem's data processing pipeline, which handles network communications at a low level on Unisoc-based Android devices. The lack of proper input validation in this critical component creates an exploitable condition that can be triggered remotely.

Attack Vector

The attack vector for CVE-2025-3012 is network-based, allowing remote exploitation without physical access to the target device. An attacker can craft malicious network packets designed to trigger the null pointer dereference condition in the DPC modem component.

The exploitation scenario involves sending specially crafted data over the network to a vulnerable Android device with an affected Unisoc chipset. When the modem processes this malicious input, it encounters the null pointer condition, causing the modem firmware to crash and potentially leading to a complete system crash or reboot. This denial of service attack can be repeated to persistently disrupt device availability.

Detection Methods for CVE-2025-3012

Indicators of Compromise

  • Unexpected device reboots or crashes without apparent cause
  • Modem subsystem crashes visible in system logs
  • Repeated network connection failures or instability
  • System log entries indicating null pointer exceptions in modem-related processes
  • Abnormal network traffic patterns targeting the device's modem stack

Detection Strategies

Organizations should implement network-level monitoring to detect potential exploitation attempts targeting this vulnerability. Security teams can leverage endpoint detection and response (EDR) solutions to monitor for:

  1. Crash Analysis: Monitor for kernel panic events or modem subsystem crashes that may indicate exploitation attempts
  2. Network Traffic Analysis: Inspect incoming network traffic for anomalous patterns that could indicate crafted packets targeting the modem stack
  3. Log Correlation: Correlate device crash events with network activity to identify potential attack patterns
  4. Behavioral Monitoring: Track device stability metrics to identify devices experiencing unusual crash frequencies

SentinelOne Singularity Platform provides comprehensive endpoint protection that can detect anomalous system behavior and crash patterns indicative of denial of service attacks targeting mobile device firmware.

Monitoring Recommendations

Security teams should configure logging and alerting for the following:

  • Enable verbose logging for modem-related system services
  • Monitor crash dump directories for modem-related crash reports
  • Set up alerts for devices experiencing repeated unexpected reboots
  • Implement network intrusion detection rules to identify potential exploitation traffic
  • Track firmware versions across device fleet to identify vulnerable endpoints

How to Mitigate CVE-2025-3012

Immediate Actions Required

  • Review and inventory all Android devices with Unisoc T8100, T8200, T8300, or T9100 chipsets
  • Apply the latest security patches from Unisoc as outlined in their security advisory
  • Prioritize patching for devices exposed to untrusted networks
  • Consider network segmentation to limit exposure of vulnerable devices
  • Monitor affected devices for signs of exploitation or unusual crashes

Patch Information

Unisoc has released a security advisory addressing this vulnerability. Administrators and device manufacturers should review the vendor advisory at:

  • Vendor Advisory: https://www.unisoc.com/en/support/announcement/1995394837938163714

Organizations should coordinate with their device vendors to obtain and deploy firmware updates that address this null pointer dereference vulnerability. For Android devices, security patches are typically distributed through the monthly Android Security Bulletin process or via device manufacturer updates.

Workarounds

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

  1. Network Filtering: Deploy network-level filtering to inspect and potentially block malicious traffic targeting the modem stack, though specific packet signatures may not be publicly available

  2. Device Monitoring: Implement enhanced monitoring on affected devices to quickly identify and respond to exploitation attempts

  3. Network Isolation: Where possible, limit network exposure of critical devices running vulnerable firmware versions

  4. Accelerated Patching: Prioritize obtaining and deploying vendor firmware updates for devices in high-risk environments

Note that as this vulnerability exists in the modem firmware, software-only workarounds may have limited effectiveness. The recommended mitigation is to apply vendor-provided firmware updates as soon as they become available.

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechGoogle Android

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.15%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • NVD-CWE-noinfo
  • Vendor Resources
  • Vendor Advisory
  • Related CVEs
  • CVE-2026-0109: Google Android DoS Vulnerability

  • CVE-2025-61616: Google Android DOS Vulnerability

  • CVE-2025-61615: Google Android DOS Vulnerability

  • CVE-2025-61614: Google Android DOS 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