Impact
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.
Patches
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.
Workarounds
Disable Google authentication until you can upgrade.
References
Impact
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.Patches
The fix hardcodes the expected
RS256algorithm instead of trusting the JWT header, and replaces the Google adapter's custom key fetcher withjwks-rsawhich rejects unknown key IDs.Workarounds
Disable Google authentication until you can upgrade.
References