Description
Hono is a web framework written in TypeScript. Prior to version 3.11.7, clients may override named path parameter values from previous requests if the application is using TrieRouter. So, there is a risk that a privileged user may use unintended parameters when deleting REST API resources. TrieRouter is used either explicitly or when the application matches a pattern that is not supported by the default RegExpRouter. Version 3.11.7 includes the change to fix this issue. As a workaround, avoid using TrieRouter directly.
References (3)
Core 3
Core References
Exploit, Vendor Advisory x_refsource_confirm
https://github.com/honojs/hono/security/advisories/GHSA-f6gv-hh8j-q8vq
Patch x_refsource_misc
https://github.com/honojs/hono/commit/8e2b6b08518998783f66d31db4f21b1b1eecc4c8
Release Notes x_refsource_misc
https://github.com/honojs/hono/releases/tag/v3.11.7
Scores
CVSS v3
4.2
EPSS
0.0036
EPSS Percentile
58.3%
Attack Vector
NETWORK
CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:L
Details
CWE
CWE-94
Status
published
Products (2)
hono/hono
< 3.11.7
npm/hono
0 - 3.11.7npm
Published
Dec 14, 2023
Tracked Since
Feb 18, 2026