Description
Dokploy is a free, self-hostable Platform as a Service (PaaS). Prior to 0.29.13, Dokploy organization members without Git provider access can retrieve plaintext provider credentials through github.one, gitlab.one, gitea.one, and bitbucket.one because those protected procedures return full provider rows without applying getAccessibleGitProviderIds or an organization check. The application.one route also returns nested GitHub, GitLab, Gitea, and Bitbucket relations from findApplicationById with GitHub App private keys, OAuth tokens, client secrets, webhook secrets, and app passwords even when hasGitProviderAccess is false. A member with application read access or a provider identifier can therefore bypass per-member provider assignment and use the exposed credentials to access private repositories or manipulate external workflows. This issue is fixed in version 0.29.13.
Published: 2026-09-22
Score: 9.6 Critical
EPSS: n/a
KEV: No
Impact: Credential Exposure
Action: Patch Immediately
AI Analysis

Impact

The vulnerability allows Dokploy users who normally lack access to a Git provider to retrieve plaintext provider credentials via the github.one, gitlab.one, gitea.one, and bitbucket.one endpoints, as well as nested GitHub, GitLab, Gitea, and Bitbucket credentials through the application.one route. The exposed data includes private keys, OAuth tokens, client secrets, webhook secrets, and app passwords, enabling an attacker to read private repositories or manipulate external workflows. The weakness is classified as CWE‑200 (Information Exposure) and CWE‑862 (Missing Authorization).

Affected Systems

Dokploy, the self‑hosted Platform as a Service, is affected in all releases prior to 0.29.13. Users of older versions that interact with the .one endpoints or the application.one route are able to exploit the flaw regardless of their assigned Git provider permissions.

Risk and Exploitability

The CVSS score of 9.6 classifies this issue as Critical, and the lack of a publicly available EPSS score does not diminish the high likelihood that the flaw will be leveraged by malicious actors. The vulnerability is not currently listed in CISA KEV, but its severity and the fact that exposed credentials can be used to access private resources make it a high‑risk exploit that can be performed over standard network connections to the Dokploy instance. The likely attack vector is a direct HTTP request to the vulnerable endpoints by any member with at least application read access, allowing bypass of per‑member provider assignment.

Generated by OpenCVE AI on September 22, 2026 at 17:38 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Dokploy to version 0.29.13 or later.
  • Confirm that the .one and application.one routes no longer expose credentials to members without provider access.
  • Revoke any credentials that may have been exposed and generate new secrets for affected Git providers.

Generated by OpenCVE AI on September 22, 2026 at 17:38 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 22 Sep 2026 17:45:00 +0000

Type Values Removed Values Added
First Time appeared Dokploy
Dokploy dokploy
Vendors & Products Dokploy
Dokploy dokploy

Tue, 22 Sep 2026 16:30:00 +0000

Type Values Removed Values Added
Description Dokploy is a free, self-hostable Platform as a Service (PaaS). Prior to 0.29.13, Dokploy organization members without Git provider access can retrieve plaintext provider credentials through github.one, gitlab.one, gitea.one, and bitbucket.one because those protected procedures return full provider rows without applying getAccessibleGitProviderIds or an organization check. The application.one route also returns nested GitHub, GitLab, Gitea, and Bitbucket relations from findApplicationById with GitHub App private keys, OAuth tokens, client secrets, webhook secrets, and app passwords even when hasGitProviderAccess is false. A member with application read access or a provider identifier can therefore bypass per-member provider assignment and use the exposed credentials to access private repositories or manipulate external workflows. This issue is fixed in version 0.29.13.
Title Dokploy: Git Provider Credential Exposure via Unprotected .one Endpoints and application.one
Weaknesses CWE-200
CWE-862
References
Metrics cvssV3_1

{'score': 9.6, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-09-22T17:12:07.183Z

Reserved: 2026-09-04T19:29:21.059Z

Link: CVE-2026-86059

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Deferred

Published: 2026-09-22T17:17:27.690

Modified: 2026-09-22T17:17:27.820

Link: CVE-2026-86059

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-22T17:30:18Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor

  • CWE-862

    Missing Authorization