CVE-2026-55076
Last modified
CVE-2026-55076 is a high-severity vulnerability rated 7.4/10 on the CVSS scale. 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, Coder's OIDC callback checked `email_verified` with a direct Go `bool` type assertion. EPSS estimates a 0.48% chance of exploitation in the next 30 days.
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, Coder's OIDC callback checked `email_verified` with a direct Go `bool` type assertion. When an IdP returned the claim as a non-boolean (for example the string `"false"`) or omitted it, the assertion failed open and the email was treated as verified. Combined with an unconditional email-based account fallback, this enabled account takeover. The fix in versions 2.29.7, 2.32.7, 2.33.8, and 2.34.2 coerces `email_verified` across bool, string and numeric types (fail-closed) and blocks the email fallback when the matched user already has a different linked IdP subject. As a workaround, ensure the IdP returns `email_verified` as a native JSON boolean. The email-fallback linking issue has no configuration workaround; upgrading is required.
Metrics
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Coder | Coder | < 2.29.17 |
| Coder | Coder | >= 2.30.0, < 2.32.7 |
| Coder | Coder | >= 2.33.0, < 2.33.8 |
| Coder | Coder | >= 2.34.0, < 2.34.2 |
References
- https://github.com/coder/coder/pull/25712Issue Tracking, Patch
- https://github.com/coder/coder/pull/25713Issue Tracking, Patch
- https://github.com/coder/coder/releases/tag/v2.29.17Release Notes
- https://github.com/coder/coder/releases/tag/v2.32.7Release Notes
- https://github.com/coder/coder/releases/tag/v2.33.8Release Notes
- https://github.com/coder/coder/releases/tag/v2.34.2Release Notes
- https://github.com/coder/coder/security/advisories/GHSA-75vm-6w67-gwvpPatch, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-55076?
How severe is CVE-2026-55076?
How do I fix CVE-2026-55076?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-55057Integer overflow or wraparound in Microsoft Office allows an…5.5
- CVE-2026-55058Out-of-bounds read in Microsoft Office Excel allows an unaut…7.8
- CVE-2026-5506The Wavr plugin for WordPress is vulnerable to Stored Cross-…6.4
- CVE-2026-55069Kestra is an open-source, event-driven orchestration platfor…8.7
- CVE-2026-5507When restoring a session from cache, a pointer from the seri…4
- CVE-2026-55075Coder allows organizations to provision remote development e…7.4
- CVE-2026-55077Coder allows organizations to provision remote development e…7.2
- CVE-2026-55078Coder allows organizations to provision remote development e…6.5
- CVE-2026-55079Coder allows organizations to provision remote development e…6.5
- CVE-2026-5508The WowPress plugin for WordPress is vulnerable to Stored Cr…6.4
- CVE-2026-55081DHIS2 is a flexible information system for data capture, man…7.3
- CVE-2026-55082DHIS2 is a flexible information system for data capture, man…8.7
Are you affected by CVE-2026-55076?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
