CVE-2026-28802: Authlib: Setting `alg: none` and a blank signature appears to bypass signature verification
Authlib is a Python library which builds OAuth and OpenID Connect servers. From version 1.6.5 to before version 1.6.7, previous tests involving passing a malicious JWT containing alg: none and an empty signature was passing the signature verification step without any changes to the application code when a failure was expected.. This issue has been patched in version 1.6.7.
Security readout for executives and security teams
Plain-English summary
Authlib versions 1.6.5 and 1.6.6 could accept a JWT claiming no signing algorithm with a blank signature, allowing signature verification bypass. Systems relying on Authlib for OAuth or OpenID Connect token validation may accept forged tokens. The issue is critical because network attackers need no privileges or user interaction. Fixed in 1.6.7.
Executive priority
Treat as urgent for internet-facing or SSO-integrated systems using affected Authlib versions. The business risk is unauthorized access or data exposure through token trust failure. Patch quickly, but scope work to confirmed Authlib 1.6.5 and 1.6.6 exposure.
Technical view
This is CWE-347 improper verification of cryptographic signature in Authlib >=1.6.5 and <1.6.7. The reported condition involved malicious JWTs using alg:none and an empty signature unexpectedly passing verification. CVSS 3.1 is 9.1: AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N. Upstream identifies version 1.6.7 as patched.
Likely exposure
Exposure is limited to applications or packaged products using Authlib 1.6.5 or 1.6.6 for JWT, OAuth, or OpenID Connect token verification. Check direct Python dependencies, transitive dependencies, containers, and vendor packages. Authlib versions before 1.6.5 are not listed as affected in the provided sources.
Exploitation context
The source bundle does not show CISA KEV listing or confirmed active exploitation. The vulnerability is remotely reachable when token verification is exposed through authentication flows. The high risk comes from possible trust bypass, not from evidence of in-the-wild exploitation in the provided sources.
Researcher notes
Do not assume all JWT libraries or all Authlib versions are affected. The evidence names Authlib 1.6.5 through before 1.6.7 and a specific alg:none plus blank-signature verification bypass. Public sources identify a patch, upstream commits, Red Hat tracking, and multiple Red Hat advisories.
Mitigation direction
Upgrade Authlib to version 1.6.7 or later.
Apply relevant vendor updates for packaged Authlib, including Red Hat advisories where applicable.
Review vendor guidance for any environment-specific mitigation or backport status.
Prioritize services that validate bearer tokens, ID tokens, or OAuth assertions.
Retest authentication and authorization flows after updating.
Validation and detection
Inventory deployed Authlib versions in applications, images, and packaged dependencies.
Confirm no runtime uses Authlib versions 1.6.5 or 1.6.6.
Check Red Hat advisory applicability for managed platform packages.
Review authentication logs for unusual token acceptance patterns if feasible.
Run regression tests covering rejected unsigned or invalidly signed JWTs.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-347: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-347 · source CWE mapping
Improper Verification of Cryptographic Signature
Improper Verification of Cryptographic Signature represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.