CVE 4.3 MEDIUM

Hono: Cookie helper does not sanitize sameSite and priority, allowing Set-Cookie injection_CVE-2026-47675

4.3 / 10
MEDIUM
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N

Description

Hono is a Web application framework that provides support for any JavaScript runtime. Prior to 4.12.21, the serialize() function in hono/cookie validates domain and path options against characters that corrupt Set-Cookie header syntax (;, \r, \n), but does not apply the same validation to sameSite and priority. An application that passes user-controlled input into either option may produce a Set-Cookie response header containing attacker-chosen additional attributes. This vulnerability is fixed in 4.12.21.

Basic Information

ID CVE-2026-47675
Source GitHub_M
Published May 28, 2026 at 15:28

Affected Product

Vendor honojs
Product hono
Version < 4.12.21
Affected Versions honojs hono < 4.12.21

CWE Classification

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.