CVE-2026-28498
Authlib is a Python library which builds OAuth and OpenID Connect servers. Prior to version 1.6.9, a library-level vulnerability was identified in the Authlib Python library concerning the validation of OpenID Connect (OIDC) ID Tokens. Specifically, the internal hash verification logic (_verify_hash) responsible for validating the at_hash (Access Token Hash) and c_hash (Authorization Code Hash) claims exhibits a fail-open behavior when encountering an unsupported or unknown cryptographic algorithm. This flaw allows an attacker to bypass mandatory integrity protections by supplying a forged ID Token with a deliberately unrecognized alg header parameter. The library intercepts the unsupported state and silently returns True (validation passed), inherently violating fundamental cryptographic design principles and direct OIDC specifications. This issue has been patched in version 1.6.9.
EPSS 0.03% · 8.9th percentile
Risk Scores
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| PyPI | authlib | 0, 0, 0 |
| authlib | authlib | < 1.6.9, 0, < 1.6.9 |
Exploit Intelligence
- CIRCL seen: CVE-2026-28498 (circl-sighting)
- https://github.com/authlib/authlib/commit/b9bb2b25bf8b7e01512d847a95c1749646eaa72b (circl)
- https://github.com/authlib/authlib/releases/tag/v1.6.9 (circl)
- https://github.com/authlib/authlib/security/advisories/GHSA-m344-f55w-2m6j (nist-nvd)
- CVE-2026-28498.json (github-poc)
- CVE-2026-28498.json (github-poc)
- CVE-2026-28498.json (github-poc)
- CVE-2026-28498.json (github-poc)
- CVE-2026-28498.json (github-poc)
- CVE-2026-28498.json (github-poc)
…and 10 more exploits
Timeline
- Mar 16, 2026 CVE Published
- Mar 17, 2026 EPSS Score
- Mar 17, 2026 Coalition ESS Score
- Mar 17, 2026 Security Advisory
- Mar 18, 2026 EPSS Score
- Mar 18, 2026 PoC Published
- Mar 19, 2026 EPSS Score
- Mar 20, 2026 EPSS Score
- Mar 21, 2026 EPSS Score
- Mar 22, 2026 EPSS Score
- Mar 23, 2026 EPSS Score
- Mar 24, 2026 EPSS Score
References
- https://github.com/authlib/authlib/security/advisories/GHSA-m344-f55w-2m6j url
- https://github.com/authlib/authlib/commit/b9bb2b25bf8b7e01512d847a95c1749646eaa72b url
- https://github.com/authlib/authlib/releases/tag/v1.6.9 url
- https://nvd.nist.gov/vuln/detail/CVE-2026-28498 advisory
- https://github.com/authlib/authlib package