Home

Description

Hono is a Web application framework that provides support for any JavaScript runtime. Prior to 4.12.25, on AWS Lambda@Edge, CloudFront delivers a request header that appears more than once as several separate entries. The adapter writes each value with Headers.set instead of Headers.append, so every value overwrites the previous one and only the last reaches the application. Repeated request headers such as X-Forwarded-For, Forwarded, and Via are silently truncated to a single value. Request middleware sees only the last value of a repeated header instead of the full chain. For applications that base access control on the X-Forwarded-For chain, this can weaken or alter that decision; for auditing, hop history is lost. This vulnerability is fixed in 4.12.25.

PUBLISHED Reserved 2026-06-12 | Published 2026-06-22 | Updated 2026-06-22 | Assigner GitHub_M




MEDIUM: 4.8CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N

Problem types

CWE-348: Use of Less Trusted Source

Product status

< 4.12.25
affected

References

github.com/...s/hono/security/advisories/GHSA-wgpf-jwqj-8h8p exploit

github.com/...s/hono/security/advisories/GHSA-wgpf-jwqj-8h8p

cve.org (CVE-2026-54289)

nvd.nist.gov (CVE-2026-54289)

Download JSON