{
    "dataType": "CVE_RECORD",
    "dataVersion": "5.2",
    "cveMetadata": {
        "cveId": "CVE-2026-84364",
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "state": "PUBLISHED",
        "assignerShortName": "GitHub_M",
        "dateReserved": "2026-09-01T16:27:58.128Z",
        "datePublished": "2026-09-01T20:24:55.966Z",
        "dateUpdated": "2026-09-01T20:24:55.966Z"
    },
    "containers": {
        "cna": {
            "title": "Hono: Unbounded dot-notation nesting in `parseBody()` can cause memory exhaustion",
            "problemTypes": [
                {
                    "descriptions": [
                        {
                            "cweId": "CWE-400",
                            "lang": "en",
                            "description": "CWE-400: Uncontrolled Resource Consumption",
                            "type": "CWE"
                        }
                    ]
                }
            ],
            "metrics": [
                {
                    "cvssV3_1": {
                        "attackComplexity": "LOW",
                        "attackVector": "NETWORK",
                        "availabilityImpact": "LOW",
                        "baseScore": 5.3,
                        "baseSeverity": "MEDIUM",
                        "confidentialityImpact": "NONE",
                        "integrityImpact": "NONE",
                        "privilegesRequired": "NONE",
                        "scope": "UNCHANGED",
                        "userInteraction": "NONE",
                        "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
                        "version": "3.1"
                    }
                }
            ],
            "references": [
                {
                    "name": "https://github.com/honojs/hono/security/advisories/GHSA-g6gw-c38x-mqfc",
                    "tags": [
                        "x_refsource_CONFIRM"
                    ],
                    "url": "https://github.com/honojs/hono/security/advisories/GHSA-g6gw-c38x-mqfc"
                },
                {
                    "name": "https://github.com/honojs/hono/commit/531e9c5a3ae058d10de33f643055bd4009a87178",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/honojs/hono/commit/531e9c5a3ae058d10de33f643055bd4009a87178"
                },
                {
                    "name": "https://github.com/honojs/hono/releases/tag/v4.13.5",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/honojs/hono/releases/tag/v4.13.5"
                }
            ],
            "affected": [
                {
                    "vendor": "honojs",
                    "product": "hono",
                    "versions": [
                        {
                            "version": "< 4.13.5",
                            "status": "affected"
                        }
                    ]
                }
            ],
            "providerMetadata": {
                "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
                "shortName": "GitHub_M",
                "dateUpdated": "2026-09-01T20:24:55.966Z"
            },
            "descriptions": [
                {
                    "lang": "en",
                    "value": "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."
                }
            ],
            "source": {
                "advisory": "GHSA-g6gw-c38x-mqfc",
                "discovery": "UNKNOWN"
            }
        }
    }
}