Cyber Posture

CVE-2026-29045

High

Published: 04 March 2026

Published
04 March 2026
Modified
06 March 2026
KEV Added
Patch
CVSS Score 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.0005 14.8th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-29045 is a high-severity Hex Encoding (CWE-177) vulnerability in Hono Hono. Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 14.8th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 1 other technique.
Threat & Defense Details

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1005 Data from Local System Collection
Adversaries may search local system sources, such as file systems, configuration files, local databases, virtual machine files, or process memory, to find files of interest and sensitive data prior to Exfiltration.
Why these techniques?

Vulnerability in public-facing Hono web framework enables remote exploitation via crafted encoded paths (T1190) to bypass middleware and directly read protected static files from the local filesystem (T1005).

Confidence: MEDIUM · MITRE ATT&CK Enterprise v18.1

NVD Description

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.…

more

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.

Deeper analysisAI

CVE-2026-29045 affects Hono, a web application framework supporting any JavaScript runtime, in versions prior to 4.12.4. The vulnerability arises from inconsistent URL decoding when using the serveStatic middleware alongside route-based protections, such as app.use('/admin/*', ...). Specifically, Hono's router employs decodeURI, while serveStatic uses decodeURIComponent, creating a mismatch that permits paths with encoded slashes (%2F) to bypass middleware checks yet resolve to the intended filesystem location. This issue, classified under CWE-177 (Incorrect Handling of URL Encoding), carries a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N), indicating high confidentiality impact.

Remote, unauthenticated attackers can exploit this vulnerability over the network with low complexity and no user interaction. By crafting requests with %2F-encoded paths targeting protected static resources, attackers bypass route middleware authorizations, gaining unauthorized read access to sensitive files served via serveStatic without triggering protective logic.

The issue has been addressed in Hono version 4.12.4, as detailed in the project's security advisory (GHSA-q5qw-h33p-qvwr) and the patching commit (6a0607a929d888893f0c91d92dce2fcfdb3662a3). Security practitioners should upgrade to 4.12.4 or later and review applications using serveStatic with path-based middleware for exposure.

Details

CWE(s)

Affected Products

hono
hono
≤ 4.12.4

CVEs Like This One

CVE-2026-27700Same product: Hono Hono
CVE-2026-39408Same product: Hono Hono
CVE-2026-22817Same product: Hono Hono
CVE-2026-22818Same product: Hono Hono
CVE-2026-29087Same vendor: Hono
CVE-2026-22031Shared CWE-177
CVE-2026-22037Shared CWE-177

References