Input validation error in hono - CVE-2026-44456
Published: July 24, 2026
Vulnerability details
The vulnerability allows a remote attacker to bypass request size restrictions and reach handler logic with oversized requests.
The vulnerability exists due to improper input validation in the bodyLimit() middleware when handling chunked or unknown-length requests. A remote attacker can send an oversized chunked request to bypass request size restrictions and reach handler logic with oversized requests.
This can occur when the handler does not read the body, reads only the first chunks and returns, or catches and suppresses body read errors.