Description
Dokploy is a free, self-hostable Platform as a Service (PaaS). Prior to 0.29.6, Dokploy's organization.inviteMember tRPC procedure in apps/dokploy/server/api/routers/organization.ts allows a user with member:create permission to invite an account with the owner role, while packages/server/src/services/user.ts allows a privileged self-hosted user to create an account with an arbitrary role, enabling permanent organization takeover because owner roles cannot be demoted. This issue is fixed in version 0.29.6.
Published: 2026-08-17
Score: 8 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Dokploy’s inviteMember API allowed a member-level user with the member:create permission to invite a new account with the owner role. This privileged self-hosted functionality also enabled any user with the ability to create accounts to assign an arbitrary role. The combination of these misconfigurations enabled an attacker to inject an account that holds owner privileges and cannot be demoted, resulting in an absolute takeover of the organization and all its resources. The affected weakness is a role-based access control flaw.

Affected Systems

The vulnerability applies to Dokploy versions prior to 0.29.6. All deployments of Dokploy that have not applied the v0.29.6 release are affected. The problem is inherent to the organization.inviteMember procedure in the server API and the account creation logic in the user services module.

Risk and Exploitability

The CVSS score of 8 classifies the issue as high severity. EPSS information is not available, so the current public exploitation probability cannot be quantified, but because the vulnerability directly allows a member to elevate privileges and acquire owner rights, the attack can be performed with no further prerequisites beyond legitimate membership and API access. The vulnerability is not listed in CISA’s KEV catalog, which suggests no public exploit evidence yet, yet the impact of a successful exploit would be catastrophic for all affected organizations. The likely attack vector is through the documented API endpoint, which may be accessed by an authenticated member with the member:create permission.

Generated by OpenCVE AI on August 17, 2026 at 23:54 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Dokploy to version 0.29.6 or later which contains the security fix.
  • Revoke owner roles that may have been inadvertently granted through the vulnerable invite flow.
  • Remediate the role assignment logic in the user creation service and ensure the inviteMember API validates the target role against the inviter’s permissions.

Generated by OpenCVE AI on August 17, 2026 at 23:54 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 17 Aug 2026 23:00:00 +0000

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

Mon, 17 Aug 2026 21:30:00 +0000

Type Values Removed Values Added
Description Dokploy is a free, self-hostable Platform as a Service (PaaS). Prior to 0.29.6, Dokploy's organization.inviteMember tRPC procedure in apps/dokploy/server/api/routers/organization.ts allows a user with member:create permission to invite an account with the owner role, while packages/server/src/services/user.ts allows a privileged self-hosted user to create an account with an arbitrary role, enabling permanent organization takeover because owner roles cannot be demoted. This issue is fixed in version 0.29.6.
Title Dokploy: Invitation Role Escalation Allows Organization Takeover
Weaknesses CWE-269
References
Metrics cvssV3_1

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


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-17T21:24:22.499Z

Reserved: 2026-05-13T08:19:32.602Z

Link: CVE-2026-45790

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-17T22:17:14.170

Modified: 2026-08-17T22:17:14.170

Link: CVE-2026-45790

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-18T00:00:05Z

Weaknesses
  • CWE-269

    Improper Privilege Management