Cyber Resilience

CVE-2026-29086

Hono ≤ 4.12.4

Published
04 March 2026
Modified
06 March 2026
Patch / advisory
CVSS Score v3.1 5.4
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N
EPSS Score 0.0022 12th percentile
Risk Priority 42 floored blend · peak EPSS

Summary

CVE-2026-29086 is a medium-severity Inappropriate Comment Style (CWE-1113) vulnerability in Hono Hono. Its CVSS base score is 5.4 (Medium).

Operationally, ranked at the 12th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

EU & UK References

Vulnerability Data

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…

more

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.

CWE(s)

Related Threats

CVEs Like This One

CVE-2026-39409Same product: Hono Hono
CVE-2026-59895Same product: Hono Hono
CVE-2026-39410Same product: Hono Hono
CVE-2024-48913Same product: Hono Hono
CVE-2026-47673Same product: Hono Hono
CVE-2026-44459Same product: Hono Hono
CVE-2026-27700Same product: Hono Hono
CVE-2026-59897Same product: Hono Hono
CVE-2026-24472Same product: Hono Hono
CVE-2023-50710Same product: Hono Hono

Affected Assets

hono
hono
≤ 4.12.4

Mitigating Controls

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices include enforcing coding standards that cover comment style and consistency.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

prevents

Secure SDLC includes coding standards enforcement that may indirectly address comment style.

prevents

Secure coding policy can mandate consistent comment style as part of coding standards.

none

Documented operating procedures can reference coding conventions including comment style.

References