VulnerabilityCVE-2026-29045CVSS 7.5

CVE-2026-29045: Hono is a Web application framework that provides support for any JavaScript runtime. Prior to version 4.12.4, when using serveStatic together with route-based middleware protections (e.g. app.use('/a

NVD/CVE · [email protected]3/4/2026, 11:16:10 PM 75 points
View Original Source

Summary

Hono is a Web application framework that provides support for any JavaScript runtime. Prior to version 4.12.4, when using serveStatic together with route-based middleware protections (e.g. app.use('/admin/*', ...)), inconsistent URL decoding allowed protected static resources to be accessed without authorization. The router used decodeURI, while serveStatic used decodeURIComponent. This mismatch allowed paths containing encoded slashes (%2F) to bypass middleware protections while still resolving to the intended filesystem path. This issue has been patched in version 4.12.4.

Tags

#CVE-2026-29045#cve

Metadata

Article ID
#300157
Source
NVD/CVE
Scraped At
3/7/2026, 6:11:54 PM
URL Hash
337e9590c8300aaf…