CVE-2026-47676

Hono is a Web application framework that provides support for any JavaScript runtime. Prior to 4.12.21, app.mount() strips the mount prefix from the incoming request path using the raw URL pathname, while route matching is performed against the percent-decoded path. This inconsistency causes the prefix to be stripped at the wrong position when the path contains percent-encoded multi-byte characters, resulting in the mounted sub-application receiving an incorrect path. This vulnerability is fixed in 4.12.21.
Configurations

Configuration 1 (hide)

cpe:2.3:a:hono:hono:*:*:*:*:*:node.js:*:*

History

29 May 2026, 16:55

Type Values Removed Values Added
CPE cpe:2.3:a:hono:hono:*:*:*:*:*:node.js:*:*
First Time Hono
Hono hono
References () https://github.com/honojs/hono/security/advisories/GHSA-2gcr-mfcq-wcc3 - () https://github.com/honojs/hono/security/advisories/GHSA-2gcr-mfcq-wcc3 - Vendor Advisory

28 May 2026, 17:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-05-28 17:16

Updated : 2026-05-29 16:55


NVD link : CVE-2026-47676

Mitre link : CVE-2026-47676

CVE.ORG link : CVE-2026-47676


JSON object : View

Products Affected

hono

  • hono
CWE
CWE-444

Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling')

CWE-693

Protection Mechanism Failure