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

864 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