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

CVE-2026-1386: Firecracker Privilege Escalation Vulnerability

CVE-2026-1386 is a UNIX symbolic link privilege escalation flaw in Firecracker jailer that lets local users overwrite arbitrary host files. This post explains its impact, affected versions, and mitigation steps.

Published: January 30, 2026

CVE-2026-1386 Overview

A UNIX symbolic link (symlink) following vulnerability exists in the jailer component of Firecracker, the open-source virtualization technology developed by AWS for creating and managing secure, multi-tenant container and function-based services. This vulnerability allows a local host user with write access to pre-created jailer directories to overwrite arbitrary host files through a symlink attack during the initialization copy phase at jailer startup.

The attack is possible when the jailer is executed with root privileges, enabling an attacker to exploit a race condition during file operations to redirect writes to arbitrary locations on the host filesystem. This type of vulnerability (CWE-61: UNIX Symbolic Link Following) represents a classic Time-of-Check Time-of-Use (TOCTOU) attack pattern that can lead to privilege escalation or system compromise.

Critical Impact

Local attackers with write access to jailer directories can overwrite arbitrary host files when the Firecracker jailer runs as root, potentially leading to system compromise or denial of service.

Affected Products

  • Firecracker v1.13.1 and earlier versions
  • Firecracker v1.14.0
  • Linux-based deployments running Firecracker jailer with root privileges

Discovery Timeline

  • January 23, 2026 - CVE-2026-1386 published to NVD
  • January 26, 2026 - Last updated in NVD database

Technical Details for CVE-2026-1386

Vulnerability Analysis

The vulnerability resides in Firecracker's jailer component, which is responsible for setting up the sandbox environment for microVMs. During the jailer's initialization phase, it performs file copy operations to populate the jail directory with necessary resources. When the jailer runs with root privileges, it follows symbolic links without proper validation, allowing an attacker to exploit this behavior.

The flaw manifests during the initialization copy process where the jailer copies files into pre-created directories. If an attacker has write access to these directories, they can create a symbolic link pointing to a sensitive file on the host system (such as /etc/passwd, /etc/shadow, or system configuration files). When the jailer performs its copy operation, it follows the symlink and overwrites the target file with attacker-controlled content.

This attack requires local access and specific preconditions: the attacker must have write permissions to the jailer directories before initialization occurs, and the jailer must be running with root privileges. The local attack vector and elevated privilege requirements limit the attack surface, but in multi-tenant cloud environments where Firecracker is commonly deployed, these conditions may be achievable.

Root Cause

The root cause is insufficient validation of file paths during copy operations in the jailer component. The jailer fails to properly check whether destination paths resolve to symbolic links before performing write operations. This lack of safe file handling allows an attacker to redirect file operations to arbitrary locations outside the intended jail directory.

Proper mitigation requires using safe file operations that either refuse to follow symbolic links (such as using O_NOFOLLOW flag) or validate the resolved path against expected boundaries before performing any write operations.

Attack Vector

The attack follows a classic symlink exploitation pattern:

  1. An attacker identifies a Firecracker deployment where they have write access to the pre-created jailer directories
  2. Before the jailer starts, the attacker creates a symbolic link in the jailer directory pointing to a sensitive host file
  3. When the jailer initializes and copies files, it follows the symlink and overwrites the target file
  4. Depending on the target file, this can result in privilege escalation, denial of service, or system compromise

The attack requires the jailer to run with root privileges, as non-privileged execution would limit the files that could be overwritten. In production deployments, Firecracker jailer is often run with elevated privileges to perform necessary sandboxing operations, making this a realistic attack scenario.

Detection Methods for CVE-2026-1386

Indicators of Compromise

  • Unexpected symbolic links appearing in Firecracker jailer directories (typically under /srv/jailer/ or custom configured paths)
  • Modifications to critical system files that coincide with Firecracker jailer startup events
  • Audit log entries showing file overwrites in sensitive system directories correlated with jailer process activity
  • Presence of symlinks in jailer directories pointing to files outside the expected jail hierarchy

Detection Strategies

  • Enable file integrity monitoring (FIM) on Firecracker jailer directories to detect symbolic link creation
  • Monitor for symlink() and link() system calls in jailer directories using auditd or eBPF-based monitoring
  • Implement real-time alerting for any file modifications in system-critical directories during jailer startup windows
  • Deploy SentinelOne's Behavioral AI to detect anomalous file system operations associated with containerization processes

Monitoring Recommendations

  • Configure auditd rules to monitor file operations in jailer directories: auditctl -w /srv/jailer -p wa -k firecracker_jailer
  • Implement alerting for any symbolic link creation in jailer paths before microVM initialization
  • Monitor Firecracker process execution patterns for unexpected file access outside jail boundaries
  • Review and audit permissions on pre-created jailer directories regularly

How to Mitigate CVE-2026-1386

Immediate Actions Required

  • Upgrade Firecracker to version v1.13.2 or v1.14.1 or later immediately
  • Audit existing jailer directory permissions and remove write access for untrusted users
  • Review and restrict which users have the ability to create files in jailer directories
  • Consider running Firecracker jailer without root privileges where operationally feasible

Patch Information

AWS has released patched versions of Firecracker that address this vulnerability. Users should upgrade to:

  • Version v1.13.2 for the 1.13.x branch - see GitHub Firecracker Release v1.13.2
  • Version v1.14.1 for the 1.14.x branch - see GitHub Firecracker Release v1.14.1

Additional details are available in the AWS Security Bulletin 2026-003 and the GitHub Security Advisory GHSA-36j2-f825-qvgc.

Workarounds

  • Restrict write access to jailer directories to only trusted administrative users using strict filesystem permissions
  • Run the Firecracker jailer without root privileges if your deployment architecture permits
  • Implement mandatory access control (MAC) policies using SELinux or AppArmor to prevent symlink-based attacks on the jailer directories
  • Create jailer directories immediately before use rather than pre-creating them, reducing the window for symlink placement
bash
# Configuration example
# Secure jailer directory permissions - restrict write access
chmod 755 /srv/jailer
chown root:root /srv/jailer

# Remove write access for all non-root users on specific jail paths
find /srv/jailer -type d -exec chmod 755 {} \;

# Enable auditd monitoring for jailer directories
auditctl -w /srv/jailer -p wa -k firecracker_jailer_monitor

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechFirecracker

  • SeverityMEDIUM

  • CVSS Score6.0

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:H/UI:N/VC:N/VI:N/VA:N/SC:N/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
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-61
  • Technical References
  • AWS Security Bulletin 2026-003

  • GitHub Firecracker Release v1.13.2

  • GitHub Firecracker Release v1.14.1

  • GitHub Security Advisory GHSA-36j2-f825-qvgc
  • Related CVEs
  • CVE-2026-5747: Amazon Firecracker RCE 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