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-2020-27152

CVE-2020-27152: Linux Kernel DOS Vulnerability

CVE-2020-27152 is a denial of service vulnerability in Linux Kernel caused by an infinite loop in ioapic_lazy_update_eoi. This article covers the technical details, affected versions, security impact, and mitigation strategies.

Published: March 4, 2026

CVE-2020-27152 Overview

An issue was discovered in the ioapic_lazy_update_eoi function in arch/x86/kvm/ioapic.c in the Linux kernel before version 5.9.2. The vulnerability causes an infinite loop due to improper interaction between a resampler and edge triggering, tracked as CID-77377064c3a9. This flaw can be exploited by a local attacker with low privileges to cause a denial of service condition on systems running vulnerable KVM hypervisor configurations.

Critical Impact

Local attackers can trigger an infinite loop in the KVM IOAPIC emulation code, causing system unresponsiveness and denial of service on virtualization hosts.

Affected Products

  • Linux Kernel versions prior to 5.9.2
  • Systems using KVM virtualization with IOAPIC emulation
  • x86/x86_64 architectures with KVM-enabled kernels

Discovery Timeline

  • 2020-11-06 - CVE CVE-2020-27152 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2020-27152

Vulnerability Analysis

The vulnerability resides in the KVM (Kernel-based Virtual Machine) subsystem's IOAPIC (I/O Advanced Programmable Interrupt Controller) emulation code. Specifically, the ioapic_lazy_update_eoi function in arch/x86/kvm/ioapic.c contains a logic flaw that leads to an infinite loop condition.

The issue stems from improper handling of the interaction between the interrupt resampler mechanism and edge-triggered interrupts. When certain conditions are met during the End-of-Interrupt (EOI) lazy update process, the code enters a loop that never terminates, consuming CPU resources indefinitely.

This vulnerability is classified under CWE-835 (Loop with Unreachable Exit Condition), indicating that the loop's termination logic contains a flaw that prevents normal exit under specific circumstances. The attack requires local access and low privileges, but no user interaction is necessary to trigger the condition.

Root Cause

The root cause lies in the improper coordination between the resampler component and edge-triggered interrupt handling within the IOAPIC emulation. The resampler is designed to resend interrupts that may have been missed, while edge triggering detects interrupt state transitions. When these two mechanisms interact incorrectly, the lazy EOI update function fails to properly update state, causing the loop to continue indefinitely without reaching a valid exit condition.

Attack Vector

The vulnerability requires local access to exploit. An attacker with low-privilege access to a KVM guest or to the host system could craft specific interrupt conditions that trigger the infinite loop in the IOAPIC emulation code. This would cause the KVM host to become unresponsive, affecting all virtual machines running on that host.

The attack does not require user interaction and can be triggered programmatically by manipulating interrupt handling in a way that exposes the faulty code path in ioapic_lazy_update_eoi.

Detection Methods for CVE-2020-27152

Indicators of Compromise

  • Unexplained high CPU utilization on KVM host systems, particularly in kernel space
  • KVM processes or kernel threads becoming unresponsive or stuck
  • Virtual machines experiencing sudden performance degradation or hangs
  • System logs showing repeated interrupt-related messages from KVM subsystem

Detection Strategies

  • Monitor for kernel hang or soft lockup warnings related to KVM or IOAPIC operations
  • Implement watchdog monitoring for KVM host CPU utilization anomalies
  • Review kernel logs for references to ioapic_lazy_update_eoi or interrupt handling errors
  • Deploy system monitoring that alerts on prolonged kernel execution without user-space scheduling

Monitoring Recommendations

  • Enable KVM tracing and monitoring to detect abnormal interrupt patterns
  • Configure system watchdogs to detect and respond to kernel soft lockups
  • Monitor /proc/interrupts for unusual interrupt counts on IOAPIC lines
  • Set up alerts for extended periods of 100% CPU utilization in kernel mode

How to Mitigate CVE-2020-27152

Immediate Actions Required

  • Upgrade Linux kernel to version 5.9.2 or later immediately
  • Assess all KVM virtualization hosts running vulnerable kernel versions
  • Schedule maintenance windows for kernel updates on production virtualization infrastructure
  • Consider temporarily disabling or restricting access to vulnerable KVM hosts until patched

Patch Information

The vulnerability has been patched in Linux kernel version 5.9.2. The fix is tracked by commit ID 77377064c3a94911339f13ce113b3abf265e06da in the Linux kernel git repository. Administrators should update to kernel version 5.9.2 or later to remediate this vulnerability.

For detailed patch information, refer to the Linux Kernel Changelog 5.9.2 and the Linux Git Commit 77377064.

Additional details are available in the Openwall OSS Security Discussion and Kernel Bugzilla Report #208767.

Workarounds

  • Limit local access to KVM hosts to trusted administrators only
  • Implement strict access controls on virtualization management interfaces
  • Consider using hardware-assisted interrupt handling where available to reduce exposure
  • Monitor and restrict capabilities of guest VMs that could trigger the vulnerable code path
bash
# Check current kernel version
uname -r

# Verify if KVM modules are loaded
lsmod | grep kvm

# Update kernel on Debian/Ubuntu systems
sudo apt update && sudo apt install linux-image-5.9.2 linux-headers-5.9.2

# Update kernel on RHEL/CentOS systems (check vendor backports)
sudo yum update kernel

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

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-835
  • Technical References
  • Kernel Bugzilla Report #208767
  • Vendor Resources
  • Openwall OSS Security Discussion

  • Linux Kernel Changelog 5.9.2

  • Linux Git Commit 77377064
  • Related CVEs
  • CVE-2026-31465: Linux Kernel Writeback DoS Vulnerability

  • CVE-2026-31472: Linux Kernel IPTFS DoS Vulnerability

  • CVE-2026-31451: Linux Kernel ext4 DOS Vulnerability

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