mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-28 11:21:40 +02:00
18 lines
780 B
Markdown
18 lines
780 B
Markdown
### [CVE-2017-16198](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-16198)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
ritp is a static web server. ritp is vulnerable to a directory traversal issue whereby an attacker can gain access to the file system by placing ../ in the URL. Access is restricted to files with a file extension, so files such as /etc/passwd are not accessible.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://github.com/JacksonGL/NPM-Vuln-PoC/blob/master/directory-traversal/ritp
|
|
|
|
#### Github
|
|
- https://github.com/ARPSyndicate/cvemon
|
|
|