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

CVE-2025-71104: Linux Kernel KVM x86 DoS Vulnerability

CVE-2025-71104 is a denial of service flaw in Linux Kernel KVM x86 that causes VM hard lockups after prolonged inactivity with periodic HV timer. This article covers the technical details, affected systems, and mitigation.

Published: January 23, 2026

CVE-2025-71104 Overview

CVE-2025-71104 is a Denial of Service vulnerability in the Linux kernel's KVM (Kernel-based Virtual Machine) x86 subsystem. The flaw exists in the advance_periodic_target_expiration() function, which handles the guest's APIC timer in periodic mode. When advancing the target expiration for the timer, the code fails to properly handle scenarios where the target expiration is in the past, leading to a cascade of hrtimer IRQs that can cause hard lockups on the host system.

Critical Impact

This vulnerability can cause complete host system lockups when a virtual machine resumes after prolonged inactivity, potentially affecting all workloads running on the affected hypervisor.

Affected Products

  • Linux kernel KVM x86 subsystem (Intel CPUs with VMX preemption timer)
  • Virtualization hosts running KVM-based virtual machines
  • Systems using the hypervisor timer (HV timer) for APIC timer emulation

Discovery Timeline

  • 2026-01-14 - CVE CVE-2025-71104 published to NVD
  • 2026-01-19 - Last updated in NVD database

Technical Details for CVE-2025-71104

Vulnerability Analysis

The vulnerability stems from improper handling of timer expiration calculations in the KVM x86 APIC timer implementation. When a virtual machine is paused or suspended for an extended period and then resumed, the periodic HV timer mechanism fails to account for the large time gap between the original target expiration and the current time.

The advance_periodic_target_expiration() function blindly adds the period to the previous target expiration without checking if the resulting value is still in the past. This creates a feedback loop where KVM repeatedly programs expired timers, generating an unbounded number of hrtimer IRQs. Since the interrupt handler runs with IRQs disabled, this rapid-fire timer reprogramming can exhaust CPU resources and trigger the NMI watchdog to detect a hard lockup condition.

The issue specifically affects Intel CPUs when using the VMX preemption timer (hypervisor timer). Unlike the software timer (hrtimer), which continues running during exits to userspace, the HV timer only runs while the guest is active. This behavioral difference creates a timing discrepancy that amplifies the bug's impact after VM suspension.

Root Cause

The root cause is a missing boundary check in the advance_periodic_target_expiration() function. When calculating the next timer expiration, the code should set the expiration to "now" if the computed target is in the past, similar to the logic already present in update_target_expiration(). Without this check, the delta calculation can produce a negative value that, when cast to an unsigned u64 for tscdeadline, overflows and exceeds the VMX Preemption Timer's maximum programmable value (limited to cpu_preemption_timer_multi + 32 bits).

This overflow causes KVM to fall back from the HV timer to the software timer (hrtimers), which then honors requests for past expirations by immediately re-invoking KVM's callback, creating the lockup condition.

Attack Vector

This vulnerability is triggered through operational conditions rather than direct exploitation. The attack scenario involves:

  1. A guest VM configured to use the APIC timer in periodic mode (common in Windows VMs)
  2. The host pauses or suspends the VM for an extended duration
  3. Upon resuming the VM, the large gap between the stored target expiration and current time triggers the bug
  4. The host system experiences a hard lockup in the advance_periodic_target_expiration() function

The call trace during a lockup shows:

  • advance_periodic_target_expiration() in KVM module
  • apic_timer_fn() callback
  • __hrtimer_run_queues() and hrtimer_interrupt() in the kernel
  • smp_apic_timer_interrupt() handling the APIC timer interrupt

Since this is a Denial of Service condition triggered by VM lifecycle events rather than malicious input, the attack vector is considered local and requires control over VM suspension/resumption operations.

Detection Methods for CVE-2025-71104

Indicators of Compromise

  • NMI watchdog alerts indicating hard lockups on CPU cores, particularly those running KVM workloads
  • System logs showing "Watchdog detected hard LOCKUP on cpu" messages with stack traces pointing to advance_periodic_target_expiration in the KVM module
  • Elevated CPU utilization on virtualization hosts with no corresponding guest activity
  • Virtual machines becoming unresponsive after resuming from suspend or pause operations

Detection Strategies

  • Monitor for NMI watchdog events in kernel logs (dmesg) that reference KVM APIC timer functions
  • Implement alerting on system hard lockups using hardware monitoring tools
  • Track hrtimer interrupt rates for anomalous spikes that could indicate timer programming loops
  • Deploy kernel tracepoints on apic_timer_fn and advance_periodic_target_expiration to detect abnormal call frequencies

Monitoring Recommendations

  • Configure watchdog timers with appropriate thresholds to detect and recover from hard lockups
  • Monitor VM lifecycle events (pause, suspend, resume) and correlate with host CPU metrics
  • Use performance monitoring counters to track IRQ rates on virtualization hosts
  • Implement automated VM health checks after resume operations to detect stuck or unresponsive guests

How to Mitigate CVE-2025-71104

Immediate Actions Required

  • Apply the kernel patches from the stable branches as soon as they become available for your distribution
  • Consider temporarily avoiding long VM suspension periods on affected systems until patches are applied
  • Ensure NMI watchdog is enabled to detect and potentially recover from hard lockups
  • Review VM configurations and identify those using APIC timers in periodic mode (common in Windows guests)

Patch Information

Multiple patches have been committed to the Linux kernel stable branches to address this vulnerability. The fix ensures that when advancing the target expiration for the guest's APIC timer in periodic mode, the expiration is set to "now" if the calculated target is in the past. This prevents the unbounded hrtimer IRQ generation that causes host lockups.

Available patches:

  • Kernel Patch Commit 18ab3fc
  • Kernel Patch Commit 786ed62
  • Kernel Patch Commit 7b54cce
  • Kernel Patch Commit 807dbe8
  • Kernel Patch Commit d2da0df
  • Kernel Patch Commit e23f46f
  • Kernel Patch Commit e746e51

Workarounds

  • Minimize VM suspension duration to reduce the likelihood of triggering the timing gap condition
  • For critical systems, consider using live migration instead of VM pause/suspend operations
  • On AMD systems, this vulnerability does not apply as it specifically affects Intel's VMX preemption timer implementation
  • Monitor for hard lockup conditions and implement automated host recovery procedures (such as kernel panic on hard lockup)
bash
# Enable panic on hard lockup detection for automated recovery
echo 1 > /proc/sys/kernel/hardlockup_panic

# Check current NMI watchdog status
cat /proc/sys/kernel/nmi_watchdog

# Enable NMI watchdog if disabled
echo 1 > /proc/sys/kernel/nmi_watchdog

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechLinux Kernel

  • SeverityNONE

  • CVSS ScoreN/A

  • EPSS Probability0.03%

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • Technical References
  • Kernel Patch Commit 18ab3fc

  • Kernel Patch Commit 786ed62

  • Kernel Patch Commit 7b54cce

  • Kernel Patch Commit 807dbe8

  • Kernel Patch Commit d2da0df

  • Kernel Patch Commit e23f46f

  • Kernel Patch Commit e746e51
  • Related CVEs
  • CVE-2026-23446: Linux Kernel aqc111 Driver DoS Vulnerability

  • CVE-2026-23451: Linux Kernel Bonding Driver DoS Flaw

  • CVE-2026-23460: Linux Kernel ROSE Protocol DoS Vulnerability

  • CVE-2026-23459: Linux Kernel 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