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-2022-0171

CVE-2022-0171: Linux Kernel SEV API DOS Vulnerability

CVE-2022-0171 is a denial-of-service flaw in the Linux Kernel's KVM SEV API that allows non-root users to crash the host by creating confidential VMs on AMD SEV-enabled CPUs. This article covers technical details, impact, and mitigation.

Published: February 17, 2026

CVE-2022-0171 Overview

A flaw was found in the Linux kernel's KVM SEV API that allows a non-root (host) user-level application to crash the host kernel. The vulnerability exists in AMD CPUs that support Secure Encrypted Virtualization (SEV), where an attacker can trigger a denial of service condition by creating a confidential guest VM instance.

Critical Impact

Local attackers with user-level access can crash the host kernel on systems using AMD SEV, causing complete denial of service to all hosted virtual machines and services.

Affected Products

  • Linux Kernel versions prior to 5.18 and release candidates 5.18-rc1 through 5.18-rc3
  • Red Hat Enterprise Linux 8.0 and 9.0
  • Debian Linux 10.0 and 11.0

Discovery Timeline

  • 2022-08-26 - CVE CVE-2022-0171 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2022-0171

Vulnerability Analysis

This vulnerability (CWE-459: Incomplete Cleanup, CWE-212: Improper Removal of Sensitive Information Before Storage or Transfer) resides in the KVM (Kernel-based Virtual Machine) implementation for AMD Secure Encrypted Virtualization (SEV). The flaw allows a user-level application running on the host to exploit the SEV API and crash the entire host kernel.

AMD SEV is a hardware feature designed to encrypt virtual machine memory, protecting guest VMs from a potentially compromised hypervisor. However, improper handling within the KVM SEV API creates a condition where the host kernel can be destabilized through specific operations during confidential guest VM instance creation.

The vulnerability requires local access with user-level privileges, meaning an attacker must already have the ability to execute code on the host system. The impact is limited to availability—there is no data confidentiality or integrity compromise. However, the denial of service affects the entire host system, including all running virtual machines.

Root Cause

The root cause is traced to incomplete cleanup operations (CWE-459) and improper removal of sensitive information (CWE-212) within the KVM SEV API. When a confidential guest VM instance is created on AMD processors with SEV support, certain resources or state information are not properly managed or cleaned up, leading to a condition that can crash the host kernel.

Attack Vector

The attack requires local access to the host system with the ability to interact with the KVM SEV API. An attacker with user-level privileges can craft specific operations involving confidential guest VM creation that trigger the vulnerability. Since no user interaction is required once access is obtained, and the attack complexity is low, exploitation is straightforward for attackers who have local system access.

The attack flow involves:

  1. Attacker gains user-level access to a host system running on AMD SEV-capable hardware
  2. Attacker creates a malformed or specially crafted confidential guest VM instance using the KVM SEV API
  3. The improper handling triggers the vulnerability, crashing the host kernel
  4. All services and virtual machines on the host become unavailable

Detection Methods for CVE-2022-0171

Indicators of Compromise

  • Unexpected host kernel crashes or panics on systems with AMD SEV enabled
  • Kernel oops messages referencing KVM SEV-related functions in system logs
  • Abnormal patterns of guest VM creation attempts from non-privileged users
  • System instability coinciding with SEV API interactions

Detection Strategies

  • Monitor kernel logs (dmesg, /var/log/kern.log) for KVM SEV-related crash signatures
  • Implement audit rules to track access to KVM device files (/dev/kvm)
  • Deploy kernel live patching solutions to detect and prevent exploitation attempts
  • Use system integrity monitoring to detect unexpected kernel state changes

Monitoring Recommendations

  • Enable and monitor kernel audit subsystem for KVM-related system calls
  • Configure alerting for unexpected system reboots or kernel panics on virtualization hosts
  • Monitor for unusual VM creation patterns, especially from non-administrative users
  • Review SEV-specific kernel module activity on AMD-based hypervisor hosts

How to Mitigate CVE-2022-0171

Immediate Actions Required

  • Update the Linux kernel to version 5.18 or later containing the fix (commit 683412ccf61294d727ead4a73d97397396e69a6b)
  • Apply vendor-specific security updates from Red Hat or Debian as applicable
  • Restrict access to KVM device files to only trusted administrative users
  • Consider temporarily disabling SEV functionality if patches cannot be immediately applied

Patch Information

The vulnerability has been addressed in the upstream Linux kernel. The fix is available in the Linux Kernel Commit Update (commit 683412ccf61294d727ead4a73d97397396e69a6b). Downstream distributions have released their own security advisories:

  • Red Hat: Red Hat CVE-2022-0171 Advisory and Red Hat Bug Report #2038940
  • Debian: Debian Security Advisory DSA-5257 and Debian LTS Announcement

Workarounds

  • Restrict KVM device access using file permissions (chmod 600 /dev/kvm)
  • Use SELinux or AppArmor policies to limit which processes can access KVM functionality
  • Disable AMD SEV support in the kernel via boot parameters if not required (kvm_amd.sev=0)
  • Implement strict access controls for virtualization management interfaces
bash
# Restrict KVM device access to root only
chmod 600 /dev/kvm
chown root:root /dev/kvm

# Disable SEV support via kernel boot parameter (add to GRUB config)
# Edit /etc/default/grub and add to GRUB_CMDLINE_LINUX:
# kvm_amd.sev=0

# Apply GRUB changes
update-grub

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

  • 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-459

  • CWE-212
  • Technical References
  • Red Hat CVE-2022-0171 Advisory

  • Debian LTS Announcement

  • Debian Security Advisory DSA-5257
  • Vendor Resources
  • Red Hat Bug Report #2038940

  • Linux Kernel Commit Update
  • 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