CVE-2024-32652 HIGH

CVE-2024-32652: @hono/node-server contains Denial of Service risk when receiving Host header that cannot be parsed

Vendor Honojs
Product node-server
Weakness CWE-755
Published April 19, 2024
Last update August 2, 2024

CVSS base score

7.5/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality None
Integrity None

CVSS vector

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

What the vulnerability does

01Description

The adapter @hono/node-server allows you to run your Hono application on Node.js. Prior to 1.10.1, the application hangs when receiving a Host header with a value that `@hono/node-server` can't handle well. Invalid values are those that cannot be parsed by the `URL` as a hostname such as an empty string, slashes `/`, and other strings. The version 1.10.1 includes the fix for this issue.

Key dates

02Disclosure timeline

April 19, 2024 CVE published
August 2, 2024 Record updated