VYPR
Moderate severityOSV Advisory· Published Jan 27, 2026· Updated Jan 27, 2026

Hono has an Arbitrary Key Read in Serve static Middleware (Cloudflare Workers Adapter)

CVE-2026-24473

Description

Hono is a Web application framework that provides support for any JavaScript runtime. Prior to version 4.11.7, Serve static Middleware for the Cloudflare Workers adapter contains an information disclosure vulnerability that may allow attackers to read arbitrary keys from the Workers environment. Improper validation of user-controlled paths can result in unintended access to internal asset keys. Version 4.11.7 contains a patch for the issue.

Affected packages

Versions sourced from the GitHub Security Advisory.

PackageAffected versionsPatched versions
hononpm
< 4.11.74.11.7

Affected products

1
  • Range: v0.0.1, v0.0.10, v0.0.11, …

Patches

1
cf9a78db4d0a

Merge commit from fork

https://github.com/honojs/honoYusuke WadaJan 27, 2026via ghsa
1 file changed · +1 1
  • src/adapter/cloudflare-workers/utils.ts+1 1 modified
    @@ -36,7 +36,7 @@ export const getContentFromKVAsset = async (
         ASSET_NAMESPACE = __STATIC_CONTENT
       }
     
    -  const key = ASSET_MANIFEST[path] || path
    +  const key = ASSET_MANIFEST[path]
       if (!key) {
         return null
       }
    

Vulnerability mechanics

Generated by null/stub on May 9, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.

References

5

News mentions

0

No linked articles in our index yet.