CVE Catalog

CVE-2026-59897

MediumCVSS 4.8
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.13%

3th percentile - higher than 3% of all known CVEs

Summary

In Hono framework versions 4.3.3 through 4.12.26, the AWS API Gateway v1 adapter incorrectly de-duplicates header values using substring comparison instead of exact match. This causes distinct repeated header values to be dropped, affecting the completeness of data processed by middleware or application logic.

Risk Assessment

The organization may receive incomplete data in the X-Forwarded-For chain, leading to errors in rate limiting, audit logging, or proxy-chain validation. This could allow an attacker to bypass security mechanisms relying on this data.

Recommendation

Immediately update the Hono framework to version 4.12.27 or later, which contains the fix for this vulnerability.

Other vulnerabilities in Hono

See all
Original NVD description (English source)

Hono is a Web application framework that provides support for any JavaScript runtime. From 4.3.3 before 4.12.27, the AWS API Gateway v1 adapter can drop a distinct repeated request header value because it de-duplicates values using a substring comparison instead of an exact match, so middleware or application logic that depends on the complete X-Forwarded-For chain, rate limiting, audit logging, or proxy-chain validation can receive incomplete data. This issue is fixed in version 4.12.27.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS