Answer in brief
CVE-2026-62286 records a Medium severity (CVSS 4.3) vulnerability in Dozzle label filters do not restrict container event and statistics streams. The current sources do not mark it as known exploited. The current feed maps amir20/dozzle (generic), github.com/amir20/dozzle (go). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 4.3. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps amir20/dozzle (generic), github.com/amir20/dozzle (go). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| amir20/dozzlegeneric | <10.6.7 | 10.6.7 |
| github.com/amir20/dozzlego | <1.29.1-0.20260622172006-19c01e0fb491 | 1.29.1-0.20260622172006-19c01e0fb491 |
Published upstream
Sep 24, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 24, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 25, 2026
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.
Quoted source text, attributed separately from HOL analysis.