CVE-2026-34198

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.
Configurations

No configuration.

History

07 Jul 2026, 14:16

Type Values Removed Values Added
References () https://github.com/coollabsio/coolify/security/advisories/GHSA-cgj8-7m5q-x5gv - () https://github.com/coollabsio/coolify/security/advisories/GHSA-cgj8-7m5q-x5gv -

07 Jul 2026, 04:17

Type Values Removed Values Added
New CVE

Information

Published : 2026-07-07 04:17

Updated : 2026-07-07 14:16


NVD link : CVE-2026-34198

Mitre link : CVE-2026-34198

CVE.ORG link : CVE-2026-34198


JSON object : View

Products Affected

No product.

CWE
CWE-346

Origin Validation Error

CWE-640

Weak Password Recovery Mechanism for Forgotten Password