Improper Control of Generation of Code ('Code Injection') Affecting hono package, versions <3.11.7
Threat Intelligence
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications- Snyk ID SNYK-JS-HONO-6129121
- published 26 Apr 2024
- disclosed 14 Dec 2023
- credit Unknown
Introduced: 14 Dec 2023
CVE-2023-50710 Open this link in a new tabHow to fix?
Upgrade hono
to version 3.11.7 or higher.
Overview
hono is an Ultrafast web framework for the Edges
Affected versions of this package are vulnerable to Improper Control of Generation of Code ('Code Injection') due to the use of TrieRouter
or when matching patterns not supported by the default RegExpRouter
. An attacker can influence the behavior of the application by injecting unintended parameters when deleting REST API resources.
Note:
This is only exploitable if a privileged user interacts with the application in a way that allows for parameter override.
Workaround
This vulnerability can be mitigated by avoiding the use of TrieRouter
directly.