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.
| Package | Affected versions | Patched versions |
|---|---|---|
hononpm | < 4.11.7 | 4.11.7 |
Affected products
1Patches
11 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- github.com/advisories/GHSA-w332-q679-j88pghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2026-24473ghsaADVISORY
- github.com/honojs/hono/commit/cf9a78db4d0a19b117aee399cbe9d3a6d9bfd817ghsax_refsource_MISCWEB
- github.com/honojs/hono/releases/tag/v4.11.7ghsax_refsource_MISCWEB
- github.com/honojs/hono/security/advisories/GHSA-w332-q679-j88pghsax_refsource_CONFIRMWEB
News mentions
0No linked articles in our index yet.