Lucene search

K
securityvulnsSecurityvulnsSECURITYVULNS:DOC:28662
HistoryOct 22, 2012 - 12:00 a.m.

Interspire Email Marketer v6.0.1 - Multiple Vulnerabilites

2012-10-2200:00:00
vulners.com
106

Title:

Interspire Email Marketer v6.0.1 - Multiple Vulnerabilites

Date:

2012-10-02

References:

http://www.vulnerability-lab.com/get_content.php?id=710

VL-ID:

710

Common Vulnerability Scoring System:

8.3

Introduction:

Our all-in-one email marketing software includes everything you need to create, send, track and profit from
email marketing - but it doesn t stop there. It also includes powerful tools to completely automate your follow
up marketing and customer feedback loops too: Follow up with prospects automatically using autoresponders. Send a
series of personalized email messages to new leads at intervals you define. Its like having your own dedicated
sales team working for you around the clock. Optimize your email click thru rates with split testing. Send a few
variations of your email to a sample of your list and have the best performing one sent to the rest automatically.
Automate your list management with triggers. Automatically convert leads to opportunities when they open a specific
email, remove inactive leads from your list or even send a follow up email when a particular link is clicked - automatically.
Keep your lists clean and up to date with automated bounce processing. Invalid email addresses can be removed from your list
automatically based on smart bounce rules, helping keep your deliverability rate high.

See the complete activity of a lead with event logging. Every time a lead opens your email, clicks a link or performs
any other activity, its logged against their history making it easy for you sales team to qualify their desire to purchase.
Solicit and track feedback with surveys. NEW! Using the drag & drop editor you can create customized surveys and feedback
forms which you can link to from your email campaigns or autoresponders and then blast to your list in minutes.

