CVE-2026-54320 PUBLISHED

Daytona: Cross-tenant organization takeover via invitation acceptance with an unverified email

Assigner: GitHub_M
Reserved: 12.06.2026 Published: 23.06.2026 Updated: 24.06.2026

Daytona is a secure and elastic infrastructure runtime for AI-generated code execution and agent workflows. Prior to 0.184.0, organization invitations could be accepted (and declined) by a user whose email matched the invitation but had not been verified. Daytona authenticates users via OIDC and matches an invitation's target email against the email in the caller's token, but the invitation accept and decline paths did not require that email to be verified, unlike organization creation, which already enforced verification. On identity providers that allow self-service signup and issue a session before the email is verified, an actor could register an address matching a pending invitation, leave it unverified, and accept the invitation, joining the target organization with the role the invitation carried (up to Owner). This vulnerability is fixed in 0.184.0.

Metrics

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

Product Status

Vendor daytonaio
Product daytona
Versions
  • Version < 0.184.0 is affected

References

Problem Types

  • CWE-287: Improper Authentication CWE
  • CWE-863: Incorrect Authorization CWE