CVE-2026-45790 PUBLISHED

Dokploy: Invitation Role Escalation Allows Organization Takeover

Assigner: GitHub_M
Reserved: 13.05.2026 Published: 17.08.2026 Updated: 17.08.2026

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.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H
CVSS Score: 8

Product Status

Vendor Dokploy
Product dokploy
Versions
  • Version < 0.29.6 is affected

References

Problem Types

  • CWE-269: Improper Privilege Management CWE