HTTP response splitting in hono - CVE-2026-29086
Published: July 24, 2026
Vulnerability details
The vulnerability allows a remote attacker to manipulate cookie attributes.
The vulnerability exists due to improper neutralization of CRLF sequences in HTTP headers in the setCookie() utility when constructing the Set-Cookie header using untrusted domain or path option values. A remote attacker can supply crafted input containing semicolons, carriage returns, or newline characters to manipulate cookie attributes.
User interaction is required, and exploitation depends on an application passing user-controlled input directly into the domain or path options.