6.5
CVSSv2

CVE-2013-3522

Published: 10/05/2013 Updated: 13/05/2013
CVSS v2 Base Score: 6.5 | Impact Score: 6.4 | Exploitability Score: 8
VMScore: 660
Vector: AV:N/AC:L/Au:S/C:P/I:P/A:P

Vulnerability Summary

SQL injection vulnerability in index.php/ajax/api/reputation/vote in vBulletin 5.0.0 Beta 11, 5.0.0 Beta 28, and previous versions allows remote authenticated users to execute arbitrary SQL commands via the nodeid parameter.

Vulnerable Product Search on Vulmon Subscribe to Product

vbulletin vbulletin 5.0.0

Exploits

## # This module requires Metasploit: http//metasploitcom/download # Current source: githubcom/rapid7/metasploit-framework ## require 'msf/core' class Metasploit3 < Msf::Exploit::Remote Rank = ExcellentRanking include Msf::Exploit::Remote::HttpClient def initialize(info = {}) super(update_info(info, 'Name' ...
# Exploit Title: vBulletin 5 Beta XX SQLi 0day # Google Dork: "Powered by vBulletin™ Version 500 Beta" # Date: 24/03/2013 # Exploit Author: Orestis Kourides # Vendor Homepage: wwwvbulletincom # Software Link: # Version: 500 Beta 11 - 500 Beta 28 # Tested on: Linux # CVE : None #!/usr/bin/perl use LWP::UserAgent; use HTTP::Cookies; use HT ...