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

CVE-2022-3344: Linux Kernel AMD KVM DoS Vulnerability

CVE-2022-3344 is a denial of service flaw in Linux Kernel's AMD nested virtualization that allows malicious L1 guests to trigger kernel panics in the host. This article covers technical details, affected versions, and mitigations.

Published: February 17, 2026

CVE-2022-3344 Overview

A flaw was found in the Linux kernel's KVM (Kernel-based Virtual Machine) implementation for AMD nested virtualization using SVM (Secure Virtual Machine). A malicious L1 guest could purposely fail to intercept the shutdown of a cooperative nested guest (L2), potentially leading to a page fault and kernel panic in the host (L0). This vulnerability represents a significant denial of service risk in virtualized environments utilizing AMD processors with nested virtualization capabilities.

Critical Impact

A malicious guest VM can cause a kernel panic in the host system, leading to complete denial of service for all virtual machines and services running on the affected host.

Affected Products

  • Linux Linux Kernel (all affected versions with KVM AMD SVM nested virtualization)

Discovery Timeline

  • 2022-10-25 - CVE CVE-2022-3344 published to NVD
  • 2025-05-07 - Last updated in NVD database

Technical Details for CVE-2022-3344

Vulnerability Analysis

The vulnerability exists within the KVM hypervisor's handling of AMD SVM nested virtualization. In a nested virtualization scenario, there are typically three levels: the physical host (L0), the primary guest hypervisor (L1), and the nested guest (L2). The flaw occurs when the L1 guest intentionally fails to properly intercept and handle the shutdown event of a cooperative L2 nested guest.

When this shutdown interception failure occurs, the KVM subsystem in the host kernel encounters an unexpected state that can trigger a page fault. Because this occurs in kernel context during hypervisor operations, the page fault condition leads to a kernel panic, causing the entire host system to crash.

The vulnerability is classified under CWE-440 (Expected Behavior Violation), indicating that the KVM implementation does not properly handle the unexpected behavior from the L1 guest when it fails to intercept the L2 shutdown as expected. The attack requires local access and low privileges, with no user interaction needed to exploit.

Root Cause

The root cause lies in the KVM AMD SVM code path that handles nested guest shutdown events. The implementation assumes that the L1 hypervisor will properly intercept and handle all L2 shutdown events. When the L1 guest deliberately fails to perform this interception, the host's KVM code encounters an unhandled condition that results in accessing invalid memory, triggering a page fault in kernel mode.

The expected behavior violation occurs because the KVM nested virtualization code does not implement adequate defensive checks to handle malicious or misbehaving L1 guests that do not follow the expected nested virtualization protocol.

Attack Vector

The attack vector is local, requiring an attacker to have access to a guest virtual machine running on the target host. The attacker must be able to run a nested hypervisor (L1 guest) that can create and control nested guests (L2). By crafting a malicious L1 hypervisor that intentionally mishandles L2 shutdown events, the attacker can trigger the vulnerability.

The attack scenario involves:

  1. Attacker gains access to an L1 guest VM with nested virtualization enabled
  2. Attacker launches a cooperative L2 nested guest
  3. When the L2 guest initiates shutdown, the malicious L1 hypervisor intentionally fails to intercept the event
  4. The host KVM code encounters the unhandled state, leading to a page fault
  5. The kernel panic crashes the entire host system, affecting all other VMs

For detailed technical information about the vulnerability mechanism and the proposed fix, see the Linux Kernel Patch Proposal.

Detection Methods for CVE-2022-3344

Indicators of Compromise

  • Unexpected host system kernel panics with page fault errors in KVM-related code paths
  • Crash dumps showing faults originating from kvm_svm or nested virtualization functions
  • System logs indicating unexpected L2 guest shutdown handling failures
  • Repeated host crashes correlating with nested virtualization activity

Detection Strategies

  • Monitor kernel logs for KVM-related page faults and exceptions, particularly those involving SVM nested virtualization code paths
  • Implement kernel crash analysis to identify patterns consistent with this vulnerability
  • Deploy host-based intrusion detection to identify suspicious behavior from L1 guests attempting to manipulate L2 shutdown sequences
  • Review audit logs for nested virtualization configuration changes or unusual VM lifecycle events

Monitoring Recommendations

  • Enable comprehensive kernel logging for KVM and SVM subsystems
  • Configure crash dump collection and analysis for rapid incident investigation
  • Monitor system stability metrics across virtualization hosts using AMD processors
  • Implement alerting for any unexpected host reboots or kernel panics in virtualized environments

How to Mitigate CVE-2022-3344

Immediate Actions Required

  • Update the Linux kernel to a patched version that addresses this vulnerability
  • Consider disabling nested virtualization on AMD systems if not strictly required until patches can be applied
  • Restrict access to L1 guest VMs to trusted administrators only
  • Review and audit which guests have nested virtualization capabilities enabled

Patch Information

Security patches have been proposed and are tracked through the Linux kernel mailing list. Organizations should apply the latest stable kernel version that incorporates the fix for this vulnerability. For Red Hat-based distributions, refer to the Red Hat Bug Report #2130278 for distribution-specific patch information.

System administrators should prioritize updating affected systems, particularly those running production workloads with nested virtualization enabled.

Workarounds

  • Disable AMD SVM nested virtualization by removing or not loading the npt module option or setting nested=0 in KVM module parameters
  • Restrict nested virtualization capabilities to only essential workloads with trusted administrators
  • Implement strict access controls to limit who can create and manage L1 guest virtual machines
  • Consider migrating critical workloads to hosts not using nested virtualization until patching is complete
bash
# Configuration example - Disable nested virtualization for KVM AMD
# Add to /etc/modprobe.d/kvm.conf
options kvm_amd nested=0

# Reload the KVM module (requires VM shutdown)
modprobe -r kvm_amd
modprobe kvm_amd

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

  • 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-440
  • Technical References
  • Linux Kernel Patch Proposal
  • Vendor Resources
  • Red Hat Bug Report #2130278
  • 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