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

CVE-2020-36311: Linux Kernel SEV VM DoS Vulnerability

CVE-2020-36311 is a denial of service flaw in the Linux Kernel affecting SEV VM operations that allows attackers to trigger soft lockups. This article covers the technical details, affected versions, and mitigations.

Published: March 4, 2026

CVE-2020-36311 Overview

An issue was discovered in the Linux kernel before version 5.9 affecting the KVM (Kernel-based Virtual Machine) implementation for AMD SEV (Secure Encrypted Virtualization). The vulnerability exists in arch/x86/kvm/svm/sev.c and allows local attackers to cause a denial of service through a soft lockup condition. This occurs when an attacker triggers the destruction of a large SEV VM, which requires unregistering many encrypted memory regions, leading to prolonged kernel execution without yielding.

Critical Impact

Local attackers with access to KVM virtualization can cause system-wide denial of service through soft lockup, potentially affecting all services running on the host system.

Affected Products

  • Linux Kernel versions before 5.9
  • Debian Linux 9.0
  • Debian Linux 10.0

Discovery Timeline

  • 2021-04-07 - CVE CVE-2020-36311 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2020-36311

Vulnerability Analysis

This vulnerability affects the AMD SEV (Secure Encrypted Virtualization) implementation within the Linux kernel's KVM hypervisor subsystem. When a large SEV-enabled virtual machine is destroyed, the kernel must unregister numerous encrypted memory regions that were established for the guest VM's secure memory space.

The root issue lies in the handling of these memory region deregistration operations. When processing a large number of encrypted regions sequentially, the kernel fails to properly yield execution, causing the CPU to remain in kernel mode for an extended period. This triggers the kernel's soft lockup detection mechanism, which interprets the prolonged execution as a system hang.

The impact is a denial of service condition where the system becomes unresponsive. On systems hosting multiple virtual machines or critical services, this can lead to widespread service disruption. The vulnerability requires local access to the system with privileges sufficient to create and destroy KVM virtual machines with SEV enabled.

Root Cause

The root cause is an algorithmic complexity issue in the SEV VM teardown path. The sev.c code processes encrypted memory region unregistration in a manner that holds kernel resources for too long without allowing the scheduler to preempt the operation. When destroying VMs with many encrypted regions, this non-preemptible execution exceeds the kernel's watchdog timeout threshold, triggering a soft lockup warning and potential system instability.

Attack Vector

The attack requires local access to a system running the vulnerable Linux kernel with KVM and AMD SEV support enabled. An attacker with sufficient privileges to manage KVM virtual machines can exploit this vulnerability by:

  1. Creating a large SEV-enabled virtual machine with numerous encrypted memory regions
  2. Deliberately destroying the VM to trigger the mass unregistration of encrypted regions
  3. The kernel enters a prolonged non-preemptible state during cleanup operations
  4. A soft lockup condition occurs, causing denial of service

The vulnerability is exploited through legitimate VM management operations rather than malformed input, making it a resource exhaustion type of denial of service attack.

Detection Methods for CVE-2020-36311

Indicators of Compromise

  • Kernel log messages indicating soft lockup warnings with stack traces pointing to sev.c or KVM-related functions
  • System becoming unresponsive during SEV VM destruction operations
  • Watchdog timeout errors in system logs coinciding with VM termination events
  • Elevated CPU usage in kernel mode during VM cleanup operations

Detection Strategies

  • Monitor kernel logs for soft lockup warnings using tools like dmesg or centralized logging solutions
  • Implement alerting on watchdog timeout events, particularly those associated with KVM processes
  • Track KVM VM lifecycle events and correlate with system responsiveness metrics
  • Deploy kernel instrumentation to monitor execution time in SEV-related code paths

Monitoring Recommendations

  • Configure real-time alerting for kernel soft lockup messages via syslog monitoring
  • Establish baseline metrics for VM destruction operations and alert on anomalous duration
  • Monitor /var/log/kern.log and /var/log/messages for soft lockup indicators
  • Implement host-level health checks that can detect system unresponsiveness

How to Mitigate CVE-2020-36311

Immediate Actions Required

  • Upgrade the Linux kernel to version 5.9 or later where the vulnerability is addressed
  • Apply vendor-specific security patches from Debian or other distribution maintainers
  • Limit access to KVM VM management capabilities to trusted administrators only
  • Consider disabling AMD SEV functionality if not required until patching is complete

Patch Information

The vulnerability was addressed in Linux kernel version 5.9. The fix is identified by commit 7be74942f184fdfba34ddd19a0d995deb34d4a03 in the upstream kernel repository. The patch modifies the SEV VM destruction handling to properly yield execution during the unregistration of encrypted memory regions, preventing the soft lockup condition.

For detailed patch information, refer to:

  • Linux Kernel ChangeLog v5.9
  • Kernel Commit Details

Debian users should refer to Debian Security Advisory DSA-4941 and the Debian LTS Announcement for distribution-specific patches.

Workarounds

  • Restrict KVM management permissions to minimize the attack surface until patching can be completed
  • Limit the maximum number of encrypted memory regions per VM through organizational policy
  • Implement resource quotas on VM creation to prevent excessively large SEV VMs
  • Monitor and rate-limit VM destruction operations in high-risk environments
  • Consider temporarily disabling SEV support via kernel boot parameters (mem_encrypt=off or kvm_amd.sev=0) if the feature is not essential
bash
# Disable AMD SEV support via kernel boot parameter
# Add to GRUB configuration in /etc/default/grub
GRUB_CMDLINE_LINUX="kvm_amd.sev=0"

# Update GRUB and reboot
sudo update-grub
sudo reboot

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.08%

  • 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
  • NVD-CWE-noinfo
  • Technical References
  • Debian LTS Announcement

  • Debian Security Advisory DSA-4941
  • Vendor Resources
  • Linux Kernel ChangeLog v5.9

  • Kernel Commit Details
  • 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