CVE-2026-27883 PUBLISHED

Coolify: IDOR in Deployment API - Cross-Team Deployment Information Disclosure

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, the GET /api/v1/deployments/{uuid} endpoint allows any authenticated user to access deployment details belonging to any team, bypassing team-based authorization. The $teamId is extracted from the authentication token but never used to scope the database query. 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