Junglewise Threat Intelligence

CVE-2026-86059: Dokploy credential disclosure in provider APIs

CVE-2026-86059 · Severity: critical · CVSS 9.6 · Published 2026-09-22

Technologies: Dokploy. Vendors: Dokploy.

Executive brief

Dokploy is a self-hosted platform that automates application deployment. Organization members without proper Git access permissions can retrieve stored credentials for GitHub, GitLab, Gitea, and Bitbucket through insecure API endpoints, allowing them to access private repositories or modify deployment workflows. This affects versions before 0.29.13 and has been fixed.

Technical details

The vulnerability is an authorization bypass (IDOR) in the application.one, github.one, gitlab.one, gitea.one, and bitbucket.one routes that return full provider records containing OAuth tokens, private keys, client secrets, and webhook secrets without checking per-member provider access permissions or applying access control filters. An authenticated organization member with read access to applications can bypass hasGitProviderAccess checks to retrieve and abuse exposed credentials. The fix excludes sensitive columns at the database query level in findApplicationById and related procedures.

Affected products

  • Dokploy Dokploy before 0.29.13

Timeline

  • 2026-09-22: disclosed

References

Related threats