PT-2026-67578 · Hono · Hono

CVE-2026-69207

·

Published

2026-08-03

·

Updated

2026-08-07

CVSS v3.1

5.3

Medium

VectorAV: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 prior to 4.12.34
Description The built-in CORS middleware hono/cors contains a regular expression denial of service (ReDoS) flaw. During a preflight OPTIONS request, the middleware parses the Access-Control-Request-Headers header using a whitespace-tolerant regular expression. Due to backtracking, the processing time grows quadratically relative to the input length. An attacker can send a request with a long sequence of whitespace in the header to consume significant CPU resources, potentially blocking request processing and rendering the service unresponsive, especially on runtimes that share a single execution thread across requests. This issue occurs when cors() is used with an unset or empty allowHeaders configuration.
Recommendations Update to version 4.12.34. As a temporary mitigation, configure a non-empty allowHeaders in the cors() middleware to avoid the affected code path.

Exploit

Fix

DoS

Found an issue in the description? Have something to add? Feel free to write us 👾

Weakness Enumeration

Related Identifiers

CVE-2026-69207
GHSA-8J4G-W8FX-2239

Affected Products

Hono