An unauthenticated attacker can forge a Google authentication token with alg: "none" to log in as any user linked to a Google account, without knowing their credentials. All deployments with Google authentication enabled are affected.
The fix hardcodes the expected RS256 algorithm instead of trusting the JWT header, and replaces the Google adapter's custom key fetcher with jwks-rsa which rejects unknown key IDs.
Disable Google authentication until you can upgrade.
{
"github_reviewed_at": "2026-02-25T23:00:49Z",
"nvd_published_at": "2026-02-26T00:16:25Z",
"cwe_ids": [
"CWE-327",
"CWE-345"
],
"severity": "CRITICAL",
"github_reviewed": true
}