Vulnerability Description
Hono, a web framework, prior to version 4.6.5 is vulnerable to bypass of cross-site request forgery (CSRF) middleware by a request without Content-Type header. Although the CSRF middleware verifies the Content-Type Header, Hono always considers a request without a Content-Type header to be safe. This can allow an attacker to bypass CSRF protection implemented with Hono CSRF middleware. Version 4.6.5 fixes this issue.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Hono | Hono | < 4.6.5 |
Related Weaknesses (CWE)
References
- https://github.com/honojs/hono/blob/cebf4e87f3984a6a034e60a43f542b4c5225b668/srcProduct
- https://github.com/honojs/hono/commit/aa50e0ab77b5af8c53c50fe3b271892f8eeeea82Patch
- https://github.com/honojs/hono/security/advisories/GHSA-2234-fmw7-43wrExploitVendor Advisory
FAQ
What is CVE-2024-48913?
CVE-2024-48913 is a vulnerability with a CVSS score of 5.9 (MEDIUM). Hono, a web framework, prior to version 4.6.5 is vulnerable to bypass of cross-site request forgery (CSRF) middleware by a request without Content-Type header. Although the CSRF middleware verifies th...
How severe is CVE-2024-48913?
CVE-2024-48913 has been rated MEDIUM with a CVSS base score of 5.9/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2024-48913?
Check the references section above for vendor advisories and patch information. Affected products include: Hono Hono.