Improper Verification of Cryptographic Signature in hono - CVE-2026-22817
Published: July 24, 2026
Vulnerability details
The vulnerability allows a remote attacker to forge JWTs and bypass authentication or authorization.
The vulnerability exists due to improper verification of cryptographic signature in the JWK/JWKS JWT verification middleware when processing JWTs with a JWK that does not explicitly specify an algorithm. A remote attacker can supply a crafted token with an attacker-controlled alg header value to forge JWTs and bypass authentication or authorization.
The issue affects configurations that use JWK or JWKS-based JWT verification and rely on the resulting claims for authorization decisions.