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

18 lines
903 B
Markdown

### [CVE-2017-16222](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-16222)
![](https://img.shields.io/static/v1?label=Product&message=elding%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
elding is a simple web server. elding is vulnerable to a directory traversal issue, allowing an attacker to access the filesystem by placing "../" in the url. The files accessible, however, are limited to files with a file extension. Sending a GET request to /../../../etc/passwd, for example, will return a 404 on etc/passwd/index.js.
### POC
#### Reference
- https://github.com/JacksonGL/NPM-Vuln-PoC/blob/master/directory-traversal/elding
#### Github
- https://github.com/ARPSyndicate/cvemon