Back to overview

CVE-2026-54289

MEDIUM Exploitation: PoC
4.8
CVSS 3.1
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.

Metadata

CVE ID
CVE-2026-54289
State
PUBLISHED
Assigner
GitHub_M
Reserved
2026-06-12 17:46 UTC
Published
2026-06-22 17:16 UTC
Last updated
2026-06-22 18:19 UTC
Primary CWE
CWE-348
CWE-348: Use of Less Trusted Source
Vendor / Product
honojs / hono
Sources
cve.org  ·  NVD

Severity & Metrics

4.8 MEDIUM CVSS 3.1
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N
SSVC — CISA Coordinator
Exploitation
PoC
Automatable
no
Tech. Impact
partial
Affected products (1)
VendorProductPlatformVersions
honojs hono < 4.12.25
Weakness (CWE)
CWESourceDescription
CWE-348 cna CWE-348: Use of Less Trusted Source
CVSS scores (1)
ScoreSeverityVersionSourceVector
4.8 MEDIUM 3.1 cna CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N
References (1)
Back to overview