Authorization Weakness in Hono Web Application Framework
CVE-2026-29045
7.5HIGH
What is CVE-2026-29045?
The Hono Web Application Framework, which supports various JavaScript runtimes, exhibited an authorization bypass issue prior to version 4.12.4. An inconsistency in URL decoding methods between the routing and static file serving components allowed attackers to access protected resources without proper authorization. Specifically, the routing mechanism leveraged decodeURI, while the static serving function utilized decodeURIComponent. This mismatch enabled attackers to exploit encoded slashes (%2F) in URLs, thus circumventing middleware protections and accessing restricted filesystem paths. This vulnerability has been addressed in the patched version 4.12.4.
Affected Version(s)
hono < 4.12.4
