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

CVE-2026-34040: Moby Authorization Bypass Vulnerability

CVE-2026-34040 is an authorization bypass flaw in Moby container framework that allows attackers to bypass AuthZ plugins. This article covers the technical details, affected versions, security impact, and mitigation.

Published: April 2, 2026

CVE-2026-34040 Overview

CVE-2026-34040 is an authorization bypass vulnerability affecting Moby, the open source container framework that powers Docker. Prior to version 29.3.1, a security flaw allows attackers to bypass authorization plugins (AuthZ), potentially enabling unauthorized access to container operations and Docker daemon functionality. This vulnerability is classified under CWE-288 (Authentication Bypass Using an Alternate Path or Channel).

Critical Impact

Attackers with local access can bypass AuthZ plugins to perform unauthorized container operations, potentially leading to complete compromise of the container environment and host system.

Affected Products

  • Moby (Docker Engine) versions prior to 29.3.1
  • Docker installations using AuthZ plugins for access control
  • Container environments relying on authorization plugins for security enforcement

Discovery Timeline

  • 2026-03-31 - CVE-2026-34040 published to NVD
  • 2026-04-01 - Last updated in NVD database

Technical Details for CVE-2026-34040

Vulnerability Analysis

This vulnerability enables attackers to circumvent the authorization plugin mechanism in Moby/Docker Engine. Authorization plugins (AuthZ) are critical security components that control access to Docker daemon operations, allowing administrators to implement fine-grained access control policies. When this bypass is exploited, the security controls implemented through AuthZ plugins become ineffective, allowing unauthorized users to execute privileged container operations.

The local attack vector requires the attacker to have some level of access to the system running the vulnerable Docker daemon. With low privileges and no user interaction required, an attacker can exploit this flaw to gain elevated access beyond their intended authorization scope. The scope change indicator means this vulnerability can affect resources beyond the vulnerable component itself, potentially impacting the host system and other containers.

Root Cause

The root cause stems from an authentication bypass vulnerability (CWE-288) where an alternate path or channel exists that allows requests to bypass the normal authorization plugin validation flow. This enables attackers to send requests that evade the AuthZ plugin checks entirely, circumventing the intended security controls.

Attack Vector

The attack leverages local access to the Docker environment. An attacker with basic local access can craft requests that bypass the AuthZ plugin validation mechanism, effectively gaining unauthorized access to Docker daemon operations. This could allow:

  • Unauthorized container creation, modification, or deletion
  • Access to sensitive container data and volumes
  • Execution of commands within privileged containers
  • Potential container escape leading to host compromise

The vulnerability does not require user interaction and can be exploited with low attack complexity, making it a significant risk for environments relying on AuthZ plugins for security enforcement.

Detection Methods for CVE-2026-34040

Indicators of Compromise

  • Unexpected container operations performed by users without proper AuthZ permissions
  • Docker daemon logs showing API calls that should have been blocked by AuthZ plugins
  • Unusual container creation, modification, or privileged operations from low-privilege accounts
  • AuthZ plugin logs showing inconsistencies between expected denials and actual allowed operations

Detection Strategies

  • Monitor Docker daemon logs for API requests that bypass expected authorization controls
  • Implement audit logging for all Docker daemon operations and correlate with AuthZ plugin decisions
  • Deploy runtime container security monitoring to detect unauthorized container activities
  • Review Docker API access patterns for anomalies indicating authorization bypass attempts

Monitoring Recommendations

  • Enable verbose logging for AuthZ plugins to track all authorization decisions
  • Implement alerting for privileged container operations from unexpected sources
  • Monitor for Docker daemon restarts or configuration changes that might disable AuthZ
  • Track container escape indicators and host access from container contexts

How to Mitigate CVE-2026-34040

Immediate Actions Required

  • Upgrade Moby/Docker Engine to version 29.3.1 or later immediately
  • Audit recent Docker daemon activity for signs of unauthorized operations
  • Review and restrict local access to systems running Docker daemons
  • Implement network segmentation to limit exposure of Docker daemon endpoints

Patch Information

This vulnerability has been patched in Moby version 29.3.1. The fix addresses the authorization bypass by ensuring all requests properly traverse the AuthZ plugin validation flow. Refer to the GitHub Docker Release Notes for complete release details and the GitHub Security Advisory GHSA-x744-4wpc-v9h2 for technical vulnerability information.

Workarounds

  • Restrict local access to Docker daemon hosts to trusted users only
  • Implement additional access controls at the network and host level independent of AuthZ plugins
  • Consider temporarily disabling non-essential Docker operations until patching is complete
  • Deploy host-based intrusion detection to monitor for suspicious container activities
bash
# Upgrade Docker Engine to patched version
# For Debian/Ubuntu systems:
sudo apt-get update
sudo apt-get install docker-ce=5:29.3.1-1~ubuntu.22.04~jammy docker-ce-cli=5:29.3.1-1~ubuntu.22.04~jammy

# Verify installed version
docker --version

# Review AuthZ plugin configuration
docker info | grep -i auth

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechMoby

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-288
  • Technical References
  • GitHub Docker Release Notes

  • GitHub Security Advisory GHSA-x744-4wpc-v9h2
  • Related CVEs
  • CVE-2026-33997: Moby Privilege Escalation Vulnerability

  • CVE-2024-29018: Moby Information Disclosure Vulnerability

  • CVE-2024-24557: Moby Cache Poisoning Vulnerability

  • CVE-2023-28842: Mobyproject Moby Encryption 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