HTTP response splitting in hono - CVE-2026-47675
Published: July 24, 2026
Vulnerability details
The vulnerability allows a remote attacker to inject additional attributes into a Set-Cookie response header.
The vulnerability exists due to improper neutralization of CRLF sequences in HTTP headers and improper input validation in the serialize() function in hono/cookie when processing user-controlled sameSite or priority option values. A remote attacker can supply a crafted option value to inject additional attributes into a Set-Cookie response header.
User interaction is required because exploitation occurs when an application passes user-controlled input to the sameSite or priority option of setCookie() or serialize().