Coder allows organizations to provision remote development environments via Terraform. Prior to versions 2.29.17, 2.32.7, 2.33.8, and 2.34.2, Coder's subdomain-based workspace app proxy allowed the same-owner CORS check to be bypassed. When a workspace-name subdomain segment parsed as a UUID, the workspace was resolved by ID without confirming the URL's username matched the real owner, while the CORS middleware trusted the unverified username in the hostname. Practical exploitation requires subdomain app routing (wildcard hostname) enabled and a victim who visits the attacker's crafted app URL while authenticated. The fix in versions 2.29.17, 2.32.7, 2.33.8, and 2.34.2 validates the subdomain username against the resolved workspace's actual owner and bases the same-owner CORS decision on the authoritative owner identity. No known workarounds are available.
References
| Link | Resource |
|---|---|
| https://github.com/coder/coder/pull/26085 | Issue Tracking Patch |
| https://github.com/coder/coder/pull/26086 | Issue Tracking Patch |
| https://github.com/coder/coder/releases/tag/v2.29.17 | Release Notes |
| https://github.com/coder/coder/releases/tag/v2.32.7 | Release Notes |
| https://github.com/coder/coder/releases/tag/v2.33.8 | Release Notes |
| https://github.com/coder/coder/releases/tag/v2.34.2 | Release Notes |
| https://github.com/coder/coder/security/advisories/GHSA-5wg6-jmq2-53pw | Patch Vendor Advisory |
Configurations
Configuration 1 (hide)
|
History
08 Jul 2026, 19:38
| Type | Values Removed | Values Added |
|---|---|---|
| CPE | cpe:2.3:a:coder:coder:*:*:*:*:*:go:*:* | |
| First Time |
Coder coder
Coder |
|
| References | () https://github.com/coder/coder/pull/26085 - Issue Tracking, Patch | |
| References | () https://github.com/coder/coder/pull/26086 - Issue Tracking, Patch | |
| References | () https://github.com/coder/coder/releases/tag/v2.29.17 - Release Notes | |
| References | () https://github.com/coder/coder/releases/tag/v2.32.7 - Release Notes | |
| References | () https://github.com/coder/coder/releases/tag/v2.33.8 - Release Notes | |
| References | () https://github.com/coder/coder/releases/tag/v2.34.2 - Release Notes | |
| References | () https://github.com/coder/coder/security/advisories/GHSA-5wg6-jmq2-53pw - 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:38
NVD link : CVE-2026-55438
Mitre link : CVE-2026-55438
CVE.ORG link : CVE-2026-55438
JSON object : View
Products Affected
coder
- coder
CWE
CWE-346
Origin Validation Error
