๐Ÿ” CVE Alert

CVE-2026-71849

LOW 3.7

Hono: Proxy Helper does not remove response headers listed in the `Connection` header

CVSS Score
3.7
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-200
Vendor honojs
Product hono
Published Aug 7, 2026
Stay Ahead of the Next One

Get instant alerts for honojs hono

Be the first to know when new low vulnerabilities affecting honojs hono are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N
Attack Vector
Network
Attack Complexity
High
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
None
Availability
None

Affected Versions

honojs / hono
>= 4.7.0, < 4.12.34

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/honojs/hono/security/advisories/GHSA-79qm-7rj5-m7r9 github.com: https://github.com/honojs/hono/commit/720b566290793d4358bf39843adcb7cf4da4548f github.com: https://github.com/honojs/hono/releases/tag/v4.12.34