Lucene search
+L

268 matches found

ATTACKERKB
ATTACKERKB
added 2 days ago5 views

CVE-2026-72879

Dokploy is a free, self-hostable Platform as a Service PaaS. Prior to 0.29.8, the getRegistryCommands function in packages/server/src/utils/cluster/upload.ts interpolates registry.password and registry.registryUrl directly into a shell command without escaping. An authenticated user with project...

9.4CVSS5.7AI score0.00278EPSS
SaveExploits0References5Affected Software1
CVE
CVE
added 2 days ago14 views

CVE-2026-72879

Summary: Dokploy before version 0.29.8 is affected by a command injection in getRegistryCommands() when building a shell command from registry.password and registry.registryUrl in packages/server/src/utils/cluster/upload.ts. An authenticated user with project access can supply malicious registry ...

9.4CVSS5.7AI score0.00278EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2 days ago6 views

CVE-2026-72878

Dokploy is a free, self-hostable Platform as a Service PaaS. Prior to 0.29.13, Dokploy's backup and restore pipeline constructs shell commands by directly interpolating user-controlled database fields into bash -c "..." and sh -c "..." strings, then executes them via childprocess.exec. An...

9.6CVSS5.6AI score0.00267EPSS
SaveExploits0References5Affected Software1
CVE
CVE
added 2 days ago17 views

CVE-2026-72878

CVE-2026-72878 : Dokploy before 0.29.13 is vulnerable to OS command injection in the backup/restore pipeline. The system constructs shell commands by directly interpolating user-controlled database fields into bash -c and sh -c strings, then executes them via child_process.exec(), allowing an aut...

9.6CVSS5.6AI score0.00267EPSS
SaveExploits0References4
CVE
CVE
added 2 days ago26 views

CVE-2026-72877

Dokploy (PaaS) contains a command-injection vulnerability in buildRemoteDocker(): the dockerImage field was interpolated into shell commands without quoting, allowing an authenticated user with application create/update permissions to perform shell command substitution and execute arbitrary comma...

9.6CVSS5.8AI score0.00402EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2 days ago8 views

CVE-2026-72877

Dokploy is a free, self-hostable Platform as a Service PaaS. Prior to 0.29.13, the dockerImage field is interpolated without quoting into shell commands in buildRemoteDocker in packages/server/src/utils/providers/docker.ts and is validated only as an optional string. An authenticated user with...

9.6CVSS5.8AI score0.00402EPSS
SaveExploits0References5Affected Software1
EUVD
EUVD
added 2 days ago8 views

EUVD-2026-55741

Dokploy is a free, self-hostable Platform as a Service PaaS. Prior to 0.29.13, swarm.getNodes, swarm.getNodeInfo, swarm.getNodeApps, and swarm.getAppInfos in apps/dokploy/server/api/routers/swarm.ts accept another organization’s serverId without an activeOrganizationId ownership check, and...

9.9CVSS5.7AI score0.00469EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2 days ago4 views

CVE-2026-72876

Dokploy is a free, self-hostable Platform as a Service PaaS. Prior to 0.29.13, swarm.getNodes, swarm.getNodeInfo, swarm.getNodeApps, and swarm.getAppInfos in apps/dokploy/server/api/routers/swarm.ts accept another organization’s serverId without an activeOrganizationId ownership check, and...

9.9CVSS5.7AI score0.00469EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2 days ago26 views

CVE-2026-72876 Dokploy: Cross-organization IDOR leads to root RCE on another tenant's server via swarm.*

Dokploy is a free, self-hostable Platform as a Service PaaS. Prior to 0.29.13, swarm.getNodes, swarm.getNodeInfo, swarm.getNodeApps, and swarm.getAppInfos in apps/dokploy/server/api/routers/swarm.ts accept another organization’s serverId without an activeOrganizationId ownership check, and...

9.9CVSS0.00469EPSS
SaveExploits0References4
CVE
CVE
added 2 days ago16 views

CVE-2026-72876

Dokploy (free self-hosted PaaS) contains a high-severity vulnerability prior to 0.29.13 where cross-organization checks fail in swarm endpoints (swarm.getNodes, swarm.getNodeInfo, swarm.getNodeApps, swarm.getAppInfos) and getNodeInfo interpolates nodeId into execAsyncRemote. This allows a caller ...

9.9CVSS5.7AI score0.00469EPSS
SaveExploits0References4
CVE
CVE
added 2 days ago24 views

