Intel

AIKIDO-2026-362336

hono is vulnerable to Improper Authorization

Improper AuthorizationGHSA-wgpf-jwqj-8h8p Published Today

48

Medium Risk

This Affects:

JShono
0.0.1 - 4.12.24
Fixed in 4.12.25
Are you affected? Scan for Free

TL;DR

The Lambda@Edge adapter maps CloudFront multi-value request headers using Headers.set for each value. Repeated values overwrite earlier ones so only the last entry reaches application middleware. Access control or auditing that depends on the full X-Forwarded-For, Forwarded, or Via chain receives incomplete data. The adapter now appends each repeated header value so the full chain is preserved.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range. and you deploy on AWS Lambda@Edge and rely on multi-value request headers such as X-Forwarded-For for access control or auditing.

Background info

hono is vulnerable to Improper Authorization in versions 0.0.1 - 4.12.24.

How to fix this

Upgrade the hono library to the patch version.