7.5
CVSSv2

CVE-2014-9735

Published: 30/06/2015 Updated: 28/11/2016
CVSS v2 Base Score: 7.5 | Impact Score: 6.4 | Exploitability Score: 10
VMScore: 755
Vector: AV:N/AC:L/Au:N/C:P/I:P/A:P

Vulnerability Summary

The ThemePunch Slider Revolution (revslider) plugin prior to 3.0.96 for WordPress and Showbiz Pro plugin 1.7.1 and previous versions for Wordpress does not properly restrict access to administrator AJAX functionality, which allows remote malicious users to (1) upload and execute arbitrary files via an update_plugin action; (2) delete arbitrary sliders via a delete_slider action; and (3) create, (4) update, (5) import, or (6) export arbitrary sliders via unspecified vectors.

Vulnerable Product Search on Vulmon Subscribe to Product

themepunch showbiz pro

themepunch slider revolution

Exploits

## # This module requires Metasploit: metasploitcom/download # Current source: githubcom/rapid7/metasploit-framework ## require 'msf/core' class Metasploit3 < Msf::Exploit::Remote Rank = ExcellentRanking include Msf::HTTP::Wordpress include Msf::Exploit::FileDropper def initialize(info = {}) super(update_info(inf ...