CVE-2026-55430
Published:July 08, 2026
Updated:July 21, 2026
Coder allows organizations to provision remote development environments via Terraform. Prior to versions 2.29.7, 2.32.7, 2.33.8, and 2.34.2, the workspace app proxy resolves the target app from "httpapi.RequestHost()" which prefers the "X-Forwarded-Host" header over the real "Host" header. No middleware strips "X-Forwarded-Host" before routing and the header is not browser-forbidden so client-side JavaScript can set it on "fetch()" calls. Practical exploitation requires subdomain app routing (wildcard hostname) enabled, a victim who visits the attacker's shared app and a deployment whose upstream proxy does not strip "X-Forwarded-Host". The fix in versions 2.29.7, 2.32.7, 2.33.8, and 2.34.2 trusts "X-Forwarded-Host" only from configured trusted proxies and otherwise resolves the routing host from the verified request host. As a workaround, place an upstream reverse proxy that strips or overwrites "X-Forwarded-Host" on untrusted requests.
Affected Packages
github.com/coder/coder/v2 (GO):
Affected version(s) >=v2.34.0 <v2.34.2Fix Suggestion:
Update to version v2.34.2github.com/coder/coder/v2 (GO):
Affected version(s) >=v2.33.0 <v2.33.8Fix Suggestion:
Update to version v2.33.8github.com/coder/coder/v2 (GO):
Affected version(s) >=v2.0.3-0.20230821192631-2a04d15c6d48 <v2.29.17Fix Suggestion:
Update to version v2.29.17github.com/coder/coder/v2 (GO):
Affected version(s) >=v2.30.0 <v2.32.7Fix Suggestion:
Update to version v2.32.7Related Resources (7)
Do you need more information?
Contact UsCVSS v4
Base Score:
6.9
Attack Vector
NETWORK
Attack Complexity
HIGH
Attack Requirements
NONE
Privileges Required
LOW
User Interaction
PASSIVE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
NONE
Vulnerable System Availability
NONE
Subsequent System Confidentiality
HIGH
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
5.8
Attack Vector
NETWORK
Attack Complexity
HIGH
Privileges Required
LOW
User Interaction
REQUIRED
Scope
CHANGED
Confidentiality
HIGH
Integrity
NONE
Availability
NONE
Weakness Type (CWE)
EPSS
Base Score:
0.21