Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
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.30.0 <v2.32.7
Fix Suggestion:
Update to version v2.32.7
github.com/coder/coder/v2 (GO):
Affected version(s) >=v2.34.0 <v2.34.2
Fix Suggestion:
Update to version v2.34.2
github.com/coder/coder/v2 (GO):
Affected version(s) >=v2.0.3-0.20230821192631-2a04d15c6d48 <v2.29.17
Fix Suggestion:
Update to version v2.29.17
github.com/coder/coder/v2 (GO):
Affected version(s) >=v2.33.0 <v2.33.8
Fix Suggestion:
Update to version v2.33.8
Do you need more information?
Contact Us
CVSS 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)
Unintended Proxy or Intermediary ('Confused Deputy')
Insufficient Verification of Data Authenticity
EPSS
Base Score:
0.21