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-2026-5747

CVE-2026-5747: Amazon Firecracker RCE Vulnerability

CVE-2026-5747 is an out-of-bounds write RCE flaw in Amazon Firecracker 1.13.0-1.14.3 and 1.15.0 that allows privileged guest users to potentially execute code on the host. This article covers technical details, affected versions, impact, and mitigation steps.

Published: April 10, 2026

CVE-2026-5747 Overview

An out-of-bounds write vulnerability exists in the virtio PCI transport component of Amazon Firecracker, a lightweight virtualization technology designed for creating and managing secure, multi-tenant container and function-based services. This vulnerability affects Firecracker versions 1.13.0 through 1.14.3 and version 1.15.0 running on both x86_64 and aarch64 architectures.

The flaw allows a local guest user with root privileges to modify virtio queue configuration registers after device activation, potentially leading to a crash of the Firecracker VMM (Virtual Machine Monitor) process or, under specific preconditions, arbitrary code execution on the host system.

Critical Impact

A malicious guest with root access can escape the virtualization boundary, potentially compromising the host system and other co-located workloads. Code execution on the host requires additional preconditions such as custom guest kernels or specific snapshot configurations.

Affected Products

  • Amazon Firecracker 1.13.0 through 1.14.3 on x86_64
  • Amazon Firecracker 1.13.0 through 1.14.3 on aarch64
  • Amazon Firecracker 1.15.0 on x86_64 and aarch64

Discovery Timeline

  • April 8, 2026 - CVE-2026-5747 published to NVD
  • April 8, 2026 - Last updated in NVD database

Technical Details for CVE-2026-5747

Vulnerability Analysis

This out-of-bounds write vulnerability resides in the virtio PCI transport layer of Amazon Firecracker. The virtio specification provides a standardized interface for virtual devices in hypervisors, and the PCI transport mechanism handles communication between guest operating systems and the VMM.

The vulnerability occurs when virtio queue configuration registers are modified after a device has already been activated. During normal operation, these registers should only be configured during the device initialization phase. However, improper validation allows a privileged guest user to manipulate these registers post-activation, resulting in an out-of-bounds write condition.

When exploited, this flaw can corrupt memory within the Firecracker VMM process. The immediate consequence is a denial of service through a process crash. However, with careful manipulation and specific environmental conditions—such as running a custom guest kernel or utilizing particular snapshot configurations—an attacker could potentially achieve arbitrary code execution on the host system, effectively escaping the virtual machine boundary.

Root Cause

The root cause is insufficient validation of virtio queue configuration register modifications after device activation. The Firecracker VMM fails to properly enforce the expected lifecycle constraints on these configuration registers, allowing writes that should be rejected once the device enters an active state. This results in memory writes to unintended locations (CWE-369: Divide By Zero is listed but the actual behavior indicates CWE-787: Out-of-bounds Write).

Attack Vector

The attack requires local access from within a guest virtual machine with root privileges. An attacker positioned as a privileged user inside a Firecracker guest can interact directly with the virtio PCI transport layer through standard device interfaces.

The attack sequence involves:

  1. Attacker gains root access within a Firecracker guest VM
  2. The attacker identifies the virtio PCI device interfaces
  3. After the device is fully activated, the attacker modifies virtio queue configuration registers
  4. The VMM processes these modifications without proper bounds checking
  5. An out-of-bounds write occurs, crashing the VMM or enabling code execution

Code execution on the host requires additional preconditions. The attacker may need to utilize a custom guest kernel that provides direct access to device configuration spaces or leverage specific snapshot configurations that create exploitable memory layouts.

Detection Methods for CVE-2026-5747

Indicators of Compromise

  • Unexpected crashes of the Firecracker VMM process (firecracker binary)
  • Abnormal virtio device register access patterns from guest VMs
  • Suspicious memory corruption or segmentation faults in VMM logs
  • Guest VMs running custom or unsigned kernels attempting device manipulation

Detection Strategies

  • Monitor Firecracker process stability and log unexpected terminations with crash dump analysis
  • Implement syscall monitoring for unusual ioctl calls targeting virtio device files
  • Deploy runtime integrity monitoring on hosts running Firecracker workloads
  • Alert on guest VMs loading custom kernel modules that interact with virtio interfaces

Monitoring Recommendations

  • Enable detailed logging for Firecracker VMM processes to capture device configuration changes
  • Configure crash dump collection and analysis for Firecracker process failures
  • Implement network segmentation and monitoring for multi-tenant Firecracker deployments
  • Review guest VM boot configurations for unauthorized kernel modifications

How to Mitigate CVE-2026-5747

Immediate Actions Required

  • Upgrade Firecracker to version 1.14.4 or 1.15.1 immediately
  • Audit running Firecracker instances to identify affected versions
  • Review guest VM configurations for custom kernels or unusual snapshot settings
  • Restrict root access within guest VMs where possible

Patch Information

Amazon has released patched versions that address this vulnerability. Users should upgrade to the following versions:

  • For the 1.14.x branch: Upgrade to Firecracker v1.14.4
  • For the 1.15.x branch: Upgrade to Firecracker v1.15.1

Additional details are available in the AWS Security Bulletin 2026-015 and the GitHub Security Advisory GHSA-776c-mpj7-jm3r.

Workarounds

  • Limit root access within guest VMs to reduce the attack surface
  • Avoid using custom guest kernels in production environments until patching is complete
  • Implement strict snapshot configuration policies to minimize exploitable conditions
  • Consider isolating high-risk workloads on separate physical infrastructure
bash
# Verify current Firecracker version
firecracker --version

# Upgrade to patched version (example for 1.14.4)
wget https://github.com/firecracker-microvm/firecracker/releases/download/v1.14.4/firecracker-v1.14.4-x86_64.tgz
tar -xzf firecracker-v1.14.4-x86_64.tgz
sudo cp release-v1.14.4-x86_64/firecracker-v1.14.4-x86_64 /usr/local/bin/firecracker
sudo chmod +x /usr/local/bin/firecracker

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechFirecracker

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:H/AT:P/PR:H/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-369
  • Technical References
  • AWS Security Bulletin 2026-015

  • GitHub Firecracker Release v1.14.4

  • GitHub Firecracker Release v1.15.1

  • GitHub Security Advisory GHSA-776c-mpj7-jm3r
  • Related CVEs
  • CVE-2026-1386: Firecracker Privilege Escalation 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