CVE-2026-72875

CVE-2026-72875 — Dokploy RCE via command injection : In Dokploy prior to 0.29.13, a vulnerability exists in settings.readTraefikFile where a path accepted by apiReadTraefikConfig is passed to readConfigInPath, and configPath is interpolated into execAsyncRemote as cat ${configPath}. This allows a...

8.8CVSS5.7AI score0.00539EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2 days ago5 views

CVE-2026-72875

Dokploy is a free, self-hostable Platform as a Service PaaS. Prior to 0.29.13, settings.readTraefikFile in apps/dokploy/server/api/routers/settings.ts passes a path accepted by apiReadTraefikConfig to readConfigInPath in packages/server/src/utils/traefik/application.ts, where configPath is...

8.8CVSS5.7AI score0.00539EPSS
SaveExploits0References5Affected Software1
CVE
CVE
added 2 days ago20 views

CVE-2026-72874

Dokploy 🚨 CVE-2026-72874: Before version 0.29.13, cloneGitRepository interpolated customGitUrl and customGitBranch into a git clone command sent to execAsync/execAsyncRemote. An authenticated user with application access could trigger deployment to run arbitrary OS commands on the Dokploy host. T...

8.7CVSS5.8AI score0.00354EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2 days ago6 views

CVE-2026-72874

Dokploy is a free, self-hostable Platform as a Service PaaS. Prior to 0.29.13, cloneGitRepository in packages/server/src/utils/providers/git.ts interpolates customGitUrl and customGitBranch into a git clone command passed to execAsync or execAsyncRemote, allowing an authenticated user with...

8.7CVSS5.8AI score0.00354EPSS
SaveExploits0References5Affected Software1
ATTACKERKB
ATTACKERKB
added 2 days ago4 views

CVE-2026-72873

Dokploy is a free, self-hostable Platform as a Service PaaS. Prior to 0.29.13, application.one in apps/dokploy/server/api/routers/application.ts returns provider relations loaded by findApplicationById in packages/server/src/services/application.ts without redacting githubClientSecret,...

6.5CVSS5.3AI score0.00332EPSS
SaveExploits0References5Affected Software1
CVE
CVE
added 2 days ago18 views

CVE-2026-72873

Dokploy prior to v0.29.13 exposes Git provider secrets (githubClientSecret, githubPrivateKey, githubWebhookSecret) to users with only service:read by returning provider relations in application.one without redaction. Affected code paths: application.one in apps/dokploy/server/api/routers/applicat...

6.5CVSS5.3AI score0.00332EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2 days ago4 views

CVE-2026-72872

Dokploy is a free, self-hostable Platform as a Service PaaS. Prior to 0.29.13, application.saveBitbucketProvider stores bitbucketOwner and bitbucketRepository without validation and cloneBitbucketRepository in packages/server/src/utils/providers/bitbucket.ts interpolates those values into git clo...

9.9CVSS5.7AI score0.00372EPSS
SaveExploits0References5Affected Software1
CVE
CVE
added 2 days ago13 views

CVE-2026-72872

CVE-2026-72872 affects Dokploy PaaS prior to version 0.29.13. Affected component: packages/server/src/utils/providers/bitbucket.ts, where bitbucketOwner and bitbucketRepository are stored/used without validation and interpolated into git clone commands executed via execAsync/execAsyncRemote. This...

9.9CVSS5.7AI score0.00372EPSS
SaveExploits0References4
EUVD
EUVD
added 2 days ago8 views

EUVD-2026-55731

Dokploy is a free, self-hostable Platform as a Service PaaS. Prior to 0.29.13, the unauthenticated /api/providers/github/setup route in apps/dokploy/pages/api/providers/github/setup.ts trusts ghinit organizationId and userId values from the state parameter and calls createGithub in...

7.5CVSS5.3AI score0.00294EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2 days ago25 views

CVE-2026-72871 Dokploy: Unauthenticated Git Provider Injection via GitHub OAuth Callback

Dokploy is a free, self-hostable Platform as a Service PaaS. Prior to 0.29.13, the unauthenticated /api/providers/github/setup route in apps/dokploy/pages/api/providers/github/setup.ts trusts ghinit organizationId and userId values from the state parameter and calls createGithub in...

7.5CVSS0.00294EPSS
SaveExploits0References4
Rows per page
Query Builder