---
id: CVE-2026-39848
title: Dockyard is a Docker container management app
summary: >-
  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 requ…
severity: medium
cvss: 6.5
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N'
cwe:
  - CWE-306
  - CWE-352
vendor: 10ij
product: dockyard
affected:
  - dockyard < 1.1.0
patched:
  - dockyard 1.1.0
published: '2026-04-09'
updated: '2026-07-08'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-39848'
references:
  - url: 'https://github.com/10ij/dockyard/security/advisories/GHSA-jrf6-3j4j-q36g'
    label: security-advisories@github.com
  - url: 'https://github.com/10ij/dockyard/security/advisories/GHSA-jrf6-3j4j-q36g'
    label: 134c704f-9b21-4f2e-91b3-4a467353bcc0
tags:
  - nvd
epss: 0.00155
epssPercentile: 0.03883
ingestedAt: '2026-07-08T14:51:15.630Z'
---

## Overview

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.

## Affected

- `dockyard < 1.1.0`

## Remediation

Upgrade past the affected range:

- `dockyard 1.1.0`
