Vulnerability Description
Hono is a Web application framework that provides support for any JavaScript runtime. Prior to version 4.12.4, the setCookie() utility did not validate semicolons (;), carriage returns (\r), or newline characters (\n) in the domain and path options when constructing the Set-Cookie header. Because cookie attributes are delimited by semicolons, this could allow injection of additional cookie attributes if untrusted input was passed into these fields. This issue has been patched in version 4.12.4.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Hono | Hono | < 4.12.4 |
Related Weaknesses (CWE)
References
- https://github.com/honojs/hono/commit/44ae0c8cc4d5ab2bed529127a4ac72e1483ad073Patch
- https://github.com/honojs/hono/security/advisories/GHSA-5pq2-9x2x-5p6wVendor Advisory
FAQ
What is CVE-2026-29086?
CVE-2026-29086 is a vulnerability with a CVSS score of 5.4 (MEDIUM). Hono is a Web application framework that provides support for any JavaScript runtime. Prior to version 4.12.4, the setCookie() utility did not validate semicolons (;), carriage returns (\r), or newlin...
How severe is CVE-2026-29086?
CVE-2026-29086 has been rated MEDIUM with a CVSS base score of 5.4/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-29086?
Check the references section above for vendor advisories and patch information. Affected products include: Hono Hono.