CVE-2026-62286
Received Received - Intake

BaseFortify

Vulnerability report for CVE-2026-62286, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-24

Last updated on: 2026-09-24

Assigner: GitHub, Inc.

Description

Dozzle is a realtime log viewer for docker containers. Prior to 10.6.7, streamEvents in internal/web/events.go applies a restricted user's label filter to container lists but not to the container-stat and container-event channels returned by GET /api/events/stream. In a simple-auth deployment using per-user filters, any authenticated restricted account can receive resource telemetry and lifecycle events for containers outside its authorized label scope. The exposed data includes container names, images, full label maps, CPU and memory use, network and disk totals, and deployment or restart activity across monitored hosts, but does not include log contents, environment values, or exec access. This issue is fixed in version 10.6.7.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-24
Last Modified
2026-09-24
Generated
2026-09-25
AI Q&A
2026-09-24
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Currently, no data is known.

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-200 The product exposes sensitive information to an actor that is not explicitly authorized to have access to that information.
CWE-285 The product does not perform or incorrectly performs an authorization check when an actor attempts to access a resource or perform an action.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

Dozzle is a real-time log viewer for Docker containers. This vulnerability allows authenticated restricted users to access container telemetry and lifecycle events for containers outside their authorized label scope. The issue occurs because user label filters are applied to container lists but not to container-stat and container-event channels in versions before 10.6.7.

Detection Guidance

Check Dozzle version with docker inspect <container_name> | grep -i version. If version is below 10.6.7, the system is vulnerable. Monitor API responses for unauthorized container data access.

Impact Analysis

An attacker with restricted access could view sensitive container data such as names, images, labels, CPU/memory usage, network/disk totals, and deployment activity across hosts. This exposes operational details without requiring log contents, environment values, or exec access.

Compliance Impact

This vulnerability could potentially impact compliance with GDPR and HIPAA by exposing container metadata and resource telemetry to unauthorized users. GDPR requires protecting personal data, and HIPAA mandates safeguarding health-related information. The exposure of container names, images, labels, and resource usage could inadvertently reveal sensitive operational details if labels or metadata contain such data.

Mitigation Strategies

Upgrade Dozzle to version 10.6.7 or later immediately. Review user permissions to ensure restricted accounts only access authorized containers. Monitor network traffic for suspicious API requests.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-62286. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart