Advisory Database
  • Advisories
  • Dependency Scanning
  1. npm
  2. ›
  3. hono
  4. ›
  5. CVE-2026-54289

CVE-2026-54289: hono: Lambda@Edge adapter keeps only the last value of a repeated request header, dropping the rest

June 16, 2026

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.

References

  • github.com/advisories/GHSA-wgpf-jwqj-8h8p
  • github.com/honojs/hono/security/advisories/GHSA-wgpf-jwqj-8h8p
  • nvd.nist.gov/vuln/detail/CVE-2026-54289

Code Behaviors & Features

Detect and mitigate CVE-2026-54289 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 4.12.25

Fixed versions

  • 4.12.25

Solution

Upgrade to version 4.12.25 or above.

Impact 4.8 MEDIUM

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

Learn more about CVSS

Weakness

  • CWE-348: Use of Less Trusted Source

Source file

npm/hono/CVE-2026-54289.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Tue, 23 Jun 2026 12:23:49 +0000.