CVE-2026-86059: Dokploy: Git Provider Credential Exposure via Unprotected .one Endpoints and application.one
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.
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade
Dokployto a version that resolves this vulnerability.Fixed in 0.29.13
Event History
Frequently Asked Questions
Which Dokploy deployments are affected?
Dokploy versions before 0.29.13 are affected. Organizations are exposed when members have application read access or can supply a Git provider identifier, even if those members were not assigned access to the Git provider.
What level of access does an attacker need?
An attacker must already be an organization member with application read access, or have a provider identifier for the provider endpoints. No user interaction is required, and the attacker does not need Git provider access assigned by the organization.
What credentials could be exposed?
The affected routes can disclose plaintext Git provider credentials, including GitHub App private keys, OAuth tokens, client secrets, webhook secrets, and app passwords. These credentials may allow access to private repositories or manipulation of external workflows.