CVE-2026-56762 PUBLISHED

Hono - Missing Cookie Name Validation in setCookie()

Assigner: VulnCheck
Reserved: 22.06.2026 Published: 23.06.2026 Updated: 23.06.2026

Hono before 4.12.12 does not validate cookie names on the write path in the setCookie(), serialize(), and serializeSigned() functions, allowing invalid characters such as control characters (e.g. \r or \n) when an application passes a user-controlled cookie name. This can produce malformed Set-Cookie header values. In modern runtimes such as Node.js and Cloudflare Workers, such invalid header values are rejected and cause a runtime error before the response is sent, so header injection or response splitting could not be reproduced; the issue primarily affects correctness and robustness, resulting in runtime errors (availability) rather than confirmed header injection.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N
CVSS Score: 6.9

Product Status

Vendor Hono
Product Hono
Versions Default: unaffected
  • affected from 0 to 4.12.12 (excl.)
  • Version 4.12.12 is unaffected

Credits

  • athuljayaram reporter

References

Problem Types

  • Improper Neutralization of CRLF Sequences in HTTP Headers ('HTTP Request/Response Splitting') CWE