CVE-2026-27882 PUBLISHED

Coolify: Timing Attack in GitLab Webhook Token Validation

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.461, the GitLab webhook endpoint uses a non-constant-time string comparison operator (!==) to validate the webhook secret token. This implementation is vulnerable to timing attacks, which could allow an attacker to gradually discover the secret token by measuring response time differences. This vulnerability is fixed in 4.0.0-beta.461.

Metrics

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

Product Status

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

References

Problem Types

  • CWE-208: Observable Timing Discrepancy CWE