cve/2024/CVE-2024-32869.md
2024-06-09 00:33:16 +00:00

19 lines
1000 B
Markdown

### [CVE-2024-32869](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-32869)
![](https://img.shields.io/static/v1?label=Product&message=hono&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3D%20%3C%204.2.7%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-22%3A%20Improper%20Limitation%20of%20a%20Pathname%20to%20a%20Restricted%20Directory%20('Path%20Traversal')&color=brighgreen)
### Description
Hono is a Web application framework that provides support for any JavaScript runtime. Prior to version 4.2.7, when using serveStatic with deno, it is possible to traverse the directory where `main.ts` is located. This can result in retrieval of unexpected files. Version 4.2.7 contains a patch for the issue.
### POC
#### Reference
- https://github.com/honojs/hono/security/advisories/GHSA-3mpf-rcc7-5347
- https://github.com/honojs/hono/security/advisories/GHSA-3mpf-rcc7-5347
#### Github
No PoCs found on GitHub currently.