CVE-2026-22818 Details
Description
Hono is a Web application framework that provides support for any JavaScript runtime. Prior to 4.11.4, there is a flaw in Hono’s JWK/JWKS JWT verification middleware allowed the algorithm specified in the JWT header to influence signature verification when the selected JWK did not explicitly define an algorithm. This could enable JWT algorithm confusion and, in certain configurations, allow forged tokens to be accepted. The JWK/JWKS JWT verification middleware has been updated to require an explicit allowlist of asymmetric algorithms when verifying tokens. The middleware no longer derives the verification algorithm from untrusted JWT header values. This vulnerability is fixed in 4.11.4.
A vulnerability in the Hono web application framework's JWK/JWKS JWT verification middleware, prior to version 4.11.4, allowed the algorithm specified in the JWT header to influence signature verification. This issue arose when the selected JWK did not explicitly define an algorithm, enabling JWT algorithm confusion and, in certain configurations, the acceptance of forged tokens. The vulnerability has been addressed by requiring an explicit allowlist of asymmetric algorithms for verification, preventing the middleware from relying on untrusted JWT header values.
Update to Hono version 4.11.4 or later. When using the JWK/JWKS middleware, specify an allowlist of allowed asymmetric algorithms. The 'alg' option is now required and should include only the algorithms that are explicitly permitted for verification.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Jan 15, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-347 | Improper Verification of Cryptographic Signature | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| hono hono | < 4.11.4 |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Jan 20, 2026 | Initial Analysis | [email protected] |
| Jan 13, 2026 | New CVE Received | [email protected] |