CVE-2026-55075 Details
Description
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, two flaws in Coder's OIDC login chained into account takeover. Email-based user matching fell back to linking by email without checking for an existing link to a different IdP subject and the `email_verified` claim was only enforced when present as a boolean `false` so an absent or non-boolean claim was treated as verified. The fix in versions 2.29.7, 2.32.7, 2.33.8, and 2.34.2 restricts the email fallback to first-time and legacy linking and defaults `email_verified` to false when the claim is absent or of an unexpected type. As a workaround, configure the OIDC provider to disallow self-registration or to require email verification before issuing tokens.
A vulnerability in Coder's OpenID Connect (OIDC) login process allowed for account takeover. This issue was present in Coder versions prior to 2.29.7, 2.32.7, 2.33.8, and 2.34.2. The vulnerability arose because the email-based user matching process improperly linked accounts by email without verifying if they were already connected to a different identity provider (IdP) subject. Additionally, the 'email_verified' claim was only enforced when it explicitly indicated 'false', allowing an absent or non-boolean claim to be mistakenly considered verified. Exploitation required an attacker to authenticate with an OIDC provider using an email that matched a victim's Coder account, and the victim's account had to be unlinked from another IdP subject.
Users can upgrade to Coder versions 2.29.17, 2.32.7, 2.33.8, or 2.34.2, all of which include the necessary fix. Instructions for upgrading Coder are available in the Coder documentation. As an additional step, OIDC providers can be configured to disallow self-registration or to require email verification before issuing tokens.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Jul 8, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/coder/coder/pull/25712 | [email protected] | Issue TrackingPatch |
| https://github.com/coder/coder/pull/25713 | [email protected] | Issue TrackingPatch |
| https://github.com/coder/coder/releases/tag/v2.29.17 | [email protected] | Release Notes |
| https://github.com/coder/coder/releases/tag/v2.32.7 | [email protected] | Release Notes |
| https://github.com/coder/coder/releases/tag/v2.33.8 | [email protected] | Release Notes |
| https://github.com/coder/coder/releases/tag/v2.34.2 | [email protected] | Release Notes |
| https://github.com/coder/coder/security/advisories/GHSA-9r87-mvcw-x35f | [email protected] | PatchVendor Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-287 | Improper Authentication | [email protected] |
| CWE-289 | Authentication Bypass by Alternate Name | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| coder coder | < 2.29.17 >= 2.30.0, < 2.32.7 >= 2.33.0, < 2.33.8 >= 2.34.0, < 2.34.2 |
CPE
Remediation
| |
Change History
3 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 8, 2026 | Initial Analysis | [email protected] |
| Jul 8, 2026 | CVE Modified | CISA-ADP |
| Jul 7, 2026 | New CVE Received | [email protected] |