cve/2017/CVE-2017-16109.md
2024-06-18 02:51:15 +02:00

844 B

CVE-2017-16109

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

Github