PT-2026-69103 · Hono · Hono
CVE-2026-71848
·
Published
2026-08-07
·
Updated
2026-08-08
CVSS v3.1
5.3
Medium
| Vector | AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L |
Name of the Vulnerable Software and Affected Versions
Hono versions 4.12.0 through 4.12.33
Description
The
languageDetector middleware is susceptible to an algorithmic complexity denial of service. This occurs when the normalizeLanguage() function processes a crafted language tag containing an excessive number of hyphen-separated subtags. The function repeatedly calls parts.slice(0, i).join('-') for every possible prefix, causing string processing to grow quadratically relative to the number of subtags. Depending on the configuration, these language values can be supplied via a query parameter, cookie, Accept-Language header, or URL path. Because the default configuration enables query string, cookie, and header detection, unauthenticated requests can trigger this behavior, leading to excessive CPU consumption and synchronous event-loop blocking that prevents other requests from being processed.Recommendations
Update to version 4.12.34.
Exploit
Fix
DoS
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Hono