Description
Hono is a Web application framework that provides support for any JavaScript runtime. Prior to 4.12.16, bodyLimit() does not reliably enforce maxSize for requests without a usable Content-Length (e.g. Transfer-Encoding: chunked). Oversized requests can reach handlers and return 200 instead of 413. This vulnerability is fixed in 4.12.16.
Published: 2026-05-13
Score: 6.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Hono is a web application framework for JavaScript runtimes that includes a bodyLimit() helper to restrict the size of incoming request bodies. Prior to version 4.12.16, this helper does not reliably enforce the maximum size when the request lacks a usable Content-Length header, such as when using Transfer-Encoding: chunked. Consequently, an oversized payload may be fully read and passed to application handlers, producing a 200 OK response instead of the intended 413 Payload Too Large error. This flaw can lead to unchecked resource consumption, potentially exhausting memory or other server resources. The weakness is classified as CWE‑400, Unchecked Input for Resource Consumption.

Affected Systems

The vulnerability applies to all installations of the Hono framework with a version older than 4.12.16, regardless of the underlying JavaScript runtime. The CNA product listing is honojs:hono and does not specify platform or runtime details. All released versions before 4.12.16 are affected; no later versions address the issue.

Risk and Exploitability

The CVSS base score of 6.5 indicates moderate severity. The EPSS score is unavailable, and the vulnerability is not listed in the CISA KEV catalog, suggesting that documented exploitation is currently limited. An attacker only needs the ability to send an HTTP request with Transfer-Encoding: chunked or otherwise unspecified length; no authentication or privileged access is required. The attack could be launched from any network that can reach the application, making the risk readily exploitable in both internal and external contexts.

Generated by OpenCVE AI on May 13, 2026 at 18:02 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Hono to version 4.12.16 or later, which contains the bodyLimit enforcement fix
  • Configure your HTTP server or reverse proxy to reject requests with Transfer-Encoding: chunked and enforce a maximum body size
  • Add custom middleware to validate payload size before processing handlers if upgrading is not immediately possible

Generated by OpenCVE AI on May 13, 2026 at 18:02 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-9vqf-7f2p-gf9v Hono: bodyLimit() can be bypassed for chunked / unknown-length requests
History

Wed, 13 May 2026 18:45:00 +0000

Type Values Removed Values Added
First Time appeared Hono
Hono hono
CPEs cpe:2.3:a:hono:hono:*:*:*:*:*:node.js:*:*
Vendors & Products Hono
Hono hono

Wed, 13 May 2026 16:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 13 May 2026 15:15:00 +0000

Type Values Removed Values Added
Description Hono is a Web application framework that provides support for any JavaScript runtime. Prior to 4.12.16, bodyLimit() does not reliably enforce maxSize for requests without a usable Content-Length (e.g. Transfer-Encoding: chunked). Oversized requests can reach handlers and return 200 instead of 413. This vulnerability is fixed in 4.12.16.
Title Hono: bodyLimit() can be bypassed for chunked / unknown-length requests
Weaknesses CWE-400
References
Metrics cvssV3_1

{'score': 6.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-05-13T15:31:19.896Z

Reserved: 2026-05-06T15:49:25.193Z

Link: CVE-2026-44456

cve-icon Vulnrichment

Updated: 2026-05-13T15:31:15.252Z

cve-icon NVD

Status : Analyzed

Published: 2026-05-13T16:16:57.567

Modified: 2026-05-13T18:34:43.090

Link: CVE-2026-44456

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-05-14T14:30:15Z

Weaknesses