← Terug naar overzicht

CVE-2026-73040 describes a path traversal vulnerability in Dockge, a Docker Compose stack manager. The flaw exists because stack name validation is only enforced on the write path (via save()), but not on read/delete operations. Authenticated users can supply traversal sequences as a stack name to access files outside the managed stacks directory. This allows disclosure of .env and Compose file secrets, and deletion of arbitrary directories containing valid Compose files. Dockge commonly runs as root with Docker socket access, expanding the attack surface to the entire host. Instances with disableAuth enabled are exploitable without any authentication. Affected code paths are in backend/stack.ts and backend/agent-socket-handlers/docker-socket-handler.ts.

Affected products

  • Dockge

Related CVE's

  • CVE-2026-73040

Categories

  • Cloud & Virtualization
  • Data Breach & Exfiltration
  • Web Technologies