Coder allows organizations to provision remote development environments via Terraform. Starting in version 2.30.0 and prior to versions 2.32.7, 2.33.8, and 2.34.2, AI Bridge proxy endpoints authenticate via `Server.IsAuthorized` in `coderd/aibridgedserver`, which validates key format, expiry, secret and deleted or system users but does not check whether the account is suspended. Because suspension does not revoke existing API keys, a suspended user's unexpired token keeps working. Practical impact is limited to already-issued API keys of suspended users until those keys are deleted. Versions 2.32.7, 2.33.8, and 2.34.2 patch the issue. As a workaround, on suspension, delete the user's API keys via `DELETE /api/v2/users/{user}/keys`.
References
| Link | Resource |
|---|---|
| https://github.com/coder/coder/commit/0d2c9f904a8b75b888140fcc8fbf4633660cc787 | Patch |
| https://github.com/coder/coder/pull/26164 | Issue Tracking Patch |
| https://github.com/coder/coder/pull/26173 | Issue Tracking Patch |
| 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-wqxv-w64v-5wh6 | Patch Vendor Advisory |
Configurations
Configuration 1 (hide)
|
History
08 Jul 2026, 19:37
| Type | Values Removed | Values Added |
|---|---|---|
| References | () https://github.com/coder/coder/commit/0d2c9f904a8b75b888140fcc8fbf4633660cc787 - Patch | |
| References | () https://github.com/coder/coder/pull/26164 - Issue Tracking, Patch | |
| References | () https://github.com/coder/coder/pull/26173 - Issue Tracking, Patch | |
| 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-wqxv-w64v-5wh6 - Patch, Vendor Advisory | |
| CPE | cpe:2.3:a:coder:coder:*:*:*:*:*:go:*:* | |
| First Time |
Coder coder
Coder |
07 Jul 2026, 19:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-07-07 19:16
Updated : 2026-07-09 16:16
NVD link : CVE-2026-55435
Mitre link : CVE-2026-55435
CVE.ORG link : CVE-2026-55435
JSON object : View
Products Affected
coder
- coder
CWE
CWE-863
Incorrect Authorization
