HTTP response splitting in hono - CVE-2026-56762
Published: July 24, 2026
Vulnerability details
The vulnerability allows a remote attacker to cause a denial of service.
The vulnerability exists due to improper neutralization of CRLF sequences in HTTP headers in setCookie(), serialize(), and serializeSigned() when generating Set-Cookie headers with a user-controlled cookie name. A remote attacker can supply a crafted cookie name containing invalid characters to cause a denial of service.
In tested modern runtimes, malformed Set-Cookie headers are rejected before being sent, and the reported header injection behavior could not be reproduced.