CVE-2026-39848 PUBLISHED

Dockyard's Unauthenticated Cron Endpoint in Dockyard Enables Container Enumeration and Database Manipulation

Assigner: GitHub_M
Reserved: 07.04.2026 Published: 09.04.2026 Updated: 10.04.2026

Dockyard is a Docker container management app. Prior to 1.1.0, Docker container start and stop operations are performed through GET requests without CSRF protection. A remote attacker can cause a logged-in administrator's browser to request /apps/action.php?action=stop&name=<container> or /apps/action.php?action=start&name=<container>, which starts or stops the target container. This vulnerability is fixed in 1.1.0.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
CVSS Score: 6.5

Product Status

Vendor 10ij
Product dockyard
Versions
  • Version < 1.1.0 is affected

References

Problem Types

  • CWE-306: Missing Authentication for Critical Function CWE