github.com
https://github.com/honojs/hono CVE-2026-54286
MEDIUM
Hono: Path traversal in `serve-static` on Windows via encoded backslash (`%5C`)
Record summary
CVE-2026-54286 has a selected CVSS score of 5.9 (medium).
Description
Hono is a Web application framework that provides support for any JavaScript runtime. Prior to 4.12.25, on Windows hosts, an encoded backslash (%5C) in the request path decodes to \, which the Windows path resolver treats as a separator. serve-static then resolves a single URL segment such as admin\secret.txt into a nested file under the root and serves it, letting an attacker read static files meant to be protected behind prefix-mounted middleware. This vulnerability is fixed in 4.12.25.
Description source: CVE List
Exploitation context
CISA SSVC decision
ExploitationNone
AutomatableNo
Technical impactPartial
CISA Coordinator · SSVC 2.0.3 · Evaluated Jun 23, 2026 · Source: CVE List
Affected products and versions
2| Product | Source | Version range | Status |
|---|---|---|---|
| CVE List | < 4.12.25 | affected | |
| GitHub Advisory | Before 4.12.25 · Fixed in 4.12.25 | affected |
References
3github.comConfirmation
https://github.com/honojs/hono/security/advisories/GHSA-wwfh-h76j-fc44 nvd.nist.gov
https://nvd.nist.gov/vuln/detail/CVE-2026-54286