CVE-2026-71848
Last modified
CVE-2026-71848 is a medium-severity vulnerability rated 5.3/10 on the CVSS scale. Hono is a Web application framework that provides support for any JavaScript runtime. From 4.12.0 to 4.12.33, the languageDetector middleware is vulnerable to algorithmic complexity denial of service when processing a crafted language tag containing a large number of hyphen separated subtags.
Description
Hono is a Web application framework that provides support for any JavaScript runtime. From 4.12.0 to 4.12.33, the languageDetector middleware is vulnerable to algorithmic complexity denial of service when processing a crafted language tag containing a large number of hyphen separated subtags. To implement progressive language tag truncation, normalizeLanguage() repeatedly calls parts.slice(0, i).join('-') for every possible prefix, so the total amount of string processing grows quadratically with the number of subtags. Language values may come from a query parameter, cookie, Accept-Language header, or URL path, depending on the detector configuration, and the default detector order enables query string, cookie, and header detection, so applications using languageDetector() may expose this processing to unauthenticated requests. An attacker may repeatedly send requests containing long, hyphen separated language tags, causing excessive CPU consumption and preventing unrelated requests from being processed. This issue is fixed in version 4.12.34.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| honojs | hono | >= 4.12.0, < 4.12.34 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-71848?
How severe is CVE-2026-71848?
How do I fix CVE-2026-71848?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-7179A security vulnerability has been detected in OSPG binwalk u…5.3
- CVE-2026-7182Diagram's export module is vulnerable to Path Traversal in s…9.2
- CVE-2026-7183A vulnerability has been found in aligungr UERANSIM up to 3.…5.5
- CVE-2026-7184Mattermost versions 11.6.x <= 11.6.1, 11.5.x <= 11.5.4, 10.1…6.5
- CVE-2026-71845A flaw was found in insights-client. The setDefault() functi…6.3
- CVE-2026-71847Ruby JSON is a JSON implementation for Ruby. From 2.20.0 unt…8.7
- CVE-2026-71849Hono is a Web application framework that provides support fo…3.7
- CVE-2026-7185A validation vulnerability has been identified in certain we…6
- CVE-2026-71850Hono is a Web application framework that provides support fo…4.8
- CVE-2026-71851crypto-js is a JavaScript library of crypto standards. Versi…9
- CVE-2026-71852pypdf is a free and open-source pure-python PDF library. Pri…4.8
- CVE-2026-7186Stored cross-site scripting in the URL dashboard widget in C…5.4
Are you affected by CVE-2026-71848?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
