
ちなみに今なので言える話だが、自分が修正した CVE-2026-22818 悪用しようとするとWebCrypto の importKey()でRSA形式のJWKをHMAC鍵でないと判定してエラーを返すので、悪用は不可能だったりする 塞いでおいた方が良いことには代わりないけど https://zenn.dev/calloc134/articles/hono-jwt-jwk-alg-confusion
Post summary
The post discusses CVE‑2026‑22818, a JWK algorithm confusion in WebCrypto importKey; the author fixed it, notes that exploitation is blocked by an import error, and links to an article detailing the fix.

