Skip to main content

Hono CVE-2026-71849

| EUVDEUVD-2026-54579 LOW
Information Exposure (CWE-200)
2026-08-07 GitHub_M GHSA-79qm-7rj5-m7r9
3.7
CVSS 3.1 · Vendor: GitHub_M

Severity by source

Vendor (GitHub_M) PRIMARY
3.7 LOW
AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N
vuln.today AI
3.7 LOW

AV:N because leaked headers reach the client over the network; AC:H because exploitation depends on non-default origin behavior of declaring custom hop-by-hop headers; C:L for partial metadata disclosure with no integrity or availability impact.

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

Primary rating from Vendor (GitHub_M).

CVSS VectorVendor: GitHub_M

Attack Vector
Network
Attack Complexity
High
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
None
Availability
None

Lifecycle Timeline

3
Source Code Evidence Fetched
Aug 07, 2026 - 19:19 vuln.today
Analysis Generated
Aug 07, 2026 - 19:19 vuln.today
Patch available
Aug 07, 2026 - 19:02 EUVD

Blast Radius

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

Ecosystem-wide dependent count for version 4.7.0.

DescriptionCVE.org

Hono is a Web application framework that provides support for any JavaScript runtime. From 4.7.0 to 4.12.33, the Proxy Helper proxy() function in hono/proxy does not remove response headers named by the origin's Connection header. Per RFC 9110 Section 7.6.1, an intermediary must remove the header fields listed in a message's Connection header field before forwarding the message, in addition to the well known hop by hop headers, but the proxy() function only removed the well known hop by hop headers, including Connection itself, from origin responses. A client may therefore receive response headers that the origin intended only for its immediate peer, disclosing connection scoped or internal metadata contained in such headers, when an application proxies responses from an origin that declares additional, non standard headers as hop by hop via the Connection response header. This issue is fixed in version 4.12.34.

AnalysisAI

Hono's proxy() function in the hono/proxy Proxy Helper leaks connection-scoped response headers to downstream clients by failing to strip headers named in the origin's Connection response field, violating RFC 9110 Section 7.6.1. Versions 4.7.0 through 4.12.33 of the npm hono package are affected; the function correctly removed well-known hop-by-hop headers but neglected to parse and remove the additional headers the origin declared as connection-scoped via Connection. No public exploit has been identified at time of analysis and exploitation is conditional on non-default origin behavior, limiting real-world priority despite the network-reachable attack vector.

Technical ContextAI

Hono is a lightweight, multi-runtime JavaScript/TypeScript web framework published as the npm package hono (CPE cpe:2.3:a:honojs:hono:*:*:*:*:*:*:*:*). Its Proxy Helper submodule (hono/proxy) provides a proxy() function for acting as an HTTP intermediary. RFC 9110 Section 7.6.1 requires that any intermediary strip both the well-known hop-by-hop headers (e.g., Transfer-Encoding, TE, Connection) and any additional headers explicitly enumerated in the Connection header field of a response before forwarding it. The proxy() function handled the former set but ignored the latter: it never parsed the Connection value to extract and delete the custom header names listed there. CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor) captures the root cause - connection-scoped metadata intended only for the immediate peer escapes the proxy boundary and reaches the client. The fix (commit 720b566290793d4358bf39843adcb7cf4da4548f) adds a compliant parse-and-delete pass over the Connection header value before forwarding the response.

RemediationAI

Upgrade the hono npm package to version 4.12.34 or later, which contains the RFC 9110-compliant fix introduced in commit 720b566290793d4358bf39843adcb7cf4da4548f; the tagged release is available at https://github.com/honojs/hono/releases/tag/v4.12.34 and the full security advisory is at https://github.com/honojs/hono/security/advisories/GHSA-79qm-7rj5-m7r9. If an immediate upgrade is not feasible, a targeted compensating control is to configure origin servers to omit non-standard header names from their Connection response fields, ensuring only well-known hop-by-hop headers appear there; this requires control of the origin and may not be possible for third-party backends. Alternatively, an application-level middleware layer can be placed in front of the proxy() call to strip any headers listed in each Connection value before returning the response to clients, though this duplicates logic that the patch corrects at the source. Applications confirmed to proxy only origins that use standard hop-by-hop headers face no risk and are not affected.

More in Hono

View all
CVE-2024-48913 MEDIUM POC
5.9 Oct 15

Hono, a web framework, prior to version 4.6.5 is vulnerable to bypass of cross-site request forgery (CSRF) middleware by

CVE-2026-71848 MEDIUM POC
5.3 Aug 07

Quadratic-complexity denial of service in Hono's `languageDetector` middleware (versions 4.12.0-4.12.33) allows unauthen

CVE-2024-32869 MEDIUM POC
5.3 Apr 23

Hono is a Web application framework that provides support for any JavaScript runtime. Rated medium severity (CVSS 5.3),

CVE-2024-43787 MEDIUM POC
5.0 Aug 22

Hono is a Web application framework that provides support for any JavaScript runtime. Rated medium severity (CVSS 5.0),

CVE-2026-71850 MEDIUM POC
4.8 Aug 07

Cross-user HTML disclosure in Hono's server-side rendering affects all applications using hono/jsx with memo()-wrapped c

CVE-2023-50710 MEDIUM POC
4.3 Dec 14

Hono is a web framework written in TypeScript. Rated medium severity (CVSS 4.3), this vulnerability is remotely exploita

CVE-2026-27700 HIGH
8.2 Feb 25

Hono is a Web application framework that provides support for any JavaScript runtime. [CVSS 8.2 HIGH]

CVE-2026-22818 HIGH
8.2 Jan 13

Hono versions before 4.11.4 allow JWT algorithm confusion attacks through improper algorithm validation in the JWK/JWKS

CVE-2026-22817 HIGH
8.2 Jan 13

Hono before version 4.11.4 contains a JWT algorithm confusion vulnerability in its JWK/JWKS verification middleware that

CVE-2026-29045 HIGH
7.5 Mar 04

Hono versions prior to 4.12.4 suffer from an authentication bypass in serveStatic when combined with route-based middlew

CVE-2020-27217 HIGH
7.5 Nov 13

In Eclipse Hono version 1.3.0 and 1.4.0 the AMQP protocol adapter does not verify the size of AMQP messages received fro

CVE-2025-71381 MEDIUM
6.9 Jun 30

Header injection in Hono's CORS middleware exposes applications to cache key pollution across versions before 4.10.3. Wh

Share

CVE-2026-71849 vulnerability details – vuln.today

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