(Copy of the Vendor Homepage: http://www.interspire.com/emailmarketer/ )

Abstract:

The Vulnerability Laboratory Research Team discovered multiple Web Vulnerabilities in Interspire Email Marketer 6.0.1, Email Marketing Software.

Report-Timeline:

2012-10-02: Public or Non-Public Disclosure

Status:

Published

Affected Products:

Interspire
Product: Email Marketer v6.0.1

Exploitation-Technique:

Remote

Severity:

Critical

Details:

1.1
A SQL Injection vulnerability is detected in the Interspire Email Marketer v6.0.1, Email Marketing Software.
The vulnerability allows an attacker (remote) or local low privileged user account to execute a SQL commands
on the affected application dbms. The sql injection vulnerability is located in dynamiccontenttags file with
the bound vulnerable id parameter. Successful exploitation of the vulnerability results in dbms & application
compromise. Exploitation requires no user interaction & without privileged user account.

Vulnerable File(s):
[+] index.php

Vulnerable Module(s):
[+] ID

Vulnerable Parameter(s):
[+] dynamiccontenttags

1.2
Multiple persistent input validation vulnerabilities are detected in the Interspire Email Marketer v6.0.1, Email Marketing Software.
The bugs allow remote attackers to implement/inject malicious script code on the application side (persistent). The persistent
vulnerabilities are located in the user account, user groups, contacts, email campaigns or recent activity module with the bound
vulnerable fullname, groupname, email, content block name and activitylog parameters. Successful exploitation of the vulnerability
can lead to session hijacking (manager/admin) or stable (persistent) context manipulation. Exploitation requires low user inter
action & privileged web application user account.

Vulnerable Module(s):
[+] Users&Groups -> Create a user account
[+] Users&Groups -> Create a user group
[+] Contacts -> Add contact
[+] Email Campaigns -> Dynamic Content Tags -> Create a Dynamic Content Tag
[+] Recent Activity

Vulnerable Parameter(s):
[+] Full Name
[+] Group Name
[+] Email Address
[+] Content Block name
[+] All recent activities get executed in the recent activity box

1.3
A non-persistent cross site scripting vulnerability is detected in the Interspire Email Marketer v6.0.1, Email Marketing Software.
The vulnerability allows remote attackers to hijack website customer, moderator or admin sessions with medium or high required
user inter action or local low privileged user account. The vulnerability is located in the dynamiccontenttags module with the
bound vulnerable action parameter. Successful exploitation of the vulnerability result in account steal, client site phishing
or client-side content request manipulation.

Vulnerable Module(s):
[+] dynamiccontenttags

Vulnerable File(s):
[+] admin/index.php?Page=Addons&Addon=dynamiccontenttags

Vulnerable Parameter(s):
[+] Action

Proof of Concept:

1.1
The SQL injection vulnerability can be exploited by remote attackers without user inter action. For demonstration or reproduce …

PoC:
http://emailmarketer.127.0.0.1:337/admin/index.php?Page=Addons&Addon=dynamiccontenttags&
Action=Edit&id=-1%27+UNION+Select+1,2,3,4–%20-

http://emailmarketer.127.0.0.1:337/admin/index.php?Page=Addons&Addon=dynamiccontenttags&
Action=Edit&id=-1%27+UNION+Select+1,version%28%29,3,4–%20-

1.2
The persistent input validation vulnerabilities can be exploited by remote attackers with low or medium required user inter action
& low privileged user account. For demonstration or reproduce …

1.2.1
The attacker can create a user with injecting a malicious code i.e.,
> "<iframe src=http://www.vulnerability-lab.com onload=alert("VL")</iframe>, in the field Full name.
When the admin views the users the code gets executed. The attacker also can change his full name in the settings
and whenever the admin checks the user list, the code gets executed

URL: http://emailmarketer.127.0.0.1:337/admin/index.php?Page=Users&amp;Action=Add

1.2.2
The attacker can Create a User group and inject a malicious code in the Group name. Whenever the victim lists the user groups,
the code gets executed in the victim browser.

URL: http://emailmarketer.127.0.0.1:337/admin/index.php?Page=UsersGroups&amp;Action=createGroup

1.2.3
The attacker can inject a malicious code in the server side by adding a contact. The attacker goes to Contacts -> add contact
and then try to inject a malicious code in the email field. An error message will pop up that the email is invalid. To bypass,
this message, the attacker creates a normal user with any email i.e., [email protected]. After creating the user, the attacker edit
the user and change the email to the malicious code. The error message will not show up and the code will get executed for any
user who will list the contacts.

URL: http://emailmarketer.127.0.0.1:337/admin/index.php?Page=Subscribers&amp;Action=View&amp;List=7&amp;id=5019
URL: http://emailmarketer.127.0.0.1:337/admin/index.php?Page=Subscribers&amp;Action=Add

1.2.4
The attacker can inject a malicious code in the server side by creating a content block from Dynamic content tags section.
The field "block name" is vulnerable. Whenver the victim views the blocks the code gets Executed.

URL: http://emailmarketer.127.0.0.1:337/admin/index.php?Page=Addons&amp;Addon=dynamiccontenttags&amp;Action=edit

1.2.5
Finally, Any of the activities gets logged in the recent activity module that gets showed in every screen in the web app.
If the attacker done with persistent malicious attacks any of the previous malicious actions the code will get executed
again in the recent activity module.

1.3
PoC:
http://emailmarketer.127.0.0.1:337/admin/index.php?Page=Addons&amp;Addon=
dynamiccontenttags&Action=%3E%22%3Ciframe%20src=http://www.vulnerability-lab.com%20onload=alert%28%22VL%22%29%3C/iframe%3E

Risk:

1.1
The security risk of the remote SQL Injection vulnerability is estimated as critical.

1.2
The security risk of the persistent input validation vulnerabilities are estimated as medium(+).

1.3
The security risk of the client side cross site scripting vulnerability is estimated as low(+).

Credits:

Vulnerability Laboratory [Research Team] - Ibrahim El-Sayed (the_storm) [[email protected]] [iel-sayed.blogspot.com]

Disclaimer:

The information provided in this advisory is provided as it is without any warranty. Vulnerability-Lab disclaims all warranties,
either expressed or implied, including the warranties of merchantability and capability for a particular purpose. Vulnerability-
Lab or its suppliers are not liable in any case of damage, including direct, indirect, incidental, consequential loss of business
profits or special damages, even if Vulnerability-Lab or its suppliers have been advised of the possibility of such damages. Some
states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation
may not apply. We do not approve or encourage anybody to break any vendor licenses, policies, deface websites, hack into databases
or trade with fraud/stolen material.

Domains: www.vulnerability-lab.com - www.vuln-lab.com - www.vulnerability-lab.com/register
Contact: [email protected] - [email protected] - [email protected]
Section: video.vulnerability-lab.com - forum.vulnerability-lab.com - news.vulnerability-lab.com
Social: twitter.com/#!/vuln_lab - facebook.com/VulnerabilityLab - youtube.com/user/vulnerability0lab
Feeds: vulnerability-lab.com/rss/rss.php - vulnerability-lab.com/rss/rss_upcoming.php - vulnerability-lab.com/rss/rss_news.php

Any modified copy or reproduction, including partially usages, of this file requires authorization from Vulnerability Laboratory.
Permission to electronically redistribute this alert in its unmodified form is granted. All other rights, including the use of other
media, are reserved by Vulnerability-Lab Research Team or its suppliers. All pictures, texts, advisories, sourcecode, videos and
other information on this website is trademark of vulnerability-lab team & the specific authors or managers. To record, list (feed),
modify, use or edit our material contact ([email protected] or [email protected]) to get a permission.

				   	Copyright © 2012 | Vulnerability Laboratory

– VULNERABILITY RESEARCH LABORATORY LABORATORY RESEARCH TEAM CONTACT: [email protected]