CVE-2026-27881 PUBLISHED

Coolify: Cross-team deployment information disclosure via GET /api/v1/deployments/{uuid} (IDOR)

Assigner: GitHub_M
Reserved: 24.02.2026 Published: 30.06.2026 Updated: 30.06.2026

Coolify is an open-source and self-hostable tool for managing servers, applications, and databases. Prior to 4.0.0-beta.464, GET /api/v1/deployments/{uuid} in DeployController.php retrieves deployment details without validating that the deployment belongs to the authenticated user's team. Any authenticated API user can read deployment records from other teams by providing a valid deployment UUID. This vulnerability is fixed in 4.0.0-beta.464.

Metrics

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

Product Status

Vendor coollabsio
Product coolify
Versions
  • Version < 4.0.0-beta.464 is affected

References

Problem Types

  • CWE-639: Authorization Bypass Through User-Controlled Key CWE