Vulnerability Description
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.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Hono | Node-Server | >= 1.3.0, < 1.10.1 |
Related Weaknesses (CWE)
References
- https://github.com/honojs/node-server/commit/d847e60249fd8183ba0998bc379ba205056Patch
- https://github.com/honojs/node-server/issues/159ExploitIssue TrackingThird Party Advisory
- https://github.com/honojs/node-server/security/advisories/GHSA-hgxw-5xg3-69jxVendor Advisory
- https://github.com/honojs/node-server/commit/d847e60249fd8183ba0998bc379ba205056Patch
- https://github.com/honojs/node-server/issues/159ExploitIssue TrackingThird Party Advisory
- https://github.com/honojs/node-server/security/advisories/GHSA-hgxw-5xg3-69jxVendor Advisory
FAQ
What is CVE-2024-32652?
CVE-2024-32652 is a vulnerability with a CVSS score of 7.5 (HIGH). 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...
How severe is CVE-2024-32652?
CVE-2024-32652 has been rated HIGH with a CVSS base score of 7.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2024-32652?
Check the references section above for vendor advisories and patch information. Affected products include: Hono Node-Server.