๐Ÿ” CVE Alert

CVE-2026-84364

MEDIUM 5.3

Hono: Unbounded dot-notation nesting in `parseBody()` can cause memory exhaustion

CVSS Score
5.3
EPSS Score
0.0%
EPSS Percentile
0th

Hono is a Web application framework that provides support for any JavaScript runtime. Prior to 4.13.5, when parseBody() expands dot-separated form field names into nested objects with dot-notation parsing enabled, it does not limit the nesting depth or the total number of intermediate objects created. Empty segments are preserved, so one deeply dotted field name can encode one nesting level per byte, while a large number of shallowly dotted fields can create the same amplification across a request. A request body within a normal size limit can therefore allocate an object graph far larger than the request after the body has already been accepted. An unauthenticated attacker who can reach an affected endpoint can send concurrent requests that exhaust the JavaScript heap, terminate the server process, and leave the service unavailable until restart. Dot-notation parsing is not enabled by default, and applications using the default behavior are not affected. This issue is fixed in version 4.13.5.

CWE CWE-400
Vendor honojs
Product hono
Published Sep 1, 2026
Stay Ahead of the Next One

Get instant alerts for honojs hono

Be the first to know when new medium vulnerabilities affecting honojs hono are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
Low

Affected Versions

honojs / hono
< 4.13.5

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/honojs/hono/security/advisories/GHSA-g6gw-c38x-mqfc github.com: https://github.com/honojs/hono/commit/531e9c5a3ae058d10de33f643055bd4009a87178 github.com: https://github.com/honojs/hono/releases/tag/v4.13.5