Lucene search
K

WordPress Video Whisper Cross Site Scripting

🗓️ 23 Aug 2013 00:00:00Reported by IeDbType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 19 Views

WordPress Video Whisper Cross Site Scripting vulnerability discovered by Iranian Exploit DataBase posing high ris

Code
`#################################  
  
# Iranian Exploit DataBase Forum  
  
# http://iedb.ir/acc  
  
# http://iedb.ir  
  
#################################  
  
# Exploit Title : Wordpress videowhisper-live-streaming-integration Plugin Xss vulnerabilities  
  
# Author : Iranian Exploit DataBase  
  
# Discovered By : IeDb  
  
# Email : [email protected]  
  
# Home : http://iedb.ir - http://iedb.ir/acc  
  
# Software Link : http://wordpress.org/plugins/videowhisper-live-streaming-integration/  
  
# Security Risk : High  
  
# Tested on : Linux  
  
# Dork : inurl:/videowhisper-live-streaming-integration/ls/htmlchat.php  
  
#################################  
  
# C0de :  
  
<?php  
$room = $_GET['n'];  
if (!$room) $room = $_POST['n'];  
  
//do not allow access to other folders  
if ( strstr($room,"/") || strstr($room,"..") )   
{  
echo "Access denied.";  
exit;  
}  
  
$name = $_POST['name'];  
$message = $_POST['message'];  
  
$day=date("y-M-j",time());  
$chatfile = "uploads/$room/Log$day.html";  
?>  
  
# Exploit :  
  
Please open the site vulnerable.  
Put the script in the Field Name or Message  
  
# Dem0 :  
  
http://fmi.gov.ng/wp-content/plugins/videowhisper-live-streaming-integration/ls/htmlchat.php  
http://www.tambasurfcompany.com/wp-content/plugins/videowhisper-live-streaming-integration/ls/htmlchat.php  
http://www.galactic.to/NETI/wp-content/plugins/videowhisper-live-streaming-integration/ls/htmlchat.php  
http://www.piggybankblog.com/wp-content/plugins/videowhisper-live-streaming-integration/ls/htmlchat.php  
http://pecelifijianmethodist.org/wp-content/plugins/videowhisper-live-streaming-integration/ls/htmlchat.php  
  
#################################  
  
# Exploit Archive = http://www.iedb.ir/exploits-402.html  
  
#################################  
`

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

23 Aug 2013 00:00Current
0.1Low risk
Vulners AI Score0.1
19