CVE-2026-29085

Severity CVSS v4.0:
Pending analysis
Type:
CWE-74 Injection
Publication date:
04/03/2026
Last modified:
04/03/2026

Description

Hono is a Web application framework that provides support for any JavaScript runtime. Prior to version 4.12.4, when using streamSSE() in Streaming Helper, the event, id, and retry fields were not validated for carriage return (\r) or newline (\n) characters. Because the SSE protocol uses line breaks as field delimiters, this could allow injection of additional SSE fields within the same event frame if untrusted input was passed into these fields. This issue has been patched in version 4.12.4.