TorrentFlux 2.1 doesn't properly sanitize user input passed via the "dir" GET variable thus allowing anyone to get a list of files anywhere on the system.
d69dbdf46cda5007d346cbdb94b1e73dDorkfire.com Security Advisory
Discovered By: vooduhal@gmail.com
Type of problem: Directory Traversal
Software: TorrentFlux 2.1
Software Description: TorrentFlux is a FREE PHP based Torrent client
that runs on a web server. Manage all of your Torrent downloads
through a convenient web interface from anywhere.
Problem description:
The dir.php script doesn't properly sanitize path passed via the "dir"
GET variable and also doesn't confirm where it's currently creating a
directory list for.
Example:
http://target/torrentfluxroot/dir.php?dir=\.\./\.\./\.\./etc/
will produce a directory list of /etc/
Comments
No comments yet, be the first!