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-69279

CVE-2025-69279: Google Android DOS Vulnerability

CVE-2025-69279 is a denial of service flaw in Google Android's nr modem that enables remote attackers to crash the system. This article covers the technical details, affected versions, impact, and mitigation.

Published: March 13, 2026

CVE-2025-69279 Overview

CVE-2025-69279 is an improper input validation vulnerability affecting the NR (New Radio) modem component in Google Android devices running on Unisoc chipsets. The vulnerability exists in the modem firmware, where insufficient validation of incoming data can trigger a system crash. This could lead to remote denial of service conditions without requiring any additional execution privileges or user interaction.

Critical Impact

Remote attackers can exploit this vulnerability to cause complete system crashes on affected Android devices with Unisoc chipsets, resulting in denial of service conditions that require device restart to recover.

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

  • 2026-03-09 - CVE CVE-2025-69279 published to NVD
  • 2026-03-09 - Last updated in NVD database

Technical Details for CVE-2025-69279

Vulnerability Analysis

This vulnerability stems from improper input validation (CWE-20) within the NR modem component of affected Unisoc chipsets. The NR modem handles 5G New Radio communications, and when processing certain malformed or unexpected input data, the modem fails to properly validate the input before processing. This lack of validation allows an attacker to send specially crafted data that causes the modem firmware to enter an invalid state, resulting in a complete system crash.

The vulnerability is particularly concerning because it can be triggered remotely over the network without requiring any user interaction or special privileges. The attack does not compromise data confidentiality or integrity but has a significant impact on system availability.

Root Cause

The root cause of CVE-2025-69279 is insufficient input validation in the NR modem firmware. The modem component fails to properly sanitize and validate incoming network data before processing, allowing malformed input to trigger unexpected behavior in the firmware's execution path. This improper input handling ultimately leads to a condition that crashes the entire system.

Attack Vector

The vulnerability is exploitable remotely over the network. An attacker can craft malicious network packets targeting the NR modem component. Since the attack requires no authentication, user interaction, or special privileges, it presents a low barrier to exploitation. The attack path likely involves sending specially crafted 5G NR protocol messages that bypass the inadequate input validation checks in the modem firmware, causing the device to crash.

Due to the nature of the vulnerability affecting low-level modem firmware, the malicious input likely targets specific protocol handling routines in the NR stack. The exact exploitation mechanism involves sending network-layer data that the modem processes without proper bounds checking or input sanitization.

Detection Methods for CVE-2025-69279

Indicators of Compromise

  • Unexpected device reboots or system crashes without user initiation
  • Modem crash logs or kernel panic messages related to NR modem components
  • Repeated connectivity disruptions on 5G networks
  • System log entries indicating modem firmware exceptions

Detection Strategies

  • Monitor system logs for modem-related crash events and kernel panics
  • Implement network traffic analysis to detect anomalous 5G NR protocol messages
  • Deploy endpoint detection solutions capable of monitoring for abnormal modem behavior
  • Track device stability metrics across fleet devices using Unisoc chipsets

Monitoring Recommendations

  • Enable verbose logging for modem subsystems where possible
  • Implement centralized log collection from Android devices to identify patterns of crashes
  • Monitor for multiple devices exhibiting simultaneous crash behavior, which may indicate active exploitation
  • Set up alerts for devices experiencing repeated unplanned reboots

How to Mitigate CVE-2025-69279

Immediate Actions Required

  • Apply the latest firmware and Android security updates from Unisoc and device manufacturers
  • Review the Unisoc Security Announcement for specific patch information
  • Prioritize updating devices using Unisoc T8100, T8200, T8300, and T9100 chipsets
  • Consider temporarily disabling 5G connectivity on critical devices until patches are applied

Patch Information

Unisoc has released a security announcement addressing this vulnerability. Device manufacturers and users should apply the recommended firmware updates from Unisoc. Refer to the official Unisoc Security Announcement for detailed patch information and availability for specific device models.

Organizations managing Android device fleets should coordinate with their device vendors to obtain and deploy the appropriate security updates for devices running on affected Unisoc chipsets.

Workarounds

  • If patches are not immediately available, consider restricting 5G connectivity and using 4G LTE as a temporary measure
  • Implement network-level protections where possible to filter potentially malicious traffic targeting mobile devices
  • Deploy mobile device management (MDM) solutions to monitor device health and push updates when available
  • Segment critical mobile devices from untrusted network environments until patches can be applied
bash
# Verify Android security patch level on device
# Settings > About phone > Android security patch level
# Ensure patch date is after the vulnerability disclosure date

# Check for available system updates
# Settings > System > System update > Check for update

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

  • CWE-20
  • Vendor Resources
  • Unisoc Security Announcement
  • 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