Intel

AIKIDO-2026-571543

hono is vulnerable to Insufficient Verification of Data Authenticity

Insufficient Verification of Data AuthenticityGHSA-rv63-4mwf-qqc2 Published Today

65

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 body-limit middleware compares Content-Length against the configured maximum before processing the request body. On AWS Lambda adapters the request is built from a fully buffered payload while copying the client-declared Content-Length verbatim. A client can declare a tiny Content-Length while sending a much larger body and pass the size check. The adapters now derive Content-Length from the actual buffered body bytes so the middleware limit is enforced.

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 with the body-limit middleware.

Background info

hono is vulnerable to Insufficient Verification of Data Authenticity in versions 0.0.1 - 4.12.24.

How to fix this

Upgrade the hono library to the patch version.