Files
CVEs-PoC/2017/CVE-2017-16109.md
T
2025-09-29 21:09:30 +02:00

18 lines
864 B
Markdown

### [CVE-2017-16109](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-16109)
![](https://img.shields.io/static/v1?label=Product&message=easyquick%20node%20module&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=All%20versions%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=Path%20Traversal%20(CWE-22)&color=brightgreen)
### Description
easyquick is a simple web server. easyquick is vulnerable to a directory traversal issue, giving an attacker access to the filesystem by placing "../" in the url. Access is constrained, however, to supported file types. Requesting a file such as /etc/passwd returns a "not supported" error.
### POC
#### Reference
- https://github.com/JacksonGL/NPM-Vuln-PoC/tree/master/directory-traversal/easyquick
#### Github
- https://github.com/ARPSyndicate/cvemon