CVE-2026-45791 PUBLISHED

Dokploy: Password Change Does Not Revoke Active Sessions

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 user.update procedure in apps/dokploy/server/api/routers/user.ts updates account.password without deleting other rows from session, allowing a compromised better-auth.session_token session to remain valid for up to three days after a password change. This issue is fixed in version 0.29.6.

Metrics

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

Product Status

Vendor Dokploy
Product dokploy
Versions
  • Version < 0.29.6 is affected

References

Problem Types

  • CWE-613: Insufficient Session Expiration CWE