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

CVE-2026-24740: Dozzle Privilege Escalation Vulnerability

CVE-2026-24740 is a privilege escalation vulnerability in Dozzle that allows users to bypass label filters and gain root shell access to restricted containers. This article covers technical details, affected versions, and patches.

Published: January 30, 2026

CVE-2026-24740 Overview

Dozzle is a realtime log viewer for Docker containers. A critical authorization bypass vulnerability exists in versions prior to 9.0.3, where a flaw in Dozzle's agent-backed shell endpoints allows users restricted by label filters (for example, label=env=dev) to obtain an interactive root shell in out-of-scope containers (for example, env=prod) on the same agent host by directly targeting their container IDs.

This vulnerability represents a significant breach of Dozzle's access control model, enabling unauthorized container access across environment boundaries. Organizations relying on Dozzle's label-based filtering for security segregation are at risk of complete containment bypass.

Critical Impact

A restricted user can bypass label-based access controls to gain root shell access to any container on the same agent host, enabling full compromise of production containers from a development-scoped account.

Affected Products

  • Dozzle versions prior to 9.0.3
  • Dozzle agent-backed deployments with label-based access restrictions
  • Multi-environment Dozzle configurations relying on label filters for security isolation

Discovery Timeline

  • January 27, 2026 - CVE-2026-24740 published to NVD
  • January 29, 2026 - Last updated in NVD database

Technical Details for CVE-2026-24740

Vulnerability Analysis

This vulnerability is classified under CWE-284 (Improper Access Control), stemming from an authorization bypass in Dozzle's agent-backed container lookup mechanism. The flaw allows authenticated users with label-restricted permissions to escape their designated access scope by directly targeting container IDs.

The core issue lies in the FindContainer function within the agent client implementation. When a restricted user requests access to a container via the shell endpoint, the function fails to enforce the user's assigned label filters during the container lookup operation. This means that while the user interface may only display containers matching their assigned labels (e.g., env=dev), the backend API accepts any valid container ID without validating it against the user's permission scope.

The attack requires network access and low-privilege authentication, but involves no user interaction. An attacker with valid credentials and restricted label-based access can simply obtain or guess container IDs for out-of-scope containers, then request shell access to those containers directly through the API. The result is an interactive root shell in containers the attacker should not have access to.

Root Cause

The vulnerability originates from the agentService.FindContainer function in internal/support/container/agent_service.go, which passes the container ID to the client's FindContainer method without forwarding the user's label filter constraints. The client-side function in internal/agent/client.go similarly accepts only the container ID, constructing a gRPC request without any filter parameters.

This architectural oversight means that while Dozzle's UI layer correctly filters visible containers based on user labels, the underlying container resolution mechanism has no awareness of these restrictions. The security model breaks down at the API boundary where container IDs bypass the label-based access control entirely.

Attack Vector

The attack vector is network-based with low complexity. An attacker exploits this vulnerability through the following sequence:

  1. Authenticate to Dozzle with a restricted account (e.g., label filter env=dev)
  2. Enumerate or obtain container IDs for out-of-scope containers (e.g., production containers with env=prod)
  3. Directly request shell access to the target container ID via Dozzle's agent-backed shell endpoint
  4. Gain interactive root shell access to the unauthorized container

The vulnerability enables both confidentiality and integrity impacts, as the attacker gains full root shell access to containers outside their permitted scope.

The following patch shows how the fix addresses the vulnerability by propagating label filters to the container lookup:

Patch in internal/agent/client.go:

go
 	}
 }
 
