Predictive Vulnerability Intelligence.

Product

  • Product
  • Pricing
  • Documentation

Company

  • About
  • Partnerships
  • Blog
  • Support

Legal

  • Terms
  • Privacy
  • Data Licensing

© 2026 FAUCET Technologies LLC. All rights reserved.

CVE-2026-55076

33
FAUCET Score

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.

First published: Jul 7, 2026Last modified: Jul 7, 2026

Impacted Technologies

VendorProductVersion(s)CPE
< 2.29.17CPE matchmatch criteria
cpe:2.3:a:coder:coder:*:*:*:*:*:go:*:*
>= 2.30.0, < 2.32.7CPE matchmatch criteria
cpe:2.3:a:coder:coder:*:*:*:*:*:go:*:*
>= 2.33.0, < 2.33.8CPE matchmatch criteria
cpe:2.3:a:coder:coder:*:*:*:*:*:go:*:*
>= 2.34.0, < 2.34.2CPE matchmatch criteria
cpe:2.3:a:coder:coder:*:*:*:*:*:go:*:*

CVSS Data

CVSS version used by this source: 3.1

7.4HIGH

CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N

Attack Vector
NETWORK
Attack Complexity
HIGH
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality Impact
HIGH
Integrity Impact
HIGH
Availability Impact
NONE
Exploitability Score
2.2
Impact Score
5.2
CvssVersion
3.1

Exploit Intelligence

EPSS Score
0.31%
Probability of exploitation in next 30 days
EPSS Percentile
23.0%
Percentile rank of EPSS score among Peer Group
As of 2026-07-26
Model: v2026.06.15
This CVE's current EPSS score of 0.0031 is in the 3rd percentile among its peer group of 8,914 CVEs.

Social Chatter

The average CVE in this peer group has 0.0 Twitter, 0.1 Reddit, 0.1 Bluesky, 0.0 Mastodon, and 0.2 GitHub mentions.

Media Mentions

No media coverage found for this CVE.

The average CVE in this peer group has 0.1 InfoSec Media, 0.0 Vendor Blog, and 0.0 Security Researcher mentions.

Remediation

Patch Available

Vendor Patches (5)

github_advisorypatch availablevia nvd_reference
View patch
gopatch availablevia ghsa
Product: github.com/coder/coder/v2Fixed in: 2.34.2
gopatch availablevia ghsa
Product: github.com/coder/coder/v2Fixed in: 2.33.8
gopatch availablevia ghsa
Product: github.com/coder/coder/v2Fixed in: 2.32.7
gopatch availablevia ghsa
Product: github.com/coder/coder/v2Fixed in: 2.29.17

Vendor Advisories (1)

goGHSA-75vm-6w67-gwvphigh

Coder's OIDC email_verified type coercion bypass enables account takeover via unverified email linking

Jul 6, 2026

References

github.com / coder/coder/pull/25712
Issue TrackingPatch
github.com / coder/coder/pull/25713
Issue TrackingPatch
github.com / coder/coder/releases/tag/v2.29.17
Release Notes
github.com / coder/coder/releases/tag/v2.32.7
Release Notes
github.com / coder/coder/releases/tag/v2.33.8
Release Notes
github.com / coder/coder/releases/tag/v2.34.2
Release Notes
github.com / coder/coder/security/advisories/GHSA-75vm-6w67-gwvp
PatchVendor Advisory