Search

Find a vulnerability

Search criteria Use this form to refine search results.
Full-text search supports keyword queries with ranking and filtering.
You can combine vendor, product, and sources to narrow results.
Enable “Apply ordering” to sort by date instead of relevance.

    106 vulnerabilities found for dokploy by Dokploy

    CVE-2026-72902 (GCVE-0-2026-72902)

    Vulnerability from nvd – Published: 2026-08-10 19:41 – Updated: 2026-08-10 19:41
    VLAI
    Title
    Dokploy: Authenticated RCE via Command Injection in registry.testRegistry / registry.testRegistryById
    Summary
    Dokploy is a free, self-hostable Platform as a Service (PaaS). Prior to 0.29.13, Dokploy allows an authenticated user to execute arbitrary commands on a local or SSH-connected target server because registry.testRegistry and registry.testRegistryById in apps/dokploy/server/api/routers/registry.ts interpolate the password field into an execAsyncRemote shell command instead of using safeDockerLoginCommand. This issue is fixed in version 0.29.13.
    CWE
    • CWE-78 - Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')
    Assigner
    Impacted products
    Vendor Product Version
    Dokploy dokploy Affected: < 0.29.13
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "cna": {
          "affected": [
            {
              "product": "dokploy",
              "vendor": "Dokploy",
              "versions": [
                {
                  "status": "affected",
                  "version": "\u003c 0.29.13"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "Dokploy is a free, self-hostable Platform as a Service (PaaS). Prior to 0.29.13, Dokploy allows an authenticated user to execute arbitrary commands on a local or SSH-connected target server because registry.testRegistry and registry.testRegistryById in apps/dokploy/server/api/routers/registry.ts interpolate the password field into an execAsyncRemote shell command instead of using safeDockerLoginCommand. This issue is fixed in version 0.29.13."
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "attackComplexity": "LOW",
                "attackVector": "NETWORK",
                "availabilityImpact": "HIGH",
                "baseScore": 9.9,
                "baseSeverity": "CRITICAL",
                "confidentialityImpact": "HIGH",
                "integrityImpact": "HIGH",
                "privilegesRequired": "LOW",
                "scope": "CHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
                "version": "3.1"
              }
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-78",
                  "description": "CWE-78: Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-08-10T19:41:40.777Z",
            "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
            "shortName": "GitHub_M"
          },
          "references": [
            {
              "name": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-w6r4-f26v-8g36",
              "tags": [
                "x_refsource_CONFIRM"
              ],
              "url": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-w6r4-f26v-8g36"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/pull/4875",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/pull/4875"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/commit/d3f522b7a6f5100fc0fc0bff5851e48d11d459e2",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/commit/d3f522b7a6f5100fc0fc0bff5851e48d11d459e2"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/releases/tag/v0.29.13",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/releases/tag/v0.29.13"
            }
          ],
          "source": {
            "advisory": "GHSA-w6r4-f26v-8g36",
            "discovery": "UNKNOWN"
          },
          "title": "Dokploy: Authenticated RCE via Command Injection in registry.testRegistry / registry.testRegistryById"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "assignerShortName": "GitHub_M",
        "cveId": "CVE-2026-72902",
        "datePublished": "2026-08-10T19:41:40.777Z",
        "dateReserved": "2026-08-10T17:57:26.142Z",
        "dateUpdated": "2026-08-10T19:41:40.777Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-72901 (GCVE-0-2026-72901)

    Vulnerability from nvd – Published: 2026-08-10 19:40 – Updated: 2026-08-10 19:40
    VLAI
    Title
    Dokploy: Remote Code Execution via volume-backup
    Summary
    Dokploy is a free, self-hostable Platform as a Service (PaaS). Prior to 0.29.13, Dokploy allows an authenticated low-privilege member to execute arbitrary commands on the control-plane host because the volumeName field accepted by volumeBackup.create and volumeBackup.runManually is interpolated without quoting in packages/server/src/utils/volume-backups/backup.ts and executed through child_process.exec, with Docker socket access making execution host/root-equivalent. This issue is fixed in version 0.29.13.
    CWE
    • CWE-78 - Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')
    Assigner
    Impacted products
    Vendor Product Version
    Dokploy dokploy Affected: < 0.29.13
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "cna": {
          "affected": [
            {
              "product": "dokploy",
              "vendor": "Dokploy",
              "versions": [
                {
                  "status": "affected",
                  "version": "\u003c 0.29.13"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "Dokploy is a free, self-hostable Platform as a Service (PaaS). Prior to 0.29.13, Dokploy allows an authenticated low-privilege member to execute arbitrary commands on the control-plane host because the volumeName field accepted by volumeBackup.create and volumeBackup.runManually is interpolated without quoting in packages/server/src/utils/volume-backups/backup.ts and executed through child_process.exec, with Docker socket access making execution host/root-equivalent. This issue is fixed in version 0.29.13."
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "attackComplexity": "LOW",
                "attackVector": "NETWORK",
                "availabilityImpact": "HIGH",
                "baseScore": 9.9,
                "baseSeverity": "CRITICAL",
                "confidentialityImpact": "HIGH",
                "integrityImpact": "HIGH",
                "privilegesRequired": "LOW",
                "scope": "CHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
                "version": "3.1"
              }
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-78",
                  "description": "CWE-78: Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-08-10T19:40:15.841Z",
            "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
            "shortName": "GitHub_M"
          },
          "references": [
            {
              "name": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-w223-vw9m-4f9c",
              "tags": [
                "x_refsource_CONFIRM"
              ],
              "url": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-w223-vw9m-4f9c"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/pull/4873",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/pull/4873"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/commit/d629faebc6dcb9d4785f84bf30b2b285f9f59379",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/commit/d629faebc6dcb9d4785f84bf30b2b285f9f59379"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/releases/tag/v0.29.13",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/releases/tag/v0.29.13"
            }
          ],
          "source": {
            "advisory": "GHSA-w223-vw9m-4f9c",
            "discovery": "UNKNOWN"
          },
          "title": "Dokploy: Remote Code Execution via volume-backup"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "assignerShortName": "GitHub_M",
        "cveId": "CVE-2026-72901",
        "datePublished": "2026-08-10T19:40:15.841Z",
        "dateReserved": "2026-08-10T17:57:26.142Z",
        "dateUpdated": "2026-08-10T19:40:15.841Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-72886 (GCVE-0-2026-72886)

    Vulnerability from nvd – Published: 2026-08-10 19:38 – Updated: 2026-08-10 19:51
    VLAI
    Title
    Dokploy: Non-admin member gains root on the host by bypassing the owner/admin check on server-level schedules (incomplete fix of CVE-2026-45632)
    Summary
    Dokploy is a free, self-hostable Platform as a Service (PaaS). From 0.29.2 until 0.29.13, schedule.create and schedule.update in apps/dokploy/server/api/routers/schedule.ts derive serviceId from applicationId or composeId and execute the owner/admin host-schedule gate only in the alternative branch, allowing a member with access to one application to attach its applicationId to a dokploy-server schedule and run a supplied script as root through schedule.runManually. This issue is fixed in version 0.29.13.
    SSVC
    Exploitation: poc Automatable: no Technical Impact: total
    CISA Coordinator (v2.0.3)
    CWE
    • CWE-269 - Improper Privilege Management
    • CWE-863 - Incorrect Authorization
    Assigner
    Impacted products
    Vendor Product Version
    Dokploy dokploy Affected: >= 0.29.2, < 0.29.13
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-72886",
                    "options": [
                      {
                        "Exploitation": "poc"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "total"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-08-10T19:50:48.122483Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-08-10T19:51:12.939Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "references": [
              {
                "tags": [
                  "exploit"
                ],
                "url": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-r89g-h7x9-phr2"
              }
            ],
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "product": "dokploy",
              "vendor": "Dokploy",
              "versions": [
                {
                  "status": "affected",
                  "version": "\u003e= 0.29.2, \u003c 0.29.13"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "Dokploy is a free, self-hostable Platform as a Service (PaaS). From 0.29.2 until 0.29.13, schedule.create and schedule.update in apps/dokploy/server/api/routers/schedule.ts derive serviceId from applicationId or composeId and execute the owner/admin host-schedule gate only in the alternative branch, allowing a member with access to one application to attach its applicationId to a dokploy-server schedule and run a supplied script as root through schedule.runManually. This issue is fixed in version 0.29.13."
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "attackComplexity": "LOW",
                "attackVector": "NETWORK",
                "availabilityImpact": "HIGH",
                "baseScore": 9.9,
                "baseSeverity": "CRITICAL",
                "confidentialityImpact": "HIGH",
                "integrityImpact": "HIGH",
                "privilegesRequired": "LOW",
                "scope": "CHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
                "version": "3.1"
              }
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-269",
                  "description": "CWE-269: Improper Privilege Management",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            },
            {
              "descriptions": [
                {
                  "cweId": "CWE-863",
                  "description": "CWE-863: Incorrect Authorization",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-08-10T19:38:24.177Z",
            "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
            "shortName": "GitHub_M"
          },
          "references": [
            {
              "name": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-r89g-h7x9-phr2",
              "tags": [
                "x_refsource_CONFIRM"
              ],
              "url": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-r89g-h7x9-phr2"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/pull/4869",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/pull/4869"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/commit/1e3f10bd22c1c28a7b65a2d7ac15a0a5e47599eb",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/commit/1e3f10bd22c1c28a7b65a2d7ac15a0a5e47599eb"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/releases/tag/v0.29.13",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/releases/tag/v0.29.13"
            }
          ],
          "source": {
            "advisory": "GHSA-r89g-h7x9-phr2",
            "discovery": "UNKNOWN"
          },
          "title": "Dokploy: Non-admin member gains root on the host by bypassing the owner/admin check on server-level schedules (incomplete fix of CVE-2026-45632)"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "assignerShortName": "GitHub_M",
        "cveId": "CVE-2026-72886",
        "datePublished": "2026-08-10T19:38:24.177Z",
        "dateReserved": "2026-08-10T15:28:27.618Z",
        "dateUpdated": "2026-08-10T19:51:12.939Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-72885 (GCVE-0-2026-72885)

    Vulnerability from nvd – Published: 2026-08-10 19:31 – Updated: 2026-08-11 14:36
    VLAI
    Title
    Dokploy: Authenticated Command Injection in Dokploy Dockerfile Builder
    Summary
    Dokploy is a free, self-hostable Platform as a Service (PaaS). Prior to 0.29.13, dockerContextPath accepted by apps/dokploy/components/dashboard/application/build/show.tsx flows through getDockerContextPath in packages/server/src/utils/filesystem/directory.ts into the unquoted cd command in packages/server/src/utils/builders/docker-file.ts before execution by execAsync, allowing an authenticated application editor to execute arbitrary commands on the Dokploy host. This issue is fixed in version 0.29.13.
    SSVC
    Exploitation: poc Automatable: yes Technical Impact: partial
    CISA Coordinator (v2.0.3)
    CWE
    • CWE-78 - Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')
    Assigner
    Impacted products
    Vendor Product Version
    Dokploy dokploy Affected: < 0.29.13
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-72885",
                    "options": [
                      {
                        "Exploitation": "poc"
                      },
                      {
                        "Automatable": "yes"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-08-11T14:36:31.336588Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-08-11T14:36:45.390Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "references": [
              {
                "tags": [
                  "exploit"
                ],
                "url": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-qjrc-g63x-qhp9"
              }
            ],
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "product": "dokploy",
              "vendor": "Dokploy",
              "versions": [
                {
                  "status": "affected",
                  "version": "\u003c 0.29.13"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "Dokploy is a free, self-hostable Platform as a Service (PaaS). Prior to 0.29.13, dockerContextPath accepted by apps/dokploy/components/dashboard/application/build/show.tsx flows through getDockerContextPath in packages/server/src/utils/filesystem/directory.ts into the unquoted cd command in packages/server/src/utils/builders/docker-file.ts before execution by execAsync, allowing an authenticated application editor to execute arbitrary commands on the Dokploy host. This issue is fixed in version 0.29.13."
            }
          ],
          "metrics": [
            {
              "cvssV4_0": {
                "attackComplexity": "LOW",
                "attackRequirements": "NONE",
                "attackVector": "NETWORK",
                "baseScore": 0,
                "baseSeverity": "NONE",
                "privilegesRequired": "NONE",
                "subAvailabilityImpact": "NONE",
                "subConfidentialityImpact": "NONE",
                "subIntegrityImpact": "NONE",
                "userInteraction": "NONE",
                "vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:N/SI:N/SA:N",
                "version": "4.0",
                "vulnAvailabilityImpact": "NONE",
                "vulnConfidentialityImpact": "NONE",
                "vulnIntegrityImpact": "NONE"
              }
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-78",
                  "description": "CWE-78: Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-08-10T19:31:36.859Z",
            "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
            "shortName": "GitHub_M"
          },
          "references": [
            {
              "name": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-qjrc-g63x-qhp9",
              "tags": [
                "x_refsource_CONFIRM"
              ],
              "url": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-qjrc-g63x-qhp9"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/pull/4860",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/pull/4860"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/commit/cba0b253c7de4157dd932de7f16a2ad247c7cee9",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/commit/cba0b253c7de4157dd932de7f16a2ad247c7cee9"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/releases/tag/v0.29.13",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/releases/tag/v0.29.13"
            }
          ],
          "source": {
            "advisory": "GHSA-qjrc-g63x-qhp9",
            "discovery": "UNKNOWN"
          },
          "title": "Dokploy: Authenticated Command Injection in Dokploy Dockerfile Builder"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "assignerShortName": "GitHub_M",
        "cveId": "CVE-2026-72885",
        "datePublished": "2026-08-10T19:31:36.859Z",
        "dateReserved": "2026-08-10T15:28:27.618Z",
        "dateUpdated": "2026-08-11T14:36:45.390Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-72884 (GCVE-0-2026-72884)

    Vulnerability from nvd – Published: 2026-08-10 19:30 – Updated: 2026-08-11 14:48
    VLAI
    Title
    Dokploy: Command Injection via Compose Custom Command
    Summary
    Dokploy is a free, self-hostable Platform as a Service (PaaS). Prior to 0.29.13, sanitizeCommand in packages/server/src/utils/builders/compose.ts only trims whitespace and strips surrounding quotes from compose.command before exportEnvCommand and docker command interpolation, allowing an authenticated user who can update a Compose service to inject shell metacharacters and execute arbitrary commands on the Dokploy host. This issue is fixed in version 0.29.13.
    SSVC
    Exploitation: poc Automatable: no Technical Impact: total
    CISA Coordinator (v2.0.3)
    CWE
    • CWE-78 - Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')
    Assigner
    Impacted products
    Vendor Product Version
    Dokploy dokploy Affected: < 0.29.13
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-72884",
                    "options": [
                      {
                        "Exploitation": "poc"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "total"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-08-11T14:46:41.028974Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-08-11T14:48:45.657Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "references": [
              {
                "tags": [
                  "exploit"
                ],
                "url": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-qh6h-669j-77rw"
              }
            ],
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "product": "dokploy",
              "vendor": "Dokploy",
              "versions": [
                {
                  "status": "affected",
                  "version": "\u003c 0.29.13"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "Dokploy is a free, self-hostable Platform as a Service (PaaS). Prior to 0.29.13, sanitizeCommand in packages/server/src/utils/builders/compose.ts only trims whitespace and strips surrounding quotes from compose.command before exportEnvCommand and docker command interpolation, allowing an authenticated user who can update a Compose service to inject shell metacharacters and execute arbitrary commands on the Dokploy host. This issue is fixed in version 0.29.13."
            }
          ],
          "metrics": [
            {
              "cvssV4_0": {
                "attackComplexity": "LOW",
                "attackRequirements": "NONE",
                "attackVector": "NETWORK",
                "baseScore": 8.7,
                "baseSeverity": "HIGH",
                "privilegesRequired": "LOW",
                "subAvailabilityImpact": "NONE",
                "subConfidentialityImpact": "NONE",
                "subIntegrityImpact": "NONE",
                "userInteraction": "NONE",
                "vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N",
                "version": "4.0",
                "vulnAvailabilityImpact": "HIGH",
                "vulnConfidentialityImpact": "HIGH",
                "vulnIntegrityImpact": "HIGH"
              }
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-78",
                  "description": "CWE-78: Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-08-10T19:30:07.319Z",
            "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
            "shortName": "GitHub_M"
          },
          "references": [
            {
              "name": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-qh6h-669j-77rw",
              "tags": [
                "x_refsource_CONFIRM"
              ],
              "url": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-qh6h-669j-77rw"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/pull/4863",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/pull/4863"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/commit/d48037a80203bb0ecaec4f5653aef75fcfdb656d",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/commit/d48037a80203bb0ecaec4f5653aef75fcfdb656d"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/releases/tag/v0.29.13",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/releases/tag/v0.29.13"
            }
          ],
          "source": {
            "advisory": "GHSA-qh6h-669j-77rw",
            "discovery": "UNKNOWN"
          },
          "title": "Dokploy: Command Injection via Compose Custom Command"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "assignerShortName": "GitHub_M",
        "cveId": "CVE-2026-72884",
        "datePublished": "2026-08-10T19:30:07.319Z",
        "dateReserved": "2026-08-10T15:28:27.617Z",
        "dateUpdated": "2026-08-11T14:48:45.657Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-72883 (GCVE-0-2026-72883)

    Vulnerability from nvd – Published: 2026-08-10 19:28 – Updated: 2026-08-10 19:28
    VLAI
    Title
    Dokploy: WebSocket Terminal Missing Service-Level Access Control
    Summary
    Dokploy is a free, self-hostable Platform as a Service (PaaS). Prior to 0.29.13, the WebSocket handlers in apps/dokploy/server/wss/terminal.ts, apps/dokploy/server/wss/docker-container-terminal.ts, apps/dokploy/server/wss/docker-container-logs.ts, and apps/dokploy/server/wss/docker-stats.ts validate organization membership but do not enforce checkServiceAccess, accessedServerIds, or accessedServices, allowing an authenticated organization member to obtain root terminal access and read logs or statistics for restricted servers and services. This issue is fixed in version 0.29.13.
    CWE
    Assigner
    Impacted products
    Vendor Product Version
    Dokploy dokploy Affected: < 0.29.13
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "cna": {
          "affected": [
            {
              "product": "dokploy",
              "vendor": "Dokploy",
              "versions": [
                {
                  "status": "affected",
                  "version": "\u003c 0.29.13"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "Dokploy is a free, self-hostable Platform as a Service (PaaS). Prior to 0.29.13, the WebSocket handlers in apps/dokploy/server/wss/terminal.ts, apps/dokploy/server/wss/docker-container-terminal.ts, apps/dokploy/server/wss/docker-container-logs.ts, and apps/dokploy/server/wss/docker-stats.ts validate organization membership but do not enforce checkServiceAccess, accessedServerIds, or accessedServices, allowing an authenticated organization member to obtain root terminal access and read logs or statistics for restricted servers and services. This issue is fixed in version 0.29.13."
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "attackComplexity": "LOW",
                "attackVector": "NETWORK",
                "availabilityImpact": "HIGH",
                "baseScore": 8.8,
                "baseSeverity": "HIGH",
                "confidentialityImpact": "HIGH",
                "integrityImpact": "HIGH",
                "privilegesRequired": "LOW",
                "scope": "UNCHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
                "version": "3.1"
              }
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-862",
                  "description": "CWE-862: Missing Authorization",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-08-10T19:28:45.416Z",
            "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
            "shortName": "GitHub_M"
          },
          "references": [
            {
              "name": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-qf9j-c9p4-r4xp",
              "tags": [
                "x_refsource_CONFIRM"
              ],
              "url": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-qf9j-c9p4-r4xp"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/pull/4865",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/pull/4865"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/commit/1bc76e9e5b8a9acd14a58cd8a1828c25918f162e",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/commit/1bc76e9e5b8a9acd14a58cd8a1828c25918f162e"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/commit/68f5afae42fca353dcb3d3bc6219ffe9e168cb91",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/commit/68f5afae42fca353dcb3d3bc6219ffe9e168cb91"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/releases/tag/v0.29.13",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/releases/tag/v0.29.13"
            }
          ],
          "source": {
            "advisory": "GHSA-qf9j-c9p4-r4xp",
            "discovery": "UNKNOWN"
          },
          "title": "Dokploy: WebSocket Terminal Missing Service-Level Access Control"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "assignerShortName": "GitHub_M",
        "cveId": "CVE-2026-72883",
        "datePublished": "2026-08-10T19:28:45.416Z",
        "dateReserved": "2026-08-10T15:28:27.617Z",
        "dateUpdated": "2026-08-10T19:28:45.416Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-72882 (GCVE-0-2026-72882)

    Vulnerability from nvd – Published: 2026-08-10 19:27 – Updated: 2026-08-10 19:27
    VLAI
    Title
    Dokploy: Authenticated blind command injection via file mounts leads to direct remote host RCE on managed servers
    Summary
    Dokploy is a free, self-hostable Platform as a Service (PaaS). In 0.28.8 and earlier, an authenticated user who can create or update file mounts for a service can inject shell metacharacters into filePath, causing Dokploy to execute attacker-controlled commands on the configured remote managed server over SSH. In the default deployment model, this yields direct remote host RCE from the web interface.
    CWE
    • CWE-78 - Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')
    Assigner
    References
    Impacted products
    Vendor Product Version
    Dokploy dokploy Affected: <= 0.28.8
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "cna": {
          "affected": [
            {
              "product": "dokploy",
              "vendor": "Dokploy",
              "versions": [
                {
                  "status": "affected",
                  "version": "\u003c= 0.28.8"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "Dokploy is a free, self-hostable Platform as a Service (PaaS). In 0.28.8 and earlier, an authenticated user who can create or update file mounts for a service can inject shell metacharacters into filePath, causing Dokploy to execute attacker-controlled commands on the configured remote managed server over SSH. In the default deployment model, this yields direct remote host RCE from the web interface."
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "attackComplexity": "LOW",
                "attackVector": "NETWORK",
                "availabilityImpact": "HIGH",
                "baseScore": 9.9,
                "baseSeverity": "CRITICAL",
                "confidentialityImpact": "HIGH",
                "integrityImpact": "HIGH",
                "privilegesRequired": "LOW",
                "scope": "CHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
                "version": "3.1"
              }
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-78",
                  "description": "CWE-78: Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-08-10T19:27:09.197Z",
            "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
            "shortName": "GitHub_M"
          },
          "references": [
            {
              "name": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-qcf5-jjjp-7794",
              "tags": [
                "x_refsource_CONFIRM"
              ],
              "url": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-qcf5-jjjp-7794"
            }
          ],
          "source": {
            "advisory": "GHSA-qcf5-jjjp-7794",
            "discovery": "UNKNOWN"
          },
          "title": "Dokploy: Authenticated blind command injection via file mounts leads to direct remote host RCE on managed servers"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "assignerShortName": "GitHub_M",
        "cveId": "CVE-2026-72882",
        "datePublished": "2026-08-10T19:27:09.197Z",
        "dateReserved": "2026-08-10T15:28:27.617Z",
        "dateUpdated": "2026-08-10T19:27:09.197Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-72881 (GCVE-0-2026-72881)

    Vulnerability from nvd – Published: 2026-08-10 19:21 – Updated: 2026-08-10 19:51
    VLAI
    Title
    Dokploy: Command Injection via database credentials in backup/restore commands
    Summary
    Dokploy is a free, self-hostable Platform as a Service (PaaS). Prior to 0.29.13, database backup and restore command builders in packages/server/src/utils/backups/utils.ts and packages/server/src/utils/restore/utils.ts interpolate database names, usernames, and passwords into nested shell command strings passed to child_process.exec(). An authenticated administrator with permission to create databases and configure backups can use crafted database configuration fields to execute arbitrary commands inside PostgreSQL, MariaDB, MySQL, MongoDB, or LibSQL containers, exposing database data and credentials and potentially enabling escape when a container is overprivileged. This issue is fixed in version 0.29.13.
    SSVC
    Exploitation: poc Automatable: no Technical Impact: partial
    CISA Coordinator (v2.0.3)
    CWE
    • CWE-78 - Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')
    Assigner
    Impacted products
    Vendor Product Version
    Dokploy dokploy Affected: < 0.29.13
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-72881",
                    "options": [
                      {
                        "Exploitation": "poc"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-08-10T19:51:35.828285Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-08-10T19:51:51.254Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "references": [
              {
                "tags": [
                  "exploit"
                ],
                "url": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-qc73-mp78-4833"
              }
            ],
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "product": "dokploy",
              "vendor": "Dokploy",
              "versions": [
                {
                  "status": "affected",
                  "version": "\u003c 0.29.13"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "Dokploy is a free, self-hostable Platform as a Service (PaaS). Prior to 0.29.13, database backup and restore command builders in packages/server/src/utils/backups/utils.ts and packages/server/src/utils/restore/utils.ts interpolate database names, usernames, and passwords into nested shell command strings passed to child_process.exec(). An authenticated administrator with permission to create databases and configure backups can use crafted database configuration fields to execute arbitrary commands inside PostgreSQL, MariaDB, MySQL, MongoDB, or LibSQL containers, exposing database data and credentials and potentially enabling escape when a container is overprivileged. This issue is fixed in version 0.29.13."
            }
          ],
          "metrics": [
            {
              "cvssV4_0": {
                "attackComplexity": "LOW",
                "attackRequirements": "NONE",
                "attackVector": "NETWORK",
                "baseScore": 6.4,
                "baseSeverity": "MEDIUM",
                "privilegesRequired": "HIGH",
                "subAvailabilityImpact": "HIGH",
                "subConfidentialityImpact": "HIGH",
                "subIntegrityImpact": "HIGH",
                "userInteraction": "NONE",
                "vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:L/VI:L/VA:L/SC:H/SI:H/SA:H",
                "version": "4.0",
                "vulnAvailabilityImpact": "LOW",
                "vulnConfidentialityImpact": "LOW",
                "vulnIntegrityImpact": "LOW"
              }
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-78",
                  "description": "CWE-78: Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-08-10T19:21:05.484Z",
            "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
            "shortName": "GitHub_M"
          },
          "references": [
            {
              "name": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-qc73-mp78-4833",
              "tags": [
                "x_refsource_CONFIRM"
              ],
              "url": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-qc73-mp78-4833"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/pull/4862",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/pull/4862"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/commit/ccd2e83c57d99f725220d37e0152270e0827d71b",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/commit/ccd2e83c57d99f725220d37e0152270e0827d71b"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/releases/tag/v0.29.13",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/releases/tag/v0.29.13"
            }
          ],
          "source": {
            "advisory": "GHSA-qc73-mp78-4833",
            "discovery": "UNKNOWN"
          },
          "title": "Dokploy: Command Injection via database credentials in backup/restore commands"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "assignerShortName": "GitHub_M",
        "cveId": "CVE-2026-72881",
        "datePublished": "2026-08-10T19:21:05.484Z",
        "dateReserved": "2026-08-10T15:28:27.617Z",
        "dateUpdated": "2026-08-10T19:51:51.254Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-72880 (GCVE-0-2026-72880)

    Vulnerability from nvd – Published: 2026-08-10 19:19 – Updated: 2026-08-11 14:51
    VLAI
    Title
    Dokploy: Arbitrary File Write + Remote OS Command Injection via `certificatePath`
    Summary
    Dokploy is a free, self-hostable Platform as a Service (PaaS). Prior to 0.29.13, the apiCreateCertificate schema in packages/server/src/db/schema/certificate.ts accepts a client-supplied certificatePath, and packages/server/src/services/certificate.ts joins that value to the certificate root without confinement. An authenticated user with certificate create or delete permission can use certificatePath to write attacker-controlled certificate content outside the intended directory or delete an out-of-root directory. This vulnerability is fixed in 0.29.13.
    SSVC
    Exploitation: poc Automatable: no Technical Impact: total
    CISA Coordinator (v2.0.3)
    CWE
    • CWE-78 - Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')
    Assigner
    Impacted products
    Vendor Product Version
    Dokploy dokploy Affected: < 0.29.13
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-72880",
                    "options": [
                      {
                        "Exploitation": "poc"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "total"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-08-11T14:50:24.561850Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-08-11T14:51:46.782Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "references": [
              {
                "tags": [
                  "exploit"
                ],
                "url": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-q9qw-ch66-5hw3"
              }
            ],
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "product": "dokploy",
              "vendor": "Dokploy",
              "versions": [
                {
                  "status": "affected",
                  "version": "\u003c 0.29.13"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "Dokploy is a free, self-hostable Platform as a Service (PaaS). Prior to 0.29.13, the apiCreateCertificate schema in packages/server/src/db/schema/certificate.ts accepts a client-supplied certificatePath, and packages/server/src/services/certificate.ts joins that value to the certificate root without confinement. An authenticated user with certificate create or delete permission can use certificatePath to write attacker-controlled certificate content outside the intended directory or delete an out-of-root directory. This vulnerability is fixed in 0.29.13."
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "attackComplexity": "LOW",
                "attackVector": "NETWORK",
                "availabilityImpact": "HIGH",
                "baseScore": 9.9,
                "baseSeverity": "CRITICAL",
                "confidentialityImpact": "HIGH",
                "integrityImpact": "HIGH",
                "privilegesRequired": "LOW",
                "scope": "CHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
                "version": "3.1"
              }
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-78",
                  "description": "CWE-78: Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-08-10T19:19:39.951Z",
            "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
            "shortName": "GitHub_M"
          },
          "references": [
            {
              "name": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-q9qw-ch66-5hw3",
              "tags": [
                "x_refsource_CONFIRM"
              ],
              "url": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-q9qw-ch66-5hw3"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/pull/4873",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/pull/4873"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/commit/16b5b7293f9883327a89c69fcb6e5718767b064a",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/commit/16b5b7293f9883327a89c69fcb6e5718767b064a"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/releases/tag/v0.29.13",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/releases/tag/v0.29.13"
            }
          ],
          "source": {
            "advisory": "GHSA-q9qw-ch66-5hw3",
            "discovery": "UNKNOWN"
          },
          "title": "Dokploy: Arbitrary File Write + Remote OS Command Injection via `certificatePath`"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "assignerShortName": "GitHub_M",
        "cveId": "CVE-2026-72880",
        "datePublished": "2026-08-10T19:19:39.951Z",
        "dateReserved": "2026-08-10T15:28:27.617Z",
        "dateUpdated": "2026-08-11T14:51:46.782Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-72879 (GCVE-0-2026-72879)

    Vulnerability from nvd – Published: 2026-08-10 19:14 – Updated: 2026-08-11 14:43
    VLAI
    Title
    Dokploy: Command Injection via Registry Credentials in Swarm Upload
    Summary
    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 access can configure malicious registry credentials and trigger a swarm deployment to execute arbitrary OS commands on the Dokploy server, read or modify host files, and access other containers through Docker. This issue is fixed in version 0.29.8.
    SSVC
    Exploitation: poc Automatable: no Technical Impact: total
    CISA Coordinator (v2.0.3)
    CWE
    • CWE-78 - Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')
    Assigner
    Impacted products
    Vendor Product Version
    Dokploy dokploy Affected: < 0.29.8
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-72879",
                    "options": [
                      {
                        "Exploitation": "poc"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "total"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-08-11T14:42:41.244571Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-08-11T14:43:46.663Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "references": [
              {
                "tags": [
                  "exploit"
                ],
                "url": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-prwq-2mcm-mvhr"
              }
            ],
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "product": "dokploy",
              "vendor": "Dokploy",
              "versions": [
                {
                  "status": "affected",
                  "version": "\u003c 0.29.8"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "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 access can configure malicious registry credentials and trigger a swarm deployment to execute arbitrary OS commands on the Dokploy server, read or modify host files, and access other containers through Docker. This issue is fixed in version 0.29.8."
            }
          ],
          "metrics": [
            {
              "cvssV4_0": {
                "attackComplexity": "LOW",
                "attackRequirements": "NONE",
                "attackVector": "NETWORK",
                "baseScore": 9.4,
                "baseSeverity": "CRITICAL",
                "privilegesRequired": "LOW",
                "subAvailabilityImpact": "HIGH",
                "subConfidentialityImpact": "HIGH",
                "subIntegrityImpact": "HIGH",
                "userInteraction": "NONE",
                "vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H",
                "version": "4.0",
                "vulnAvailabilityImpact": "HIGH",
                "vulnConfidentialityImpact": "HIGH",
                "vulnIntegrityImpact": "HIGH"
              }
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-78",
                  "description": "CWE-78: Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-08-10T19:14:52.908Z",
            "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
            "shortName": "GitHub_M"
          },
          "references": [
            {
              "name": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-prwq-2mcm-mvhr",
              "tags": [
                "x_refsource_CONFIRM"
              ],
              "url": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-prwq-2mcm-mvhr"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/pull/4579",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/pull/4579"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/commit/1f4f94042f1d874349c42d8ae7fee51346cd086e",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/commit/1f4f94042f1d874349c42d8ae7fee51346cd086e"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/releases/tag/v0.29.8",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/releases/tag/v0.29.8"
            }
          ],
          "source": {
            "advisory": "GHSA-prwq-2mcm-mvhr",
            "discovery": "UNKNOWN"
          },
          "title": "Dokploy: Command Injection via Registry Credentials in Swarm Upload"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "assignerShortName": "GitHub_M",
        "cveId": "CVE-2026-72879",
        "datePublished": "2026-08-10T19:14:52.908Z",
        "dateReserved": "2026-08-10T15:28:27.617Z",
        "dateUpdated": "2026-08-11T14:43:46.663Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-72878 (GCVE-0-2026-72878)

    Vulnerability from nvd – Published: 2026-08-10 19:11 – Updated: 2026-08-10 19:11
    VLAI
    Title
    Dokploy: OS Command Injection in backup/restore pipeline via unescaped user-controlled shell arguments
    Summary
    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 child_process.exec(). An authenticated admin/owner can inject arbitrary OS commands that execute on the host machine running Dokploy (not just inside a container). This vulnerability is fixed in 0.29.13.
    CWE
    • CWE-78 - Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')
    Assigner
    Impacted products
    Vendor Product Version
    Dokploy dokploy Affected: < 0.29.13
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "cna": {
          "affected": [
            {
              "product": "dokploy",
              "vendor": "Dokploy",
              "versions": [
                {
                  "status": "affected",
                  "version": "\u003c 0.29.13"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "Dokploy is a free, self-hostable Platform as a Service (PaaS). Prior to 0.29.13, Dokploy\u0027s 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 child_process.exec(). An authenticated admin/owner can inject arbitrary OS commands that execute on the host machine running Dokploy (not just inside a container). This vulnerability is fixed in 0.29.13."
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "attackComplexity": "LOW",
                "attackVector": "NETWORK",
                "availabilityImpact": "NONE",
                "baseScore": 9.6,
                "baseSeverity": "CRITICAL",
                "confidentialityImpact": "HIGH",
                "integrityImpact": "HIGH",
                "privilegesRequired": "LOW",
                "scope": "CHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N",
                "version": "3.1"
              }
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-78",
                  "description": "CWE-78: Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-08-10T19:11:39.904Z",
            "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
            "shortName": "GitHub_M"
          },
          "references": [
            {
              "name": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-p2c7-8j28-c7gq",
              "tags": [
                "x_refsource_CONFIRM"
              ],
              "url": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-p2c7-8j28-c7gq"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/pull/4873",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/pull/4873"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/commit/d02f34f9d48b363b9bf15a948e263ff4ebfcceda",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/commit/d02f34f9d48b363b9bf15a948e263ff4ebfcceda"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/releases/tag/v0.29.13",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/releases/tag/v0.29.13"
            }
          ],
          "source": {
            "advisory": "GHSA-p2c7-8j28-c7gq",
            "discovery": "UNKNOWN"
          },
          "title": "Dokploy: OS Command Injection in backup/restore pipeline via unescaped user-controlled shell arguments"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "assignerShortName": "GitHub_M",
        "cveId": "CVE-2026-72878",
        "datePublished": "2026-08-10T19:11:39.904Z",
        "dateReserved": "2026-08-10T15:28:27.617Z",
        "dateUpdated": "2026-08-10T19:11:39.904Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-72877 (GCVE-0-2026-72877)

    Vulnerability from nvd – Published: 2026-08-10 19:02 – Updated: 2026-08-10 19:02
    VLAI
    Title
    Dokploy: Command Injection via dockerImage in buildRemoteDocker
    Summary
    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 application create or update permission can use shell command substitution in dockerImage to execute arbitrary commands on the local build host or a remote SSH build target, exposing host secrets and other projects. This issue is fixed in version 0.29.13.
    CWE
    • CWE-78 - Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')
    Assigner
    Impacted products
    Vendor Product Version
    Dokploy dokploy Affected: < 0.29.13
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "cna": {
          "affected": [
            {
              "product": "dokploy",
              "vendor": "Dokploy",
              "versions": [
                {
                  "status": "affected",
                  "version": "\u003c 0.29.13"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "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 application create or update permission can use shell command substitution in dockerImage to execute arbitrary commands on the local build host or a remote SSH build target, exposing host secrets and other projects. This issue is fixed in version 0.29.13."
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "attackComplexity": "LOW",
                "attackVector": "NETWORK",
                "availabilityImpact": "NONE",
                "baseScore": 9.6,
                "baseSeverity": "CRITICAL",
                "confidentialityImpact": "HIGH",
                "integrityImpact": "HIGH",
                "privilegesRequired": "LOW",
                "scope": "CHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N",
                "version": "3.1"
              }
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-78",
                  "description": "CWE-78: Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-08-10T19:02:28.518Z",
            "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
            "shortName": "GitHub_M"
          },
          "references": [
            {
              "name": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-jxxj-gmpx-h5rj",
              "tags": [
                "x_refsource_CONFIRM"
              ],
              "url": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-jxxj-gmpx-h5rj"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/pull/4860",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/pull/4860"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/commit/cba0b253c7de4157dd932de7f16a2ad247c7cee9",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/commit/cba0b253c7de4157dd932de7f16a2ad247c7cee9"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/releases/tag/v0.29.13",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/releases/tag/v0.29.13"
            }
          ],
          "source": {
            "advisory": "GHSA-jxxj-gmpx-h5rj",
            "discovery": "UNKNOWN"
          },
          "title": "Dokploy: Command Injection via dockerImage in buildRemoteDocker"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "assignerShortName": "GitHub_M",
        "cveId": "CVE-2026-72877",
        "datePublished": "2026-08-10T19:02:28.518Z",
        "dateReserved": "2026-08-10T15:28:27.617Z",
        "dateUpdated": "2026-08-10T19:02:28.518Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-72876 (GCVE-0-2026-72876)

    Vulnerability from nvd – Published: 2026-08-10 19:00 – Updated: 2026-08-10 19:50
    VLAI
    Title
    Dokploy: Cross-organization IDOR leads to root RCE on another tenant's server via swarm.*
    Summary
    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 getNodeInfo in packages/server/src/services/docker.ts interpolates nodeId into execAsyncRemote, allowing a caller with server:read permission to execute arbitrary commands as the configured SSH user on another tenant’s server. This issue is fixed in version 0.29.13.
    SSVC
    Exploitation: poc Automatable: no Technical Impact: total
    CISA Coordinator (v2.0.3)
    CWE
    • CWE-78 - Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')
    • CWE-639 - Authorization Bypass Through User-Controlled Key
    • CWE-862 - Missing Authorization
    Assigner
    Impacted products
    Vendor Product Version
    Dokploy dokploy Affected: < 0.29.13
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-72876",
                    "options": [
                      {
                        "Exploitation": "poc"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "total"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-08-10T19:49:53.618130Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-08-10T19:50:21.522Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "references": [
              {
                "tags": [
                  "exploit"
                ],
                "url": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-jj6h-388v-9rwm"
              }
            ],
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "product": "dokploy",
              "vendor": "Dokploy",
              "versions": [
                {
                  "status": "affected",
                  "version": "\u003c 0.29.13"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "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\u2019s serverId without an activeOrganizationId ownership check, and getNodeInfo in packages/server/src/services/docker.ts interpolates nodeId into execAsyncRemote, allowing a caller with server:read permission to execute arbitrary commands as the configured SSH user on another tenant\u2019s server. This issue is fixed in version 0.29.13."
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "attackComplexity": "LOW",
                "attackVector": "NETWORK",
                "availabilityImpact": "HIGH",
                "baseScore": 9.9,
                "baseSeverity": "CRITICAL",
                "confidentialityImpact": "HIGH",
                "integrityImpact": "HIGH",
                "privilegesRequired": "LOW",
                "scope": "CHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
                "version": "3.1"
              }
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-78",
                  "description": "CWE-78: Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            },
            {
              "descriptions": [
                {
                  "cweId": "CWE-639",
                  "description": "CWE-639: Authorization Bypass Through User-Controlled Key",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            },
            {
              "descriptions": [
                {
                  "cweId": "CWE-862",
                  "description": "CWE-862: Missing Authorization",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-08-10T19:00:54.365Z",
            "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
            "shortName": "GitHub_M"
          },
          "references": [
            {
              "name": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-jj6h-388v-9rwm",
              "tags": [
                "x_refsource_CONFIRM"
              ],
              "url": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-jj6h-388v-9rwm"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/pull/4858",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/pull/4858"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/commit/5563699f71b2058b49eebdfd66c6c3dbd92ede9c",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/commit/5563699f71b2058b49eebdfd66c6c3dbd92ede9c"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/releases/tag/v0.29.13",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/releases/tag/v0.29.13"
            }
          ],
          "source": {
            "advisory": "GHSA-jj6h-388v-9rwm",
            "discovery": "UNKNOWN"
          },
          "title": "Dokploy: Cross-organization IDOR leads to root RCE on another tenant\u0027s server via swarm.*"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "assignerShortName": "GitHub_M",
        "cveId": "CVE-2026-72876",
        "datePublished": "2026-08-10T19:00:54.365Z",
        "dateReserved": "2026-08-10T15:28:27.617Z",
        "dateUpdated": "2026-08-10T19:50:21.522Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-72875 (GCVE-0-2026-72875)

    Vulnerability from nvd – Published: 2026-08-10 18:59 – Updated: 2026-08-11 14:38
    VLAI
    Title
    Dokploy: Remote Code Execution (RCE) via Command Injection in settings.readTraefikFile
    Summary
    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 interpolated into execAsyncRemote as cat ${configPath}, allowing a user with traefikFiles.read permission to execute arbitrary commands on a managed server through shell metacharacters. This issue is fixed in version 0.29.13.
    SSVC
    Exploitation: poc Automatable: no Technical Impact: total
    CISA Coordinator (v2.0.3)
    CWE
    • CWE-78 - Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')
    Assigner
    Impacted products
    Vendor Product Version
    Dokploy dokploy Affected: < 0.29.13
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-72875",
                    "options": [
                      {
                        "Exploitation": "poc"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "total"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-08-11T14:38:11.532891Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-08-11T14:38:36.004Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "references": [
              {
                "tags": [
                  "exploit"
                ],
                "url": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-j3pv-r5wg-235m"
              }
            ],
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "product": "dokploy",
              "vendor": "Dokploy",
              "versions": [
                {
                  "status": "affected",
                  "version": "\u003c 0.29.13"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "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 interpolated into execAsyncRemote as cat ${configPath}, allowing a user with traefikFiles.read permission to execute arbitrary commands on a managed server through shell metacharacters. This issue is fixed in version 0.29.13."
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "attackComplexity": "LOW",
                "attackVector": "NETWORK",
                "availabilityImpact": "HIGH",
                "baseScore": 8.8,
                "baseSeverity": "HIGH",
                "confidentialityImpact": "HIGH",
                "integrityImpact": "HIGH",
                "privilegesRequired": "LOW",
                "scope": "UNCHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
                "version": "3.1"
              }
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-78",
                  "description": "CWE-78: Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-08-10T18:59:33.248Z",
            "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
            "shortName": "GitHub_M"
          },
          "references": [
            {
              "name": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-j3pv-r5wg-235m",
              "tags": [
                "x_refsource_CONFIRM"
              ],
              "url": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-j3pv-r5wg-235m"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/pull/4873",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/pull/4873"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/commit/92310ddb143c8e67ca95eb7db661838a76579f2e",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/commit/92310ddb143c8e67ca95eb7db661838a76579f2e"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/releases/tag/v0.29.13",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/releases/tag/v0.29.13"
            }
          ],
          "source": {
            "advisory": "GHSA-j3pv-r5wg-235m",
            "discovery": "UNKNOWN"
          },
          "title": "Dokploy: Remote Code Execution (RCE) via Command Injection in settings.readTraefikFile"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "assignerShortName": "GitHub_M",
        "cveId": "CVE-2026-72875",
        "datePublished": "2026-08-10T18:59:33.248Z",
        "dateReserved": "2026-08-10T15:28:27.617Z",
        "dateUpdated": "2026-08-11T14:38:36.004Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-72874 (GCVE-0-2026-72874)

    Vulnerability from nvd – Published: 2026-08-10 18:57 – Updated: 2026-08-11 14:41
    VLAI
    Title
    Dokploy: Command Injection via Unescaped Git URL in Clone Commands
    Summary
    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 application access to execute arbitrary operating system commands on the Dokploy host by setting a malicious custom Git URL and triggering deployment. This issue is fixed in version 0.29.13.
    SSVC
    Exploitation: poc Automatable: no Technical Impact: total
    CISA Coordinator (v2.0.3)
    CWE
    • CWE-78 - Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')
    Assigner
    Impacted products
    Vendor Product Version
    Dokploy dokploy Affected: < 0.29.13
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-72874",
                    "options": [
                      {
                        "Exploitation": "poc"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "total"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-08-11T14:40:48.214679Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-08-11T14:41:14.500Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "product": "dokploy",
              "vendor": "Dokploy",
              "versions": [
                {
                  "status": "affected",
                  "version": "\u003c 0.29.13"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "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 application access to execute arbitrary operating system commands on the Dokploy host by setting a malicious custom Git URL and triggering deployment. This issue is fixed in version 0.29.13."
            }
          ],
          "metrics": [
            {
              "cvssV4_0": {
                "attackComplexity": "LOW",
                "attackRequirements": "NONE",
                "attackVector": "NETWORK",
                "baseScore": 8.7,
                "baseSeverity": "HIGH",
                "privilegesRequired": "LOW",
                "subAvailabilityImpact": "NONE",
                "subConfidentialityImpact": "NONE",
                "subIntegrityImpact": "NONE",
                "userInteraction": "NONE",
                "vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N",
                "version": "4.0",
                "vulnAvailabilityImpact": "HIGH",
                "vulnConfidentialityImpact": "HIGH",
                "vulnIntegrityImpact": "HIGH"
              }
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-78",
                  "description": "CWE-78: Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-08-10T18:57:40.481Z",
            "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
            "shortName": "GitHub_M"
          },
          "references": [
            {
              "name": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-hrfh-82jj-3q46",
              "tags": [
                "x_refsource_CONFIRM"
              ],
              "url": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-hrfh-82jj-3q46"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/pull/4855",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/pull/4855"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/commit/47347ab885b0ad1f5d0ef0e5e74bbba35c7f93bc",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/commit/47347ab885b0ad1f5d0ef0e5e74bbba35c7f93bc"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/releases/tag/v0.29.13",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/releases/tag/v0.29.13"
            }
          ],
          "source": {
            "advisory": "GHSA-hrfh-82jj-3q46",
            "discovery": "UNKNOWN"
          },
          "title": "Dokploy: Command Injection via Unescaped Git URL in Clone Commands"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "assignerShortName": "GitHub_M",
        "cveId": "CVE-2026-72874",
        "datePublished": "2026-08-10T18:57:40.481Z",
        "dateReserved": "2026-08-10T15:28:27.617Z",
        "dateUpdated": "2026-08-11T14:41:14.500Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-72873 (GCVE-0-2026-72873)

    Vulnerability from nvd – Published: 2026-08-10 18:56 – Updated: 2026-08-10 18:56
    VLAI
    Title
    Dokploy: Cross-tenant Git provider secrets are disclosed to low-privileged service readers via `application.one`
    Summary
    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, githubPrivateKey, or githubWebhookSecret, allowing a user with only service:read permission to retrieve another user’s Git provider secrets even when hasGitProviderAccess is false and unauthorizedProvider is set. This issue is fixed in version 0.29.13.
    CWE
    • CWE-200 - Exposure of Sensitive Information to an Unauthorized Actor
    Assigner
    Impacted products
    Vendor Product Version
    Dokploy dokploy Affected: < 0.29.13
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "cna": {
          "affected": [
            {
              "product": "dokploy",
              "vendor": "Dokploy",
              "versions": [
                {
                  "status": "affected",
                  "version": "\u003c 0.29.13"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "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, githubPrivateKey, or githubWebhookSecret, allowing a user with only service:read permission to retrieve another user\u2019s Git provider secrets even when hasGitProviderAccess is false and unauthorizedProvider is set. This issue is fixed in version 0.29.13."
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "attackComplexity": "LOW",
                "attackVector": "NETWORK",
                "availabilityImpact": "NONE",
                "baseScore": 6.5,
                "baseSeverity": "MEDIUM",
                "confidentialityImpact": "HIGH",
                "integrityImpact": "NONE",
                "privilegesRequired": "LOW",
                "scope": "UNCHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
                "version": "3.1"
              }
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-200",
                  "description": "CWE-200: Exposure of Sensitive Information to an Unauthorized Actor",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-08-10T18:56:14.994Z",
            "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
            "shortName": "GitHub_M"
          },
          "references": [
            {
              "name": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-hg9j-j5mc-phf5",
              "tags": [
                "x_refsource_CONFIRM"
              ],
              "url": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-hg9j-j5mc-phf5"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/pull/4859",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/pull/4859"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/commit/68ea9f7771afe6acca57032dc4328f93c4f25999",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/commit/68ea9f7771afe6acca57032dc4328f93c4f25999"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/releases/tag/v0.29.13",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/releases/tag/v0.29.13"
            }
          ],
          "source": {
            "advisory": "GHSA-hg9j-j5mc-phf5",
            "discovery": "UNKNOWN"
          },
          "title": "Dokploy: Cross-tenant Git provider secrets are disclosed to low-privileged service readers via `application.one`"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "assignerShortName": "GitHub_M",
        "cveId": "CVE-2026-72873",
        "datePublished": "2026-08-10T18:56:14.994Z",
        "dateReserved": "2026-08-10T15:28:27.617Z",
        "dateUpdated": "2026-08-10T18:56:14.994Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-72872 (GCVE-0-2026-72872)

    Vulnerability from nvd – Published: 2026-08-10 18:50 – Updated: 2026-08-10 18:50
    VLAI
    Title
    Dokploy: OS Command Injection via Bitbucket `owner`/`repository` in `git clone`
    Summary
    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 clone commands executed through execAsync or execAsyncRemote, allowing a member with service deployment permission to execute arbitrary operating system commands on the Dokploy host or target server. This issue is fixed in version 0.29.13.
    CWE
    • CWE-78 - Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')
    Assigner
    Impacted products
    Vendor Product Version
    Dokploy dokploy Affected: < 0.29.13
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "cna": {
          "affected": [
            {
              "product": "dokploy",
              "vendor": "Dokploy",
              "versions": [
                {
                  "status": "affected",
                  "version": "\u003c 0.29.13"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "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 clone commands executed through execAsync or execAsyncRemote, allowing a member with service deployment permission to execute arbitrary operating system commands on the Dokploy host or target server. This issue is fixed in version 0.29.13."
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "attackComplexity": "LOW",
                "attackVector": "NETWORK",
                "availabilityImpact": "HIGH",
                "baseScore": 9.9,
                "baseSeverity": "CRITICAL",
                "confidentialityImpact": "HIGH",
                "integrityImpact": "HIGH",
                "privilegesRequired": "LOW",
                "scope": "CHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
                "version": "3.1"
              }
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-78",
                  "description": "CWE-78: Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-08-10T18:50:23.757Z",
            "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
            "shortName": "GitHub_M"
          },
          "references": [
            {
              "name": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-grrj-6xrh-j6vp",
              "tags": [
                "x_refsource_CONFIRM"
              ],
              "url": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-grrj-6xrh-j6vp"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/pull/4855",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/pull/4855"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/commit/47347ab885b0ad1f5d0ef0e5e74bbba35c7f93bc",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/commit/47347ab885b0ad1f5d0ef0e5e74bbba35c7f93bc"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/releases/tag/v0.29.13",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/releases/tag/v0.29.13"
            }
          ],
          "source": {
            "advisory": "GHSA-grrj-6xrh-j6vp",
            "discovery": "UNKNOWN"
          },
          "title": "Dokploy: OS Command Injection via Bitbucket `owner`/`repository` in `git clone`"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "assignerShortName": "GitHub_M",
        "cveId": "CVE-2026-72872",
        "datePublished": "2026-08-10T18:50:23.757Z",
        "dateReserved": "2026-08-10T15:28:27.617Z",
        "dateUpdated": "2026-08-10T18:50:23.757Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-72871 (GCVE-0-2026-72871)

    Vulnerability from nvd – Published: 2026-08-10 18:47 – Updated: 2026-08-10 19:49
    VLAI
    Title
    Dokploy: Unauthenticated Git Provider Injection via GitHub OAuth Callback
    Summary
    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 gh_init organizationId and userId values from the state parameter and calls createGithub in packages/server/src/services/github.ts, allowing an attacker to insert a GitHub App provider containing client_secret, webhook_secret, and PEM private key material into another organization. This issue is fixed in version 0.29.13.
    SSVC
    Exploitation: poc Automatable: yes Technical Impact: partial
    CISA Coordinator (v2.0.3)
    CWE
    • CWE-306 - Missing Authentication for Critical Function
    Assigner
    Impacted products
    Vendor Product Version
    Dokploy dokploy Affected: < 0.29.13
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-72871",
                    "options": [
                      {
                        "Exploitation": "poc"
                      },
                      {
                        "Automatable": "yes"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-08-10T19:48:52.757391Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-08-10T19:49:11.772Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "references": [
              {
                "tags": [
                  "exploit"
                ],
                "url": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-g9pp-xcf2-ph7x"
              }
            ],
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "product": "dokploy",
              "vendor": "Dokploy",
              "versions": [
                {
                  "status": "affected",
                  "version": "\u003c 0.29.13"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "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 gh_init organizationId and userId values from the state parameter and calls createGithub in packages/server/src/services/github.ts, allowing an attacker to insert a GitHub App provider containing client_secret, webhook_secret, and PEM private key material into another organization. This issue is fixed in version 0.29.13."
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "attackComplexity": "LOW",
                "attackVector": "NETWORK",
                "availabilityImpact": "NONE",
                "baseScore": 7.5,
                "baseSeverity": "HIGH",
                "confidentialityImpact": "NONE",
                "integrityImpact": "HIGH",
                "privilegesRequired": "NONE",
                "scope": "UNCHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
                "version": "3.1"
              }
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-306",
                  "description": "CWE-306: Missing Authentication for Critical Function",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-08-10T18:47:58.454Z",
            "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
            "shortName": "GitHub_M"
          },
          "references": [
            {
              "name": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-g9pp-xcf2-ph7x",
              "tags": [
                "x_refsource_CONFIRM"
              ],
              "url": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-g9pp-xcf2-ph7x"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/pull/4870",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/pull/4870"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/commit/5ae344db5814bfdcd700c5cc8ee8eb1a23af7253",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/commit/5ae344db5814bfdcd700c5cc8ee8eb1a23af7253"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/releases/tag/v0.29.13",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/releases/tag/v0.29.13"
            }
          ],
          "source": {
            "advisory": "GHSA-g9pp-xcf2-ph7x",
            "discovery": "UNKNOWN"
          },
          "title": "Dokploy: Unauthenticated Git Provider Injection via GitHub OAuth Callback"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "assignerShortName": "GitHub_M",
        "cveId": "CVE-2026-72871",
        "datePublished": "2026-08-10T18:47:58.454Z",
        "dateReserved": "2026-08-10T15:28:27.616Z",
        "dateUpdated": "2026-08-10T19:49:11.772Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-72870 (GCVE-0-2026-72870)

    Vulnerability from nvd – Published: 2026-08-10 18:45 – Updated: 2026-08-11 14:39
    VLAI
    Title
    Dokploy: Command Injection via Docker Credentials in buildRemoteDocker
    Summary
    Dokploy is a free, self-hostable Platform as a Service (PaaS). Prior to 0.29.13, the buildRemoteDocker() function in packages/server/src/utils/providers/docker.ts interpolates the application-controlled dockerImage value directly into a docker pull shell command. An authenticated user with project access can set a crafted dockerImage through application.update and trigger application.deploy, causing execAsync() to execute arbitrary operating-system commands as the Dokploy server process. This issue is fixed in version 0.29.13.
    SSVC
    Exploitation: poc Automatable: no Technical Impact: total
    CISA Coordinator (v2.0.3)
    CWE
    • CWE-78 - Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')
    Assigner
    Impacted products
    Vendor Product Version
    Dokploy dokploy Affected: < 0.29.13
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-72870",
                    "options": [
                      {
                        "Exploitation": "poc"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "total"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-08-11T14:39:25.849695Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-08-11T14:39:42.024Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "references": [
              {
                "tags": [
                  "exploit"
                ],
                "url": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-g9cg-4mmj-mh7p"
              }
            ],
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "product": "dokploy",
              "vendor": "Dokploy",
              "versions": [
                {
                  "status": "affected",
                  "version": "\u003c 0.29.13"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "Dokploy is a free, self-hostable Platform as a Service (PaaS). Prior to 0.29.13, the buildRemoteDocker() function in packages/server/src/utils/providers/docker.ts interpolates the application-controlled dockerImage value directly into a docker pull shell command. An authenticated user with project access can set a crafted dockerImage through application.update and trigger application.deploy, causing execAsync() to execute arbitrary operating-system commands as the Dokploy server process. This issue is fixed in version 0.29.13."
            }
          ],
          "metrics": [
            {
              "cvssV4_0": {
                "attackComplexity": "LOW",
                "attackRequirements": "NONE",
                "attackVector": "NETWORK",
                "baseScore": 8.7,
                "baseSeverity": "HIGH",
                "privilegesRequired": "LOW",
                "subAvailabilityImpact": "NONE",
                "subConfidentialityImpact": "NONE",
                "subIntegrityImpact": "NONE",
                "userInteraction": "NONE",
                "vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N",
                "version": "4.0",
                "vulnAvailabilityImpact": "HIGH",
                "vulnConfidentialityImpact": "HIGH",
                "vulnIntegrityImpact": "HIGH"
              }
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-78",
                  "description": "CWE-78: Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-08-10T18:45:17.949Z",
            "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
            "shortName": "GitHub_M"
          },
          "references": [
            {
              "name": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-g9cg-4mmj-mh7p",
              "tags": [
                "x_refsource_CONFIRM"
              ],
              "url": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-g9cg-4mmj-mh7p"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/pull/4860",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/pull/4860"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/commit/cba0b253c7de4157dd932de7f16a2ad247c7cee9",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/commit/cba0b253c7de4157dd932de7f16a2ad247c7cee9"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/releases/tag/v0.29.13",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/releases/tag/v0.29.13"
            }
          ],
          "source": {
            "advisory": "GHSA-g9cg-4mmj-mh7p",
            "discovery": "UNKNOWN"
          },
          "title": "Dokploy: Command Injection via Docker Credentials in buildRemoteDocker"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "assignerShortName": "GitHub_M",
        "cveId": "CVE-2026-72870",
        "datePublished": "2026-08-10T18:45:17.949Z",
        "dateReserved": "2026-08-10T15:28:27.616Z",
        "dateUpdated": "2026-08-11T14:39:42.024Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-72869 (GCVE-0-2026-72869)

    Vulnerability from nvd – Published: 2026-08-10 18:40 – Updated: 2026-08-11 14:38
    VLAI
    Title
    Dokploy: Authenticated OS command injection in backup.restoreBackupWithLogs (databaseName) leading to host RCE
    Summary
    Dokploy is a free, self-hostable Platform as a Service (PaaS). Prior to 0.29.13, the backup.restoreBackupWithLogs tRPC subscription passes the databaseName parameter to restore builders in packages/server/src/utils/restore/utils.ts, where PostgreSQL, MariaDB, MySQL, and MongoDB commands embed the value in nested shell text executed by Node.js exec. An authenticated user with backup:restore permission can supply a crafted databaseName that the host /bin/sh expands before docker exec, resulting in arbitrary commands running in the Docker-privileged host context. This issue is fixed in version 0.29.13.
    SSVC
    Exploitation: poc Automatable: no Technical Impact: total
    CISA Coordinator (v2.0.3)
    CWE
    • CWE-77 - Improper Neutralization of Special Elements used in a Command ('Command Injection')
    • CWE-78 - Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')
    Assigner
    Impacted products
    Vendor Product Version
    Dokploy dokploy Affected: < 0.29.13
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-72869",
                    "options": [
                      {
                        "Exploitation": "poc"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "total"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-08-11T14:37:48.242833Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-08-11T14:38:29.497Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "product": "dokploy",
              "vendor": "Dokploy",
              "versions": [
                {
                  "status": "affected",
                  "version": "\u003c 0.29.13"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "Dokploy is a free, self-hostable Platform as a Service (PaaS). Prior to 0.29.13, the backup.restoreBackupWithLogs tRPC subscription passes the databaseName parameter to restore builders in packages/server/src/utils/restore/utils.ts, where PostgreSQL, MariaDB, MySQL, and MongoDB commands embed the value in nested shell text executed by Node.js exec. An authenticated user with backup:restore permission can supply a crafted databaseName that the host /bin/sh expands before docker exec, resulting in arbitrary commands running in the Docker-privileged host context. This issue is fixed in version 0.29.13."
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "attackComplexity": "LOW",
                "attackVector": "NETWORK",
                "availabilityImpact": "HIGH",
                "baseScore": 9.9,
                "baseSeverity": "CRITICAL",
                "confidentialityImpact": "HIGH",
                "integrityImpact": "HIGH",
                "privilegesRequired": "LOW",
                "scope": "CHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
                "version": "3.1"
              }
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-77",
                  "description": "CWE-77: Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            },
            {
              "descriptions": [
                {
                  "cweId": "CWE-78",
                  "description": "CWE-78: Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-08-10T18:40:48.087Z",
            "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
            "shortName": "GitHub_M"
          },
          "references": [
            {
              "name": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-f7mp-9jfp-mjrr",
              "tags": [
                "x_refsource_CONFIRM"
              ],
              "url": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-f7mp-9jfp-mjrr"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/pull/4862",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/pull/4862"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/commit/ccd2e83c57d99f725220d37e0152270e0827d71b",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/commit/ccd2e83c57d99f725220d37e0152270e0827d71b"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/releases/tag/v0.29.13",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/releases/tag/v0.29.13"
            }
          ],
          "source": {
            "advisory": "GHSA-f7mp-9jfp-mjrr",
            "discovery": "UNKNOWN"
          },
          "title": "Dokploy: Authenticated OS command injection in backup.restoreBackupWithLogs (databaseName) leading to host RCE"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "assignerShortName": "GitHub_M",
        "cveId": "CVE-2026-72869",
        "datePublished": "2026-08-10T18:40:48.087Z",
        "dateReserved": "2026-08-10T15:28:27.616Z",
        "dateUpdated": "2026-08-11T14:38:29.497Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-72868 (GCVE-0-2026-72868)

    Vulnerability from nvd – Published: 2026-08-10 18:39 – Updated: 2026-08-10 18:39
    VLAI
    Title
    Dokploy: Member-role RCE as host root via destination.testConnection rclone shell injection
    Summary
    Dokploy is a free, self-hostable Platform as a Service (PaaS). Prior to 0.29.13, apps/dokploy/server/api/routers/destination.ts interpolates the accessKey, secretAccessKey, region, endpoint, provider, and bucket fields from destination.testConnection into an rclone ls command executed through child_process.exec. The `withPermission("destination", "create")` path permits a low-privileged organization member to reach the mutation, close a quoted argument with a crafted field, and execute arbitrary commands in the root Dokploy container, which has access to the host Docker socket. This issue is fixed in version 0.29.13.
    CWE
    • CWE-78 - Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')
    • CWE-862 - Missing Authorization
    Assigner
    Impacted products
    Vendor Product Version
    Dokploy dokploy Affected: < 0.29.13
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "cna": {
          "affected": [
            {
              "product": "dokploy",
              "vendor": "Dokploy",
              "versions": [
                {
                  "status": "affected",
                  "version": "\u003c 0.29.13"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "Dokploy is a free, self-hostable Platform as a Service (PaaS). Prior to 0.29.13, apps/dokploy/server/api/routers/destination.ts interpolates the accessKey, secretAccessKey, region, endpoint, provider, and bucket fields from destination.testConnection into an rclone ls command executed through child_process.exec. The `withPermission(\"destination\", \"create\")` path permits a low-privileged organization member to reach the mutation, close a quoted argument with a crafted field, and execute arbitrary commands in the root Dokploy container, which has access to the host Docker socket. This issue is fixed in version 0.29.13."
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "attackComplexity": "LOW",
                "attackVector": "NETWORK",
                "availabilityImpact": "HIGH",
                "baseScore": 9.9,
                "baseSeverity": "CRITICAL",
                "confidentialityImpact": "HIGH",
                "integrityImpact": "HIGH",
                "privilegesRequired": "LOW",
                "scope": "CHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
                "version": "3.1"
              }
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-78",
                  "description": "CWE-78: Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            },
            {
              "descriptions": [
                {
                  "cweId": "CWE-862",
                  "description": "CWE-862: Missing Authorization",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-08-10T18:39:08.724Z",
            "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
            "shortName": "GitHub_M"
          },
          "references": [
            {
              "name": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-f6x8-vfwh-8hjr",
              "tags": [
                "x_refsource_CONFIRM"
              ],
              "url": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-f6x8-vfwh-8hjr"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/pull/4873",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/pull/4873"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/commit/eeb6e7b8ea88e4b4b1fac8460755464100516ac9",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/commit/eeb6e7b8ea88e4b4b1fac8460755464100516ac9"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/releases/tag/v0.29.13",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/releases/tag/v0.29.13"
            }
          ],
          "source": {
            "advisory": "GHSA-f6x8-vfwh-8hjr",
            "discovery": "UNKNOWN"
          },
          "title": "Dokploy: Member-role RCE as host root via destination.testConnection rclone shell injection"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "assignerShortName": "GitHub_M",
        "cveId": "CVE-2026-72868",
        "datePublished": "2026-08-10T18:39:08.724Z",
        "dateReserved": "2026-08-10T15:28:27.616Z",
        "dateUpdated": "2026-08-10T18:39:08.724Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-72902 (GCVE-0-2026-72902)

    Vulnerability from cvelistv5 – Published: 2026-08-10 19:41 – Updated: 2026-08-10 19:41
    VLAI
    Title
    Dokploy: Authenticated RCE via Command Injection in registry.testRegistry / registry.testRegistryById
    Summary
    Dokploy is a free, self-hostable Platform as a Service (PaaS). Prior to 0.29.13, Dokploy allows an authenticated user to execute arbitrary commands on a local or SSH-connected target server because registry.testRegistry and registry.testRegistryById in apps/dokploy/server/api/routers/registry.ts interpolate the password field into an execAsyncRemote shell command instead of using safeDockerLoginCommand. This issue is fixed in version 0.29.13.
    CWE
    • CWE-78 - Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')
    Assigner
    Impacted products
    Vendor Product Version
    Dokploy dokploy Affected: < 0.29.13
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "cna": {
          "affected": [
            {
              "product": "dokploy",
              "vendor": "Dokploy",
              "versions": [
                {
                  "status": "affected",
                  "version": "\u003c 0.29.13"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "Dokploy is a free, self-hostable Platform as a Service (PaaS). Prior to 0.29.13, Dokploy allows an authenticated user to execute arbitrary commands on a local or SSH-connected target server because registry.testRegistry and registry.testRegistryById in apps/dokploy/server/api/routers/registry.ts interpolate the password field into an execAsyncRemote shell command instead of using safeDockerLoginCommand. This issue is fixed in version 0.29.13."
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "attackComplexity": "LOW",
                "attackVector": "NETWORK",
                "availabilityImpact": "HIGH",
                "baseScore": 9.9,
                "baseSeverity": "CRITICAL",
                "confidentialityImpact": "HIGH",
                "integrityImpact": "HIGH",
                "privilegesRequired": "LOW",
                "scope": "CHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
                "version": "3.1"
              }
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-78",
                  "description": "CWE-78: Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-08-10T19:41:40.777Z",
            "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
            "shortName": "GitHub_M"
          },
          "references": [
            {
              "name": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-w6r4-f26v-8g36",
              "tags": [
                "x_refsource_CONFIRM"
              ],
              "url": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-w6r4-f26v-8g36"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/pull/4875",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/pull/4875"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/commit/d3f522b7a6f5100fc0fc0bff5851e48d11d459e2",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/commit/d3f522b7a6f5100fc0fc0bff5851e48d11d459e2"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/releases/tag/v0.29.13",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/releases/tag/v0.29.13"
            }
          ],
          "source": {
            "advisory": "GHSA-w6r4-f26v-8g36",
            "discovery": "UNKNOWN"
          },
          "title": "Dokploy: Authenticated RCE via Command Injection in registry.testRegistry / registry.testRegistryById"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "assignerShortName": "GitHub_M",
        "cveId": "CVE-2026-72902",
        "datePublished": "2026-08-10T19:41:40.777Z",
        "dateReserved": "2026-08-10T17:57:26.142Z",
        "dateUpdated": "2026-08-10T19:41:40.777Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-72901 (GCVE-0-2026-72901)

    Vulnerability from cvelistv5 – Published: 2026-08-10 19:40 – Updated: 2026-08-10 19:40
    VLAI
    Title
    Dokploy: Remote Code Execution via volume-backup
    Summary
    Dokploy is a free, self-hostable Platform as a Service (PaaS). Prior to 0.29.13, Dokploy allows an authenticated low-privilege member to execute arbitrary commands on the control-plane host because the volumeName field accepted by volumeBackup.create and volumeBackup.runManually is interpolated without quoting in packages/server/src/utils/volume-backups/backup.ts and executed through child_process.exec, with Docker socket access making execution host/root-equivalent. This issue is fixed in version 0.29.13.
    CWE
    • CWE-78 - Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')
    Assigner
    Impacted products
    Vendor Product Version
    Dokploy dokploy Affected: < 0.29.13
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "cna": {
          "affected": [
            {
              "product": "dokploy",
              "vendor": "Dokploy",
              "versions": [
                {
                  "status": "affected",
                  "version": "\u003c 0.29.13"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "Dokploy is a free, self-hostable Platform as a Service (PaaS). Prior to 0.29.13, Dokploy allows an authenticated low-privilege member to execute arbitrary commands on the control-plane host because the volumeName field accepted by volumeBackup.create and volumeBackup.runManually is interpolated without quoting in packages/server/src/utils/volume-backups/backup.ts and executed through child_process.exec, with Docker socket access making execution host/root-equivalent. This issue is fixed in version 0.29.13."
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "attackComplexity": "LOW",
                "attackVector": "NETWORK",
                "availabilityImpact": "HIGH",
                "baseScore": 9.9,
                "baseSeverity": "CRITICAL",
                "confidentialityImpact": "HIGH",
                "integrityImpact": "HIGH",
                "privilegesRequired": "LOW",
                "scope": "CHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
                "version": "3.1"
              }
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-78",
                  "description": "CWE-78: Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-08-10T19:40:15.841Z",
            "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
            "shortName": "GitHub_M"
          },
          "references": [
            {
              "name": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-w223-vw9m-4f9c",
              "tags": [
                "x_refsource_CONFIRM"
              ],
              "url": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-w223-vw9m-4f9c"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/pull/4873",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/pull/4873"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/commit/d629faebc6dcb9d4785f84bf30b2b285f9f59379",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/commit/d629faebc6dcb9d4785f84bf30b2b285f9f59379"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/releases/tag/v0.29.13",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/releases/tag/v0.29.13"
            }
          ],
          "source": {
            "advisory": "GHSA-w223-vw9m-4f9c",
            "discovery": "UNKNOWN"
          },
          "title": "Dokploy: Remote Code Execution via volume-backup"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "assignerShortName": "GitHub_M",
        "cveId": "CVE-2026-72901",
        "datePublished": "2026-08-10T19:40:15.841Z",
        "dateReserved": "2026-08-10T17:57:26.142Z",
        "dateUpdated": "2026-08-10T19:40:15.841Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-72886 (GCVE-0-2026-72886)

    Vulnerability from cvelistv5 – Published: 2026-08-10 19:38 – Updated: 2026-08-10 19:51
    VLAI
    Title
    Dokploy: Non-admin member gains root on the host by bypassing the owner/admin check on server-level schedules (incomplete fix of CVE-2026-45632)
    Summary
    Dokploy is a free, self-hostable Platform as a Service (PaaS). From 0.29.2 until 0.29.13, schedule.create and schedule.update in apps/dokploy/server/api/routers/schedule.ts derive serviceId from applicationId or composeId and execute the owner/admin host-schedule gate only in the alternative branch, allowing a member with access to one application to attach its applicationId to a dokploy-server schedule and run a supplied script as root through schedule.runManually. This issue is fixed in version 0.29.13.
    SSVC
    Exploitation: poc Automatable: no Technical Impact: total
    CISA Coordinator (v2.0.3)
    CWE
    • CWE-269 - Improper Privilege Management
    • CWE-863 - Incorrect Authorization
    Assigner
    Impacted products
    Vendor Product Version
    Dokploy dokploy Affected: >= 0.29.2, < 0.29.13
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-72886",
                    "options": [
                      {
                        "Exploitation": "poc"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "total"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-08-10T19:50:48.122483Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-08-10T19:51:12.939Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "references": [
              {
                "tags": [
                  "exploit"
                ],
                "url": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-r89g-h7x9-phr2"
              }
            ],
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "product": "dokploy",
              "vendor": "Dokploy",
              "versions": [
                {
                  "status": "affected",
                  "version": "\u003e= 0.29.2, \u003c 0.29.13"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "Dokploy is a free, self-hostable Platform as a Service (PaaS). From 0.29.2 until 0.29.13, schedule.create and schedule.update in apps/dokploy/server/api/routers/schedule.ts derive serviceId from applicationId or composeId and execute the owner/admin host-schedule gate only in the alternative branch, allowing a member with access to one application to attach its applicationId to a dokploy-server schedule and run a supplied script as root through schedule.runManually. This issue is fixed in version 0.29.13."
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "attackComplexity": "LOW",
                "attackVector": "NETWORK",
                "availabilityImpact": "HIGH",
                "baseScore": 9.9,
                "baseSeverity": "CRITICAL",
                "confidentialityImpact": "HIGH",
                "integrityImpact": "HIGH",
                "privilegesRequired": "LOW",
                "scope": "CHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
                "version": "3.1"
              }
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-269",
                  "description": "CWE-269: Improper Privilege Management",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            },
            {
              "descriptions": [
                {
                  "cweId": "CWE-863",
                  "description": "CWE-863: Incorrect Authorization",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-08-10T19:38:24.177Z",
            "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
            "shortName": "GitHub_M"
          },
          "references": [
            {
              "name": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-r89g-h7x9-phr2",
              "tags": [
                "x_refsource_CONFIRM"
              ],
              "url": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-r89g-h7x9-phr2"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/pull/4869",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/pull/4869"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/commit/1e3f10bd22c1c28a7b65a2d7ac15a0a5e47599eb",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/commit/1e3f10bd22c1c28a7b65a2d7ac15a0a5e47599eb"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/releases/tag/v0.29.13",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/releases/tag/v0.29.13"
            }
          ],
          "source": {
            "advisory": "GHSA-r89g-h7x9-phr2",
            "discovery": "UNKNOWN"
          },
          "title": "Dokploy: Non-admin member gains root on the host by bypassing the owner/admin check on server-level schedules (incomplete fix of CVE-2026-45632)"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "assignerShortName": "GitHub_M",
        "cveId": "CVE-2026-72886",
        "datePublished": "2026-08-10T19:38:24.177Z",
        "dateReserved": "2026-08-10T15:28:27.618Z",
        "dateUpdated": "2026-08-10T19:51:12.939Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-72885 (GCVE-0-2026-72885)

    Vulnerability from cvelistv5 – Published: 2026-08-10 19:31 – Updated: 2026-08-11 14:36
    VLAI
    Title
    Dokploy: Authenticated Command Injection in Dokploy Dockerfile Builder
    Summary
    Dokploy is a free, self-hostable Platform as a Service (PaaS). Prior to 0.29.13, dockerContextPath accepted by apps/dokploy/components/dashboard/application/build/show.tsx flows through getDockerContextPath in packages/server/src/utils/filesystem/directory.ts into the unquoted cd command in packages/server/src/utils/builders/docker-file.ts before execution by execAsync, allowing an authenticated application editor to execute arbitrary commands on the Dokploy host. This issue is fixed in version 0.29.13.
    SSVC
    Exploitation: poc Automatable: yes Technical Impact: partial
    CISA Coordinator (v2.0.3)
    CWE
    • CWE-78 - Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')
    Assigner
    Impacted products
    Vendor Product Version
    Dokploy dokploy Affected: < 0.29.13
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-72885",
                    "options": [
                      {
                        "Exploitation": "poc"
                      },
                      {
                        "Automatable": "yes"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-08-11T14:36:31.336588Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-08-11T14:36:45.390Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "references": [
              {
                "tags": [
                  "exploit"
                ],
                "url": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-qjrc-g63x-qhp9"
              }
            ],
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "product": "dokploy",
              "vendor": "Dokploy",
              "versions": [
                {
                  "status": "affected",
                  "version": "\u003c 0.29.13"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "Dokploy is a free, self-hostable Platform as a Service (PaaS). Prior to 0.29.13, dockerContextPath accepted by apps/dokploy/components/dashboard/application/build/show.tsx flows through getDockerContextPath in packages/server/src/utils/filesystem/directory.ts into the unquoted cd command in packages/server/src/utils/builders/docker-file.ts before execution by execAsync, allowing an authenticated application editor to execute arbitrary commands on the Dokploy host. This issue is fixed in version 0.29.13."
            }
          ],
          "metrics": [
            {
              "cvssV4_0": {
                "attackComplexity": "LOW",
                "attackRequirements": "NONE",
                "attackVector": "NETWORK",
                "baseScore": 0,
                "baseSeverity": "NONE",
                "privilegesRequired": "NONE",
                "subAvailabilityImpact": "NONE",
                "subConfidentialityImpact": "NONE",
                "subIntegrityImpact": "NONE",
                "userInteraction": "NONE",
                "vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:N/SI:N/SA:N",
                "version": "4.0",
                "vulnAvailabilityImpact": "NONE",
                "vulnConfidentialityImpact": "NONE",
                "vulnIntegrityImpact": "NONE"
              }
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-78",
                  "description": "CWE-78: Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-08-10T19:31:36.859Z",
            "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
            "shortName": "GitHub_M"
          },
          "references": [
            {
              "name": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-qjrc-g63x-qhp9",
              "tags": [
                "x_refsource_CONFIRM"
              ],
              "url": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-qjrc-g63x-qhp9"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/pull/4860",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/pull/4860"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/commit/cba0b253c7de4157dd932de7f16a2ad247c7cee9",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/commit/cba0b253c7de4157dd932de7f16a2ad247c7cee9"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/releases/tag/v0.29.13",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/releases/tag/v0.29.13"
            }
          ],
          "source": {
            "advisory": "GHSA-qjrc-g63x-qhp9",
            "discovery": "UNKNOWN"
          },
          "title": "Dokploy: Authenticated Command Injection in Dokploy Dockerfile Builder"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "assignerShortName": "GitHub_M",
        "cveId": "CVE-2026-72885",
        "datePublished": "2026-08-10T19:31:36.859Z",
        "dateReserved": "2026-08-10T15:28:27.618Z",
        "dateUpdated": "2026-08-11T14:36:45.390Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-72884 (GCVE-0-2026-72884)

    Vulnerability from cvelistv5 – Published: 2026-08-10 19:30 – Updated: 2026-08-11 14:48
    VLAI
    Title
    Dokploy: Command Injection via Compose Custom Command
    Summary
    Dokploy is a free, self-hostable Platform as a Service (PaaS). Prior to 0.29.13, sanitizeCommand in packages/server/src/utils/builders/compose.ts only trims whitespace and strips surrounding quotes from compose.command before exportEnvCommand and docker command interpolation, allowing an authenticated user who can update a Compose service to inject shell metacharacters and execute arbitrary commands on the Dokploy host. This issue is fixed in version 0.29.13.
    SSVC
    Exploitation: poc Automatable: no Technical Impact: total
    CISA Coordinator (v2.0.3)
    CWE
    • CWE-78 - Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')
    Assigner
    Impacted products
    Vendor Product Version
    Dokploy dokploy Affected: < 0.29.13
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-72884",
                    "options": [
                      {
                        "Exploitation": "poc"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "total"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-08-11T14:46:41.028974Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-08-11T14:48:45.657Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "references": [
              {
                "tags": [
                  "exploit"
                ],
                "url": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-qh6h-669j-77rw"
              }
            ],
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "product": "dokploy",
              "vendor": "Dokploy",
              "versions": [
                {
                  "status": "affected",
                  "version": "\u003c 0.29.13"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "Dokploy is a free, self-hostable Platform as a Service (PaaS). Prior to 0.29.13, sanitizeCommand in packages/server/src/utils/builders/compose.ts only trims whitespace and strips surrounding quotes from compose.command before exportEnvCommand and docker command interpolation, allowing an authenticated user who can update a Compose service to inject shell metacharacters and execute arbitrary commands on the Dokploy host. This issue is fixed in version 0.29.13."
            }
          ],
          "metrics": [
            {
              "cvssV4_0": {
                "attackComplexity": "LOW",
                "attackRequirements": "NONE",
                "attackVector": "NETWORK",
                "baseScore": 8.7,
                "baseSeverity": "HIGH",
                "privilegesRequired": "LOW",
                "subAvailabilityImpact": "NONE",
                "subConfidentialityImpact": "NONE",
                "subIntegrityImpact": "NONE",
                "userInteraction": "NONE",
                "vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N",
                "version": "4.0",
                "vulnAvailabilityImpact": "HIGH",
                "vulnConfidentialityImpact": "HIGH",
                "vulnIntegrityImpact": "HIGH"
              }
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-78",
                  "description": "CWE-78: Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-08-10T19:30:07.319Z",
            "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
            "shortName": "GitHub_M"
          },
          "references": [
            {
              "name": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-qh6h-669j-77rw",
              "tags": [
                "x_refsource_CONFIRM"
              ],
              "url": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-qh6h-669j-77rw"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/pull/4863",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/pull/4863"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/commit/d48037a80203bb0ecaec4f5653aef75fcfdb656d",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/commit/d48037a80203bb0ecaec4f5653aef75fcfdb656d"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/releases/tag/v0.29.13",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/releases/tag/v0.29.13"
            }
          ],
          "source": {
            "advisory": "GHSA-qh6h-669j-77rw",
            "discovery": "UNKNOWN"
          },
          "title": "Dokploy: Command Injection via Compose Custom Command"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "assignerShortName": "GitHub_M",
        "cveId": "CVE-2026-72884",
        "datePublished": "2026-08-10T19:30:07.319Z",
        "dateReserved": "2026-08-10T15:28:27.617Z",
        "dateUpdated": "2026-08-11T14:48:45.657Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-72883 (GCVE-0-2026-72883)

    Vulnerability from cvelistv5 – Published: 2026-08-10 19:28 – Updated: 2026-08-10 19:28
    VLAI
    Title
    Dokploy: WebSocket Terminal Missing Service-Level Access Control
    Summary
    Dokploy is a free, self-hostable Platform as a Service (PaaS). Prior to 0.29.13, the WebSocket handlers in apps/dokploy/server/wss/terminal.ts, apps/dokploy/server/wss/docker-container-terminal.ts, apps/dokploy/server/wss/docker-container-logs.ts, and apps/dokploy/server/wss/docker-stats.ts validate organization membership but do not enforce checkServiceAccess, accessedServerIds, or accessedServices, allowing an authenticated organization member to obtain root terminal access and read logs or statistics for restricted servers and services. This issue is fixed in version 0.29.13.
    CWE
    Assigner
    Impacted products
    Vendor Product Version
    Dokploy dokploy Affected: < 0.29.13
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "cna": {
          "affected": [
            {
              "product": "dokploy",
              "vendor": "Dokploy",
              "versions": [
                {
                  "status": "affected",
                  "version": "\u003c 0.29.13"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "Dokploy is a free, self-hostable Platform as a Service (PaaS). Prior to 0.29.13, the WebSocket handlers in apps/dokploy/server/wss/terminal.ts, apps/dokploy/server/wss/docker-container-terminal.ts, apps/dokploy/server/wss/docker-container-logs.ts, and apps/dokploy/server/wss/docker-stats.ts validate organization membership but do not enforce checkServiceAccess, accessedServerIds, or accessedServices, allowing an authenticated organization member to obtain root terminal access and read logs or statistics for restricted servers and services. This issue is fixed in version 0.29.13."
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "attackComplexity": "LOW",
                "attackVector": "NETWORK",
                "availabilityImpact": "HIGH",
                "baseScore": 8.8,
                "baseSeverity": "HIGH",
                "confidentialityImpact": "HIGH",
                "integrityImpact": "HIGH",
                "privilegesRequired": "LOW",
                "scope": "UNCHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
                "version": "3.1"
              }
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-862",
                  "description": "CWE-862: Missing Authorization",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-08-10T19:28:45.416Z",
            "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
            "shortName": "GitHub_M"
          },
          "references": [
            {
              "name": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-qf9j-c9p4-r4xp",
              "tags": [
                "x_refsource_CONFIRM"
              ],
              "url": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-qf9j-c9p4-r4xp"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/pull/4865",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/pull/4865"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/commit/1bc76e9e5b8a9acd14a58cd8a1828c25918f162e",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/commit/1bc76e9e5b8a9acd14a58cd8a1828c25918f162e"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/commit/68f5afae42fca353dcb3d3bc6219ffe9e168cb91",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/commit/68f5afae42fca353dcb3d3bc6219ffe9e168cb91"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/releases/tag/v0.29.13",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/releases/tag/v0.29.13"
            }
          ],
          "source": {
            "advisory": "GHSA-qf9j-c9p4-r4xp",
            "discovery": "UNKNOWN"
          },
          "title": "Dokploy: WebSocket Terminal Missing Service-Level Access Control"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "assignerShortName": "GitHub_M",
        "cveId": "CVE-2026-72883",
        "datePublished": "2026-08-10T19:28:45.416Z",
        "dateReserved": "2026-08-10T15:28:27.617Z",
        "dateUpdated": "2026-08-10T19:28:45.416Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-72882 (GCVE-0-2026-72882)

    Vulnerability from cvelistv5 – Published: 2026-08-10 19:27 – Updated: 2026-08-10 19:27
    VLAI
    Title
    Dokploy: Authenticated blind command injection via file mounts leads to direct remote host RCE on managed servers
    Summary
    Dokploy is a free, self-hostable Platform as a Service (PaaS). In 0.28.8 and earlier, an authenticated user who can create or update file mounts for a service can inject shell metacharacters into filePath, causing Dokploy to execute attacker-controlled commands on the configured remote managed server over SSH. In the default deployment model, this yields direct remote host RCE from the web interface.
    CWE
    • CWE-78 - Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')
    Assigner
    References
    Impacted products
    Vendor Product Version
    Dokploy dokploy Affected: <= 0.28.8
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "cna": {
          "affected": [
            {
              "product": "dokploy",
              "vendor": "Dokploy",
              "versions": [
                {
                  "status": "affected",
                  "version": "\u003c= 0.28.8"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "Dokploy is a free, self-hostable Platform as a Service (PaaS). In 0.28.8 and earlier, an authenticated user who can create or update file mounts for a service can inject shell metacharacters into filePath, causing Dokploy to execute attacker-controlled commands on the configured remote managed server over SSH. In the default deployment model, this yields direct remote host RCE from the web interface."
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "attackComplexity": "LOW",
                "attackVector": "NETWORK",
                "availabilityImpact": "HIGH",
                "baseScore": 9.9,
                "baseSeverity": "CRITICAL",
                "confidentialityImpact": "HIGH",
                "integrityImpact": "HIGH",
                "privilegesRequired": "LOW",
                "scope": "CHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
                "version": "3.1"
              }
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-78",
                  "description": "CWE-78: Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-08-10T19:27:09.197Z",
            "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
            "shortName": "GitHub_M"
          },
          "references": [
            {
              "name": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-qcf5-jjjp-7794",
              "tags": [
                "x_refsource_CONFIRM"
              ],
              "url": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-qcf5-jjjp-7794"
            }
          ],
          "source": {
            "advisory": "GHSA-qcf5-jjjp-7794",
            "discovery": "UNKNOWN"
          },
          "title": "Dokploy: Authenticated blind command injection via file mounts leads to direct remote host RCE on managed servers"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "assignerShortName": "GitHub_M",
        "cveId": "CVE-2026-72882",
        "datePublished": "2026-08-10T19:27:09.197Z",
        "dateReserved": "2026-08-10T15:28:27.617Z",
        "dateUpdated": "2026-08-10T19:27:09.197Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-72881 (GCVE-0-2026-72881)

    Vulnerability from cvelistv5 – Published: 2026-08-10 19:21 – Updated: 2026-08-10 19:51
    VLAI
    Title
    Dokploy: Command Injection via database credentials in backup/restore commands
    Summary
    Dokploy is a free, self-hostable Platform as a Service (PaaS). Prior to 0.29.13, database backup and restore command builders in packages/server/src/utils/backups/utils.ts and packages/server/src/utils/restore/utils.ts interpolate database names, usernames, and passwords into nested shell command strings passed to child_process.exec(). An authenticated administrator with permission to create databases and configure backups can use crafted database configuration fields to execute arbitrary commands inside PostgreSQL, MariaDB, MySQL, MongoDB, or LibSQL containers, exposing database data and credentials and potentially enabling escape when a container is overprivileged. This issue is fixed in version 0.29.13.
    SSVC
    Exploitation: poc Automatable: no Technical Impact: partial
    CISA Coordinator (v2.0.3)
    CWE
    • CWE-78 - Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')
    Assigner
    Impacted products
    Vendor Product Version
    Dokploy dokploy Affected: < 0.29.13
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-72881",
                    "options": [
                      {
                        "Exploitation": "poc"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-08-10T19:51:35.828285Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-08-10T19:51:51.254Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "references": [
              {
                "tags": [
                  "exploit"
                ],
                "url": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-qc73-mp78-4833"
              }
            ],
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "product": "dokploy",
              "vendor": "Dokploy",
              "versions": [
                {
                  "status": "affected",
                  "version": "\u003c 0.29.13"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "Dokploy is a free, self-hostable Platform as a Service (PaaS). Prior to 0.29.13, database backup and restore command builders in packages/server/src/utils/backups/utils.ts and packages/server/src/utils/restore/utils.ts interpolate database names, usernames, and passwords into nested shell command strings passed to child_process.exec(). An authenticated administrator with permission to create databases and configure backups can use crafted database configuration fields to execute arbitrary commands inside PostgreSQL, MariaDB, MySQL, MongoDB, or LibSQL containers, exposing database data and credentials and potentially enabling escape when a container is overprivileged. This issue is fixed in version 0.29.13."
            }
          ],
          "metrics": [
            {
              "cvssV4_0": {
                "attackComplexity": "LOW",
                "attackRequirements": "NONE",
                "attackVector": "NETWORK",
                "baseScore": 6.4,
                "baseSeverity": "MEDIUM",
                "privilegesRequired": "HIGH",
                "subAvailabilityImpact": "HIGH",
                "subConfidentialityImpact": "HIGH",
                "subIntegrityImpact": "HIGH",
                "userInteraction": "NONE",
                "vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:L/VI:L/VA:L/SC:H/SI:H/SA:H",
                "version": "4.0",
                "vulnAvailabilityImpact": "LOW",
                "vulnConfidentialityImpact": "LOW",
                "vulnIntegrityImpact": "LOW"
              }
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-78",
                  "description": "CWE-78: Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-08-10T19:21:05.484Z",
            "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
            "shortName": "GitHub_M"
          },
          "references": [
            {
              "name": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-qc73-mp78-4833",
              "tags": [
                "x_refsource_CONFIRM"
              ],
              "url": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-qc73-mp78-4833"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/pull/4862",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/pull/4862"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/commit/ccd2e83c57d99f725220d37e0152270e0827d71b",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/commit/ccd2e83c57d99f725220d37e0152270e0827d71b"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/releases/tag/v0.29.13",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/releases/tag/v0.29.13"
            }
          ],
          "source": {
            "advisory": "GHSA-qc73-mp78-4833",
            "discovery": "UNKNOWN"
          },
          "title": "Dokploy: Command Injection via database credentials in backup/restore commands"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "assignerShortName": "GitHub_M",
        "cveId": "CVE-2026-72881",
        "datePublished": "2026-08-10T19:21:05.484Z",
        "dateReserved": "2026-08-10T15:28:27.617Z",
        "dateUpdated": "2026-08-10T19:51:51.254Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-72880 (GCVE-0-2026-72880)

    Vulnerability from cvelistv5 – Published: 2026-08-10 19:19 – Updated: 2026-08-11 14:51
    VLAI
    Title
    Dokploy: Arbitrary File Write + Remote OS Command Injection via `certificatePath`
    Summary
    Dokploy is a free, self-hostable Platform as a Service (PaaS). Prior to 0.29.13, the apiCreateCertificate schema in packages/server/src/db/schema/certificate.ts accepts a client-supplied certificatePath, and packages/server/src/services/certificate.ts joins that value to the certificate root without confinement. An authenticated user with certificate create or delete permission can use certificatePath to write attacker-controlled certificate content outside the intended directory or delete an out-of-root directory. This vulnerability is fixed in 0.29.13.
    SSVC
    Exploitation: poc Automatable: no Technical Impact: total
    CISA Coordinator (v2.0.3)
    CWE
    • CWE-78 - Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')
    Assigner
    Impacted products
    Vendor Product Version
    Dokploy dokploy Affected: < 0.29.13
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-72880",
                    "options": [
                      {
                        "Exploitation": "poc"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "total"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-08-11T14:50:24.561850Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-08-11T14:51:46.782Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "references": [
              {
                "tags": [
                  "exploit"
                ],
                "url": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-q9qw-ch66-5hw3"
              }
            ],
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "product": "dokploy",
              "vendor": "Dokploy",
              "versions": [
                {
                  "status": "affected",
                  "version": "\u003c 0.29.13"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "Dokploy is a free, self-hostable Platform as a Service (PaaS). Prior to 0.29.13, the apiCreateCertificate schema in packages/server/src/db/schema/certificate.ts accepts a client-supplied certificatePath, and packages/server/src/services/certificate.ts joins that value to the certificate root without confinement. An authenticated user with certificate create or delete permission can use certificatePath to write attacker-controlled certificate content outside the intended directory or delete an out-of-root directory. This vulnerability is fixed in 0.29.13."
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "attackComplexity": "LOW",
                "attackVector": "NETWORK",
                "availabilityImpact": "HIGH",
                "baseScore": 9.9,
                "baseSeverity": "CRITICAL",
                "confidentialityImpact": "HIGH",
                "integrityImpact": "HIGH",
                "privilegesRequired": "LOW",
                "scope": "CHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
                "version": "3.1"
              }
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-78",
                  "description": "CWE-78: Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-08-10T19:19:39.951Z",
            "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
            "shortName": "GitHub_M"
          },
          "references": [
            {
              "name": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-q9qw-ch66-5hw3",
              "tags": [
                "x_refsource_CONFIRM"
              ],
              "url": "https://github.com/Dokploy/dokploy/security/advisories/GHSA-q9qw-ch66-5hw3"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/pull/4873",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/pull/4873"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/commit/16b5b7293f9883327a89c69fcb6e5718767b064a",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/commit/16b5b7293f9883327a89c69fcb6e5718767b064a"
            },
            {
              "name": "https://github.com/Dokploy/dokploy/releases/tag/v0.29.13",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Dokploy/dokploy/releases/tag/v0.29.13"
            }
          ],
          "source": {
            "advisory": "GHSA-q9qw-ch66-5hw3",
            "discovery": "UNKNOWN"
          },
          "title": "Dokploy: Arbitrary File Write + Remote OS Command Injection via `certificatePath`"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "assignerShortName": "GitHub_M",
        "cveId": "CVE-2026-72880",
        "datePublished": "2026-08-10T19:19:39.951Z",
        "dateReserved": "2026-08-10T15:28:27.617Z",
        "dateUpdated": "2026-08-11T14:51:46.782Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }