CVE-2026-34198 MEDIUM

CVE-2026-34198: Coolify: Password reset link poisoning via X-Forwarded-Host header spoofing

Vendor Coollabsio
Product coolify
Weakness CWE-640 · Weak password recovery
Published July 7, 2026
Last update July 7, 2026

CVSS base score

5.3/10
Attack vector Network
Attack complexity High
Privileges required None
User interaction Required
Confidentiality None
Integrity High

CVSS vector

CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:H/A:N

What the vulnerability does

01Description

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.

Key dates

02Disclosure timeline

July 7, 2026 CVE published
July 7, 2026 Record updated

Related vulnerabilities

04Related CVE