CVE-2023-50710 MEDIUM

CVE-2023-50710: Hono's named path parameters can be overridden in TrieRouter

Vendor Honojs
Product hono
Weakness CWE-94 · Code injection
Published December 14, 2023
Last update August 2, 2024

CVSS base score

4.2/10
Attack vector Network
Attack complexity High
Privileges required None
User interaction Required
Confidentiality None
Integrity Low

CVSS vector

CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:L

What the vulnerability does

01Description

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.

Key dates

02Disclosure timeline

December 14, 2023 CVE published
August 2, 2024 Record updated