Files
CVEs-PoC/2020/CVE-2020-36559.md
T
2024-05-25 21:48:12 +02:00

18 lines
721 B
Markdown

### [CVE-2020-36559](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-36559)
![](https://img.shields.io/static/v1?label=Product&message=aahframe.work&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=0%3C%200.12.4%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE%2023%3A%20Relative%20Path%20Traversal&color=brighgreen)
### Description
Due to improper sanitization of user input, HTTPEngine.Handle allows for directory traversal, allowing an attacker to read files outside of the target directory that the server has permission to read.
### POC
#### Reference
No PoCs from references.
#### Github
- https://github.com/Live-Hack-CVE/CVE-2020-36559