Vulnerability Description
Hono is a Web application framework that provides support for any JavaScript runtime. Prior to version 4.11.7, Cache Middleware contains an information disclosure vulnerability caused by improper handling of HTTP cache control directives. The middleware does not respect standard cache control headers such as `Cache-Control: private` or `Cache-Control: no-store`, which may result in private or authenticated responses being cached and subsequently exposed to unauthorized users. Version 4.11.7 has a patch for the issue.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Hono | Hono | < 4.11.7 |
Related Weaknesses (CWE)
References
- https://github.com/honojs/hono/commit/12c511745b3f1e7a3f863a23ce5f921c7fa805d1Patch
- https://github.com/honojs/hono/releases/tag/v4.11.7Release Notes
- https://github.com/honojs/hono/security/advisories/GHSA-6wqw-2p9w-4vw4Vendor Advisory
FAQ
What is CVE-2026-24472?
CVE-2026-24472 is a vulnerability with a CVSS score of 5.3 (MEDIUM). Hono is a Web application framework that provides support for any JavaScript runtime. Prior to version 4.11.7, Cache Middleware contains an information disclosure vulnerability caused by improper hand...
How severe is CVE-2026-24472?
CVE-2026-24472 has been rated MEDIUM with a CVSS base score of 5.3/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-24472?
Check the references section above for vendor advisories and patch information. Affected products include: Hono Hono.