Vulnerability Description
Coolify is an open-source and self-hostable tool for managing servers, applications, and databases. Prior to 4.0.0-beta.471, the TrustProxies middleware trusts all proxies ($proxies = '*'), accepting X-Forwarded-Host from any source. The TrustHosts middleware, intended to prevent host header attacks, has a circular caching dependency that prevents it from ever validating hosts. When a password reset is requested, the ResetPassword notification generates the reset URL using url(route(..., false)), which derives the host from the (spoofable) request. An unauthenticated attacker can trigger a password reset email containing a link pointing to an attacker-controlled domain, enabling token theft and account takeover. This issue is fixed in version 4.0.0-beta.471.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/coollabsio/coolify/commit/98569e4edbfc316877c9e0d27ea89fab3c4
- https://github.com/coollabsio/coolify/pull/9193
- https://github.com/coollabsio/coolify/releases/tag/v4.0.0-beta.471
- https://github.com/coollabsio/coolify/security/advisories/GHSA-cgj8-7m5q-x5gv
- https://github.com/coollabsio/coolify/security/advisories/GHSA-cgj8-7m5q-x5gv
FAQ
What is CVE-2026-34198?
CVE-2026-34198 is a vulnerability with a CVSS score of 5.3 (MEDIUM). Coolify is an open-source and self-hostable tool for managing servers, applications, and databases. Prior to 4.0.0-beta.471, the TrustProxies middleware trusts all proxies ($proxies = '*'), accepting ...
How severe is CVE-2026-34198?
CVE-2026-34198 has been rated MEDIUM with a CVSS base score of 5.3/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-34198?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.