CVE-2026-72873
Received Received - Intake

Exposure of Git Provider Secrets in Dokploy

Vulnerability report for CVE-2026-72873, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-10

Last updated on: 2026-08-10

Assigner: GitHub, Inc.

Description

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-10
Last Modified
2026-08-10
Generated
2026-08-11
AI Q&A
2026-08-11
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
dokploy dokploy to 0.29.13 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-200 The product exposes sensitive information to an actor that is not explicitly authorized to have access to that information.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

Dokploy is a self-hostable Platform as a Service (PaaS). A vulnerability in versions before 0.29.13 allows an authenticated user with service:read permission to access another user's Git provider secrets (githubClientSecret, githubPrivateKey, githubWebhookSecret) even when access should be restricted. The issue occurs in the application.one API endpoint which returns sensitive data without proper redaction.

Detection Guidance

Check Dokploy version for 0.29.13 or higher. Review application.one API responses for exposed Git provider secrets like githubClientSecret, githubPrivateKey, or githubWebhookSecret.

Impact Analysis

An attacker with service:read permission could steal Git provider secrets, potentially gaining unauthorized access to repositories or other integrated services. This could lead to data breaches, code tampering, or further compromise of connected systems.

Compliance Impact

This vulnerability could lead to unauthorized access to sensitive data, violating GDPR's data protection principles or HIPAA's security requirements for protected health information. Organizations using affected versions may face compliance violations and potential fines.

Mitigation Strategies

Upgrade Dokploy to version 0.29.13 or later. Audit API responses for leaked secrets and rotate any exposed Git provider credentials immediately.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-72873. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart