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

CVE-2025-14876: QEMU virtio-crypto DoS Vulnerability

CVE-2025-14876 is a denial of service flaw in QEMU's virtio-crypto device that allows malicious guests to trigger uncontrolled memory allocation. This article covers the technical details, affected systems, and mitigation.

Published: February 20, 2026

CVE-2025-14876 Overview

A flaw was found in the virtio-crypto device of QEMU. A malicious guest operating system can exploit a missing length limit in the AKCIPHER path, leading to uncontrolled memory allocation. This can result in a denial of service (DoS) on the host system by causing the QEMU process to terminate unexpectedly.

Critical Impact

A malicious guest can crash the QEMU process on the host system, disrupting virtualization services and potentially affecting all workloads running on that hypervisor instance.

Affected Products

  • QEMU virtio-crypto device implementations
  • Linux-based virtualization environments using QEMU with virtio-crypto enabled
  • Cloud and datacenter hypervisor deployments utilizing QEMU

Discovery Timeline

  • 2026-02-18 - CVE CVE-2025-14876 published to NVD
  • 2026-02-19 - Last updated in NVD database

Technical Details for CVE-2025-14876

Vulnerability Analysis

This vulnerability is classified as CWE-770 (Allocation of Resources Without Limits or Throttling). The flaw exists within the virtio-crypto device implementation in QEMU, specifically in the AKCIPHER (Asymmetric Key Cipher) handling path. The code fails to properly validate and limit the size of memory allocation requests originating from guest operating systems.

When a malicious guest sends specially crafted requests through the virtio-crypto interface, the QEMU process on the host attempts to allocate memory without verifying reasonable bounds. This uncontrolled allocation can exhaust available system memory resources, ultimately causing the QEMU process to terminate unexpectedly due to memory pressure or allocation failure.

The attack requires local access from within a guest virtual machine, meaning an attacker must first compromise or control a guest OS to exploit this vulnerability. While this limits the attack surface, it represents a significant concern in multi-tenant cloud environments where guests from different security domains share the same physical host.

Root Cause

The root cause of CVE-2025-14876 is a missing length validation check in the AKCIPHER path of the virtio-crypto device driver. The code accepts length parameters from guest requests without enforcing maximum bounds, allowing unbounded memory allocation operations. This oversight enables resource exhaustion attacks from within guest virtual machines.

Attack Vector

The attack is performed locally from within a guest virtual machine. An attacker with control over a guest OS can craft malicious virtio-crypto requests with excessively large length parameters. When processed by the QEMU virtio-crypto device handler on the host, these requests trigger unbounded memory allocations. The attack does not require any user interaction on the host system and can be executed with low-privileged guest access.

The vulnerability mechanism involves sending AKCIPHER requests through the virtio-crypto interface with malformed length fields. The host QEMU process processes these requests without proper bounds checking, leading to memory exhaustion and eventual process termination. For technical details, see the Red Hat Bug Report #2423549.

Detection Methods for CVE-2025-14876

Indicators of Compromise

  • Unexpected QEMU process terminations or crashes on hypervisor hosts
  • Unusual memory consumption spikes correlated with guest virtio-crypto activity
  • System logs showing out-of-memory (OOM) conditions triggered by QEMU processes
  • Multiple QEMU process restarts within a short time window

Detection Strategies

  • Monitor QEMU process memory usage for abnormal growth patterns, particularly in systems with virtio-crypto enabled
  • Implement host-based intrusion detection rules to alert on rapid memory allocation by virtualization processes
  • Configure OOM killer logging to capture detailed information when QEMU processes are terminated
  • Deploy endpoint detection agents capable of correlating guest activity with host resource consumption anomalies

Monitoring Recommendations

  • Enable detailed logging for virtio-crypto device operations in QEMU configurations
  • Set up alerts for QEMU process crashes or unexpected terminations across hypervisor infrastructure
  • Monitor system memory utilization and set thresholds that trigger investigation before resource exhaustion occurs
  • Implement centralized log collection from all hypervisor hosts to enable correlation of potential attack patterns

How to Mitigate CVE-2025-14876

Immediate Actions Required

  • Review whether virtio-crypto device is enabled on production QEMU instances and disable if not required
  • Apply available security patches from your Linux distribution or QEMU upstream when released
  • Implement resource limits (cgroups) for QEMU processes to prevent single-process memory exhaustion
  • Restrict guest access to virtio-crypto functionality for untrusted workloads

Patch Information

Refer to the Red Hat CVE-2025-14876 Advisory for official patch information and updates. Monitor your Linux distribution's security advisory channels for backported fixes specific to your QEMU version. Additional technical details are available in the Red Hat Bug Report #2423549.

Workarounds

  • Disable the virtio-crypto device in QEMU configurations if asymmetric cryptography acceleration is not required by guest workloads
  • Apply cgroup memory limits to QEMU processes to contain the impact of memory exhaustion attacks
  • Consider using alternative cryptographic acceleration methods that do not rely on virtio-crypto
  • Isolate sensitive or high-trust workloads on dedicated hypervisor hosts away from untrusted guests
bash
# Example: Configure cgroup memory limits for QEMU processes
# Create a dedicated cgroup for QEMU
sudo cgcreate -g memory:qemu_limit
# Set maximum memory limit (adjust based on your environment)
echo "8G" | sudo tee /sys/fs/cgroup/memory/qemu_limit/memory.limit_in_bytes
# Launch QEMU within the cgroup
sudo cgexec -g memory:qemu_limit qemu-system-x86_64 [options]

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechQemu

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.01%

  • 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-770
  • Technical References
  • Red Hat CVE-2025-14876 Advisory

  • Red Hat Bug Report #2423549
  • Related CVEs
  • CVE-2026-2243: QEMU VMDK Image DoS Vulnerability

  • CVE-2026-0665: QEMU KVM Xen Guest Support DoS Vulnerability

  • CVE-2024-7409: QEMU NBD Server DoS Vulnerability

  • CVE-2024-4467: QEMU Disk Image Utility DoS Vulnerability
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