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.
References
Link | Resource |
---|---|
https://github.com/JacksonGL/NPM-Vuln-PoC/blob/master/directory-traversal/elding | Exploit Third Party Advisory |
https://nodesecurity.io/advisories/415 | Third Party Advisory |
Configurations
History
No history.
Information
Published : 2018-06-07 02:29
Updated : 2024-02-28 16:25
NVD link : CVE-2017-16222
Mitre link : CVE-2017-16222
CVE.ORG link : CVE-2017-16222
JSON object : View
Products Affected
elding_project
- elding
CWE
CWE-22
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')