PR07-21: Webbler CMS forms are susceptible to spamming and phishing abuses
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 "mail a friend" forms are susceptible to spamming and phishing abuses.
Such forms are designed to email links from the target site to friends.
Lack of restrictions on user-supplied input allow attackers to send emails from
spoofed email addresses without restrictions on the number of recipients to be
emailed.
Consequences: It is common for spammers to exploit email forms that lack restrictions on user-supplied
input. In this case a spammer could write a script that automatically sends
emails to as many email addresses as desired. Although the 'code' parameter is
different with each form submitted, the value of such code could be obtained for
each request by programmatically visiting the URL where the "mail a friend" form is
located.
The following is an example of a "mail to friend" form (partial output has been omitted
for clarity purposes):
<form method="post" action="http://www.target-domain.com/?lid=12506">
<input type="hidden" name="code" value="4672577a2d323">
<input type="hidden" name="referral_uri" value="">
<input type="hidden" name="document_title" value="">
<input type="text" name="recipient" value="">
<input type="text" name="username" value="">
<input type="text" name="useremail" value="">
<INPUT class="sendbutton" type=submit name=sa VALUE="send page">
</form>
Attackers can also abuse the form for phishing purposes. The fact that the sender's
email address can be set to any value makes the form ideal for phishing attacks.
For instance, an attacker could launch a phishing attack against target site's
employees by setting the sender's email address to 'admin@target-domain.com'.
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
Author: Adrian Pastor [adrian.pastor [at] procheckup.com]. ProCheckUp thanks Tincan for fixing this vulnerability so promptly.
CVE Candidate: Not assigned
Vendor Status: N/A
Fix:
This issue has been fixed on version version 3.1.6.
References:
http://tincan.co.uk/webbler
http://tincan.co.uk/?lid=1975
http://www.procheckup.com/Vulner_2007.php
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 edited
or changed in any way, is attributed to Procheckup, 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. |