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

CVE-2025-27560: Intel Platform DoS Vulnerability

CVE-2025-27560 is a denial of service vulnerability affecting Intel platforms caused by an infinite loop in Ring 0. This article covers the technical details, affected systems, potential impact, and mitigation strategies.

Published: February 13, 2026

CVE-2025-27560 Overview

CVE-2025-27560 is a denial of service vulnerability affecting certain Intel Platform implementations within Ring 0 (Kernel level). The vulnerability stems from a loop with an unreachable exit condition, commonly known as an infinite loop (CWE-835). When triggered, this flaw allows a privileged adversary to cause a denial of service condition through local access.

Critical Impact

A privileged attacker with local access can exploit this infinite loop vulnerability to cause a complete denial of service, severely impacting system availability.

Affected Products

  • Intel(R) Platform (specific models per Intel SA-01401)
  • Intel system software components operating at Ring 0

Discovery Timeline

  • 2026-02-10 - CVE-2025-27560 published to NVD
  • 2026-02-10 - Last updated in NVD database

Technical Details for CVE-2025-27560

Vulnerability Analysis

This vulnerability exists within the kernel-level (Ring 0) code of certain Intel Platform implementations. The core issue is a loop construct that contains an unreachable exit condition, meaning once the loop begins execution, there is no programmatic path that allows the loop to terminate normally. This creates an infinite loop scenario that can consume CPU resources indefinitely.

The vulnerability requires a privileged user (high privileges) to exploit, but the attack complexity is low, meaning no sophisticated techniques are required once the attacker has the necessary access level. The attack can be performed locally without requiring user interaction or special internal knowledge of the system.

While the vulnerability has no impact on confidentiality or integrity, it poses a high impact to system availability. An exploited system would become unresponsive as the kernel-level infinite loop consumes CPU cycles, potentially requiring a hard reboot to recover.

Root Cause

The root cause of CVE-2025-27560 is a programming flaw where a loop's exit condition can never be satisfied during execution. This type of defect (CWE-835: Loop with Unreachable Exit Condition) typically occurs when:

  • Loop termination variables are not properly updated within the loop body
  • Exit conditions depend on values that cannot change during loop execution
  • Logic errors prevent the termination condition from ever evaluating to true

Because this occurs at Ring 0 (kernel level), the infinite loop cannot be interrupted by normal operating system mechanisms, leading to a complete system hang.

Attack Vector

The attack vector for this vulnerability is local access with high privileges. An attacker who has already gained privileged access to the target system can trigger the vulnerable code path, causing the kernel to enter an infinite loop. This results in a denial of service condition where the system becomes unresponsive.

The exploitation scenario involves a system software adversary who can execute code at a privileged level. The technical details of how to trigger the vulnerable loop are documented in the Intel Security Advisory. See the Intel Security Advisory SA-01401 for complete technical details on the vulnerable code path.

Detection Methods for CVE-2025-27560

Indicators of Compromise

  • System hangs or becomes completely unresponsive without apparent cause
  • CPU utilization spikes to 100% on one or more cores without corresponding legitimate workload
  • System requires hard reboot to recover from frozen state
  • Event logs showing unexpected kernel-level activity prior to system hang

Detection Strategies

  • Monitor for abnormal CPU utilization patterns, particularly sustained 100% usage at kernel level
  • Implement watchdog timers to detect system hangs and trigger automatic recovery
  • Deploy kernel-level monitoring solutions that can detect infinite loop conditions
  • Review system logs for any unusual privileged activity preceding system unresponsiveness

Monitoring Recommendations

  • Enable comprehensive logging for privileged user activities on affected Intel platforms
  • Configure alerts for system availability metrics to detect potential DoS conditions
  • Implement hardware watchdog timers where available to automatically recover from hung states
  • Monitor for patterns of repeated system reboots that may indicate exploitation attempts

How to Mitigate CVE-2025-27560

Immediate Actions Required

  • Review the Intel Security Advisory SA-01401 for affected product details
  • Restrict privileged access to affected systems to trusted administrators only
  • Implement additional access controls and monitoring for Ring 0 operations
  • Apply firmware and software updates from Intel as they become available

Patch Information

Intel has published security advisory SA-01401 addressing this vulnerability. System administrators should consult the Intel Security Advisory SA-01401 for specific patch information, affected product versions, and remediation guidance. Apply all recommended firmware and software updates to affected Intel Platform implementations.

Workarounds

  • Implement strict access controls limiting privileged user access to essential personnel only
  • Deploy monitoring solutions to quickly detect and respond to denial of service conditions
  • Configure hardware watchdog timers to automatically recover systems from hung states
  • Consider network segmentation to limit lateral movement potential for attackers who might exploit this for DoS attacks

Consult the Intel Security Advisory for vendor-recommended workarounds specific to your platform configuration.

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechIntel

  • SeverityMEDIUM

  • CVSS Score6.7

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:H/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-835
  • Technical References
  • Intel Security Advisory SA-01401
  • Related CVEs
  • CVE-2025-27535: Intel Ethernet E825-C DOS Vulnerability

  • CVE-2025-32008: Intel AMT Out-of-Bounds Write DoS Flaw

  • CVE-2025-20080: Intel AMT/Standard Manageability DoS Flaw

  • CVE-2025-32735: Intel NPU Drivers 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