CVE-2026-55430

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

Configuration 1 (hide)

OR cpe:2.3:a:coder:coder:*:*:*:*:*:go:*:*
cpe:2.3:a:coder:coder:*:*:*:*:*:go:*:*
cpe:2.3:a:coder:coder:*:*:*:*:*:go:*:*
cpe:2.3:a:coder:coder:*:*:*:*:*:go:*:*

History

08 Jul 2026, 19:43

Type Values Removed Values Added
First Time Coder coder
Coder
CPE cpe:2.3:a:coder:coder:*:*:*:*:*:go:*:*
References () https://github.com/coder/coder/pull/26204 - () https://github.com/coder/coder/pull/26204 - Issue Tracking, Patch
References () https://github.com/coder/coder/releases/tag/v2.29.17 - () https://github.com/coder/coder/releases/tag/v2.29.17 - Release Notes
References () https://github.com/coder/coder/releases/tag/v2.32.7 - () https://github.com/coder/coder/releases/tag/v2.32.7 - Release Notes
References () https://github.com/coder/coder/releases/tag/v2.33.8 - () https://github.com/coder/coder/releases/tag/v2.33.8 - Release Notes
References () https://github.com/coder/coder/releases/tag/v2.34.2 - () https://github.com/coder/coder/releases/tag/v2.34.2 - Release Notes
References () https://github.com/coder/coder/security/advisories/GHSA-5g4w-3vw9-478w - () https://github.com/coder/coder/security/advisories/GHSA-5g4w-3vw9-478w - Patch, Vendor Advisory

08 Jul 2026, 01:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-07-08 01:16

Updated : 2026-07-08 19:43


NVD link : CVE-2026-55430

Mitre link : CVE-2026-55430

CVE.ORG link : CVE-2026-55430


JSON object : View

Products Affected

coder

  • coder
CWE
CWE-345

Insufficient Verification of Data Authenticity

CWE-441

Unintended Proxy or Intermediary ('Confused Deputy')