Improper Size Limitation in Hono Web Framework by HonoJS
CVE-2026-44456
6.5MEDIUM
What is CVE-2026-44456?
The Hono web application framework, designed to support various JavaScript runtimes, has a vulnerability in its bodyLimit() function prior to version 4.12.16. This flaw allows for requests with oversized payloads to bypass the intended size restriction when the Content-Length is not set correctly, particularly with Transfer-Encoding: chunked requests. As a result, oversized requests can reach the application handlers, potentially leading to unexpected behaviors, including returning a success status code (200) instead of an appropriate error response (413). Users are advised to upgrade to version 4.12.16 or later to mitigate these issues.
Affected Version(s)
hono < 4.12.16
