4 matches found
CVE-2026-72736
Summary: CVE-2026-72736 affects Dokploy prior to version 0.29.13. The vulnerability arises because user-supplied values are interpolated into shell commands in the registry credential testing and Docker Swarm cluster management endpoints. There is a safe local code path, but the remote path uses ...
CVE-2026-72736
Dokploy is a free, self-hostable Platform as a Service PaaS. Prior to 0.29.13, Dokploy passes user-controlled values directly into shell commands via unquoted template literal interpolation in the registry credential testing and Docker Swarm cluster management endbpoints. Both endpoints have a sa...
CVE-2026-72735
Dokploy (PaaS) before v0.29.13 is affected by a command-injection in writeTraefikConfigRemote: user-controlled YAML is serialized via yaml.stringify and interpolated into an echo/exeсAsyncRemote command, where single quotes in redirect regex, authentication usernames, domain values, or middleware...
CVE-2026-71243
The backmeup npm package assembles shell command strings by directly concatenating its option values name, source, destination, filter - e.g. cmd = "mkdir -p " + path.joininfo.destination, info.name + "; " - and executes the resulting string through a shell via ssh2-exec locally via childprocess,...