mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-27 02:02:23 +02:00
18 lines
903 B
Markdown
18 lines
903 B
Markdown
### [CVE-2017-16222](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-16222)
|
|

|
|

|
|
&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
|
|
|