#VU124064 Improper validation of integrity check value in authlib - CVE-2026-28498
Published: March 17, 2026
authlib
Authlib
Description
The vulnerability allows a remote attacker to bypass authentication checks.
The vulnerability exists due to an error in internal hash verification logic (_verify_hash) responsible for validating the at_hash (Access Token Hash) and c_hash (Authorization Code Hash) claims, which exhibits a fail-open behavior when encountering an unsupported or unknown cryptographic algorithm. A remote attacker can bypass mandatory integrity protections by supplying a forged ID Token with a deliberately unrecognized alg header parameter and bypass validation of OpenID Connect (OIDC) ID Tokens.