-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
The web server has a couple of security issues:
-
Directory traversal - If you make a request like GET /../secret.txt then you can access files outside of the document root. You can't exploit this in most web browsers because they normalize the path, but if you use a tool like Burp you can.
-
Cross-site scripting - If there's a file named < i >foo.txt or similar (possible on Linux, not Windows) then the tags appear in directory listings. Probably not exploitable in any likely scenario, but would be worth fixing.
I did look for some contact info to submit this privately but couldn't find any.