Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Bugtraq
[Top] [All Lists]

PR07-19: Cross-site Scripting (XSS) / HTML injection on Webbler CMS admi

Subject: PR07-19: Cross-site Scripting (XSS) / HTML injection on Webbler CMS admin login page (2)
Date: 24 Jul 2007 10:15:59 -0000
PR07-19: Cross-site Scripting (XSS) / HTML injection on Webbler CMS admin login 
page (2)

This advisory has been published following consultation with UK CPNI (formerly 
known as NISCC) 

Date Found: 14th June 2007


Successfully tested on: Webbler CMS version 3.1.3. Earlier versions are 
possibly affected as well.

Note: the version number is usually included within 'meta' HTML tags and 
'X-Powered-By' HTTP response headers. i.e.:

<meta name="generator" content="webbler 3.1.3 - http://tincan.co.uk/webbler"; />

X-Powered-By: webbler version 3.1.3 


Description:

Webbler CMS is vulnerable to XSS within the " /uploader/index.php" server-side 
script and 'login' parameter.

No authentication is required to exploit this vulnerability.

Consequences:

An attacker may be able to cause execution of malicious scripting code in the 
browser of a user who clicks on a link to a site generated/managed by Webbler 
CMS. HTML tags can also be injected.

This type of attack can result in non-persistent defacement of the target site, 
or the redirection of confidential information to unauthorised third parties.

        
Proof of concept:

This vulnerability can only be exploited as a POST request, so the attacker 
must convince the victim to visit a third-party site which causes the victim's 
browser to submit the POST XSS request to the vulnerable site. This can be 
accomplished through a hidden '<form>' with a 'method="post"' attribute.


The following curl command can be used to test if a site is vulnerable:

curl -s "http://target-domain.com/uploader/?"; -d 
"login=\"><script>alert(\"XSS\")</SCRIPT>&password=test&processlogin=Enter&forgotpassword="


Successfully tested on:

Server environment:

Webbler CMS 3.1.3
PHP 5.1.6
Apache web server (unknown version)


Client environment:

Microsoft Internet Explorer 7.0.5730.11


Severity: Medium/High


Author: Adrian Pastor of ProCheckUp [adrian.pastor [at] procheckup.com]


ProCheckUp thanks Tincan for fixing this vulnerability so promptly.


References:

http://tincan.co.uk/webbler
http://tincan.co.uk/?lid=1975
http://www.procheckup.com/Vulner_2007.php


Fix:

This issue has been fixed on version version 3.1.6.


Legal:

Copyright 2007 ProCheckUp Ltd. All rights reserved.

Permission is granted for copying and circulating this Bulletin to the Internet 
community for the purpose of alerting them to problems, if and only if the 
Bulletin is not changed or edited in any way, is attributed to ProCheckUp 
indicating this web page URL, and provided such reproduction and/or 
distribution is performed for non-commercial purposes.

Any other use of this information is prohibited. ProCheckUp is not liable for 
any misuse of this information by any third party.

<Prev in Thread] Current Thread [Next in Thread>
  • PR07-19: Cross-site Scripting (XSS) / HTML injection on Webbler CMS admin login page (2), research <=