VYPR

dockge

by Louislam

CVEs (1)

  • CVE-2026-73040HigAug 20, 2026
    risk 0.57cvss 8.8epss

    Dockge validates a stack name only on the write path. In backend/stack.ts the allow-list check in validate(), which requires the name to match ^[a-z0-9_-]+$, is reached from save() alone, while the path getter returns path.join(this.server.stacksDir, this.name) and…