Back to overview

CVE-2026-34198

MEDIUM
5.3
CVSS 3.1
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.

Metadata

CVE ID
CVE-2026-34198
State
PUBLISHED
Assigner
GitHub_M
Reserved
2026-03-26 15:57 UTC
Published
2026-07-07 03:01 UTC
Last updated
2026-07-07 03:01 UTC
Primary CWE
CWE-640
CWE-640: Weak Password Recovery Mechanism for Forgotten Pass…
Vendor / Product
coollabsio / coolify
Sources
cve.org  ·  NVD

Severity & Metrics

5.3 MEDIUM CVSS 3.1
CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:H/A:N
Affected products (1)
VendorProductPlatformVersions
coollabsio coolify < 4.0.0-beta.471
Weakness (CWE)
CWESourceDescription
CWE-346 cna CWE-346: Origin Validation Error
CWE-640 cna CWE-640: Weak Password Recovery Mechanism for Forgotten Password
CVSS scores (1)
ScoreSeverityVersionSourceVector
5.3 MEDIUM 3.1 cna CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:H/A:N
References (4)
Back to overview