-func (c *Client) FindContainer(ctx context.Context, containerID string) (container.Container, error) {
-	response, err := c.client.FindContainer(ctx, &pb.FindContainerRequest{ContainerId: containerID})
+func (c *Client) FindContainer(ctx context.Context, containerID string, labels container.ContainerLabels) (container.Container, error) {
+	in := &pb.FindContainerRequest{ContainerId: containerID}
+
+	if labels != nil {
+		in.Filter = make(map[string]*pb.RepeatedString)
+		for k, v := range labels {
+			in.Filter[k] = &pb.RepeatedString{Values: v}
+		}
+	}
+
+	response, err := c.client.FindContainer(ctx, in)
 	if err != nil {
 		return container.Container{}, err
 	}

Source: GitHub Commit 620e59aa

Patch in internal/support/container/agent_service.go:

go
 }
 
 func (a *agentService) FindContainer(ctx context.Context, id string, labels container.ContainerLabels) (container.Container, error) {
-	return a.client.FindContainer(ctx, id)
+	return a.client.FindContainer(ctx, id, labels)
 }
 
 func (a *agentService) RawLogs(ctx context.Context, container container.Container, from time.Time, to time.Time, stdTypes container.StdType) (io.ReadCloser, error) {

Source: GitHub Commit 620e59aa

Detection Methods for CVE-2026-24740

Indicators of Compromise

  • Shell session requests to container IDs that do not match the requesting user's assigned label filters
  • Abnormal access patterns where restricted users access containers outside their designated environment scope
  • API requests to shell endpoints with container IDs for production containers from development-scoped accounts
  • Audit log entries showing container access that violates the expected label-based segregation policy

Detection Strategies

  • Implement API-level logging that correlates container ID requests with user label restrictions to identify mismatched access attempts
  • Monitor for shell session establishments to containers that should be inaccessible based on user permissions
  • Deploy network-level monitoring to detect unusual patterns of container ID enumeration or probing
  • Review Dozzle access logs for evidence of cross-environment container access by label-restricted users

Monitoring Recommendations

  • Enable verbose logging on Dozzle agent endpoints to capture all container access requests with full user context
  • Configure alerts for any shell access requests where the target container's labels do not intersect with the user's permitted labels
  • Establish baseline access patterns for each user role and alert on deviations indicating potential authorization bypass attempts
  • Integrate Dozzle access logs with SIEM solutions for correlation with other container orchestration events

How to Mitigate CVE-2026-24740

Immediate Actions Required

  • Upgrade Dozzle to version 9.0.3 or later immediately to address this authorization bypass vulnerability
  • Audit existing Dozzle deployments to identify any instances using label-based access restrictions that may have been compromised
  • Review container access logs for evidence of unauthorized cross-environment access prior to patching
  • Consider temporarily disabling shell access functionality in Dozzle until the patch is applied in sensitive environments

Patch Information

The vulnerability is addressed in Dozzle version 9.0.3. The fix modifies the FindContainer function to accept and enforce user label filters during container lookup operations, ensuring that container ID-based access respects the user's permission scope.

Patch resources:

  • GitHub Release v9.0.3
  • GitHub Security Advisory GHSA-m855-r557-5rc5
  • GitHub Commit 620e59aa

Workarounds

  • Disable shell access functionality in Dozzle by removing or restricting the shell endpoint until patching is complete
  • Implement network-level segmentation to isolate Dozzle agents serving different environment tiers (dev, staging, prod)
  • Deploy additional authentication layers or API gateways in front of Dozzle to enforce container access policies independently
  • Use separate Dozzle instances per environment rather than relying solely on label-based filtering for security isolation
bash
# Upgrade Dozzle to patched version
docker pull amir20/dozzle:v9.0.3

# Restart Dozzle container with updated image
docker stop dozzle
docker rm dozzle
docker run -d --name dozzle -v /var/run/docker.sock:/var/run/docker.sock -p 8080:8080 amir20/dozzle:v9.0.3

# Verify version
docker logs dozzle | grep -i version

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechDozzle

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:L/SC:N/SI:N/SA:N/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
  • AvailabilityLow
  • CWE References
  • CWE-284
  • Technical References
  • GitHub Commit Update

  • GitHub Release v9.0.3

  • GitHub Security Advisory GHSA-m855-r557-5rc5
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS 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