Skip to main content

Hono CVE-2026-56762

| EUVDEUVD-2026-38443 MEDIUM
HTTP Response Splitting (CWE-113)
2026-06-23 VulnCheck GHSA-55cm-p4ww-685g
6.9
CVSS 4.0 · Vendor: VulnCheck
Share

Severity by source

Vendor (VulnCheck) PRIMARY
6.9 MEDIUM
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/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
vuln.today AI
5.3 MEDIUM

Network-reachable with no auth needed; integrity impact omitted because header injection was not confirmed; availability is Low due to runtime errors.

3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
4.0 AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N

Primary rating from Vendor (VulnCheck).

CVSS VectorVendor: VulnCheck

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
X

Lifecycle Timeline

3
Patch available
Jun 23, 2026 - 14:17 EUVD
Source Code Evidence Fetched
Jun 23, 2026 - 13:12 vuln.today
Analysis Generated
Jun 23, 2026 - 13:12 vuln.today

Blast Radius

ecosystem impact
† from your stack dependencies † transitive graph · vuln.today resolves 4-path depth
  • 66 npm packages depend on hono (49 direct, 17 indirect)

Ecosystem-wide dependent count for version 4.12.12.

DescriptionCVE.org

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.

AnalysisAI

Missing cookie name validation on the write path in Hono's setCookie(), serialize(), and serializeSigned() functions allows user-controlled input containing CRLF control characters to produce malformed Set-Cookie headers. Affected are all Hono npm releases before 4.12.12. In practice, modern runtimes including Node.js and Cloudflare Workers reject the malformed headers before they are transmitted, meaning confirmed impact is availability loss (runtime errors crashing the response) rather than header injection or response splitting - though theoretical risk exists on less-strict runtimes. No active exploitation is confirmed, and no public exploit code has been identified.

Technical ContextAI

Hono is a lightweight, TypeScript-first web framework designed for edge and serverless runtimes including Cloudflare Workers, Deno, Bun, and Node.js. The vulnerability is rooted in CWE-113 (Improper Neutralization of CRLF Sequences in HTTP Headers), a class of flaw where unvalidated newline characters allow an attacker to inject additional headers or split HTTP responses. The affected code paths - setCookie(), serialize(), and serializeSigned() - handle cookie serialization and generate Set-Cookie header values. The library validates certain cookie attributes (domain, path) on the write path but omits validation of the cookie name itself, creating an asymmetry between the stricter read/parse path and the permissive write path. When a CRLF sequence (e.g., \r or \n) is embedded in a cookie name, the resulting Set-Cookie header value can contain what appears to be an additional injected header line. The CPE cpe:2.3:a:hono:hono:*:*:*:*:*:*:*:* covers all Hono versions through the vulnerable range.

RemediationAI

Upgrade the Hono npm package to version 4.12.12 or later; this is the vendor-released patch confirmed by advisory GHSA-26pp-8wgv-hjvm and patch commit https://github.com/honojs/hono/commit/a586cd72e3f6122792e631ecf1817e5cabb803ec. As an immediate compensating control before patching, applications should sanitize or allowlist-validate any user-supplied values before passing them as cookie names to setCookie(), serialize(), or serializeSigned() - specifically rejecting input containing ASCII control characters (values 0x00-0x1F and 0x7F). This validation should occur at the application boundary before invoking Hono's cookie APIs. Note that relying solely on runtime rejection (as occurs in Node.js and Cloudflare Workers) is not a recommended long-term control, as it results in unhandled errors and broken responses rather than graceful handling.

CVE-2024-41713 CRITICAL POC
9.1 Oct 21

A vulnerability in the NuPoint Unified Messaging (NPM) component of Mitel MiCollab through 9.8 SP1 FP2 (9.8.1.201) could

CVE-2024-55591 CRITICAL POC
9.8 Jan 14

FortiOS and FortiProxy contain an authentication bypass via the Node.js websocket module allowing unauthenticated remote

CVE-2014-7205 CRITICAL POC
10.0 Oct 08

Eval injection vulnerability in the internals.batch function in lib/batch.js in the bassmaster plugin before 1.5.2 for t

CVE-2025-59528 CRITICAL POC
10.0 Sep 22

Flowise version 3.0.5 contains a remote code execution vulnerability in the CustomMCP node. The mcpServerConfig paramete

CVE-2017-14849 HIGH POC
7.5 Sep 28

Node.js 8.5.0 before 8.6.0 allows remote attackers to access unintended files, because a change to ".." handling was inc

CVE-2017-5941 CRITICAL POC
9.8 Feb 09

An issue was discovered in the node-serialize package 0.0.4 for Node.js. Rated critical severity (CVSS 9.8), this vulner

CVE-2014-3744 HIGH POC
7.5 Oct 23

Directory traversal vulnerability in the st module before 0.2.5 for Node.js allows remote attackers to read arbitrary fi

CVE-2014-9566 HIGH POC
7.5 Mar 10

Multiple SQL injection vulnerabilities in the Manage Accounts page in the AccountManagement.asmx service in the Solarwin

CVE-2013-4660 MEDIUM POC
6.8 Jun 28

The JS-YAML module before 2.0.5 for Node.js parses input without properly considering the unsafe !!js/function tag, whic

CVE-2015-5688 MEDIUM POC
5.0 Sep 04

Directory traversal vulnerability in lib/app/index.js in Geddy before 13.0.8 for Node.js allows remote attackers to read

CVE-2026-45321 CRITICAL POC
9.6 May 12

Credential-harvesting malware compromised 84 versions of 42 TanStack npm packages on 2026-05-11 via chained GitHub Actio

CVE-2014-7192 CRITICAL POC
10.0 Dec 11

Eval injection vulnerability in index.js in the syntax-error package before 1.1.1 for Node.js 0.10.x, as used in IBM Rat

Share

CVE-2026-56762 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy