FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
JWT Algorithm Confusion Attack: Two Active CVEs in 2026
NewsWeb Development

JWT Algorithm Confusion Attack: Two Active CVEs in 2026

via Dev.to WebdevHari Prakash1mo ago

Two JWT algorithm confusion attack CVEs dropped in January 2026, both with public proof-of-concept exploits, both exploiting the exact same root cause: JWT libraries that let the token's own alg header dictate how signature verification works. CVE-2026-22817 hit Hono — one of the fastest-growing edge-runtime frameworks — with a CVSS score of 8.2. CVE-2026-23993 hit HarbourJwt, a Go library, with a bypass so simple it requires zero cryptographic knowledge. If you run anything that validates JWTs, this is your wake-up call to check whether your library actually pins the algorithm. I spent a morning decoding forged tokens from both POC exploits using the PinusX JWT Decoder , and the signatures of a weaponized JWT are obvious once you know what to look for. Here's the breakdown. CVE-2026-22817: Hono's RS256-to-HS256 Swap (CVSS 8.2) Hono is a lightweight web framework that runs on Cloudflare Workers, Deno, Bun, and Node.js. Its built-in JWT middleware, in all versions before 4.11.4, was vul

Continue reading on Dev.to Webdev

Opens in a new tab

Read Full Article
40 views

Related Articles

Amazon Spring Sale live blog 2026: Last day to score top deals
News

Amazon Spring Sale live blog 2026: Last day to score top deals

ZDNet • 16h ago

Mastering Clean Code Part 6
News

Mastering Clean Code Part 6

Medium Programming • 16h ago

Be honest: are we still becoming better developers, or just faster at assembling code with tools we barely understand? Shipping fast feels good until the bug shows up in production and nobody really knows why.
News

Be honest: are we still becoming better developers, or just faster at assembling code with tools we barely understand? Shipping fast feels good until the bug shows up in production and nobody really knows why.

Dev.to • 16h ago

5 gadgets I'm buying this spring to grow my green thumb (and they're still discounted)
News

5 gadgets I'm buying this spring to grow my green thumb (and they're still discounted)

ZDNet • 17h ago

The Graph Problems You’re Already Solving (Just Badly)
News

The Graph Problems You’re Already Solving (Just Badly)

Medium Programming • 17h ago

Discover More Articles