Liferay Enterprise Portal Input Validation Hole in the Forgot Password 'emailAddress' Parameter Permits Cross-Site Scripting Attacks
|
|
SecurityTracker Alert ID: 1019003
|
|
SecurityTracker URL: http://securitytracker.com/id?1019003
|
|
CVE Reference: CVE-2007-6173
(Links to External Site)
|
Updated: Dec 7 2007
|
Original Entry Date: Nov 28 2007
|
Impact: Disclosure of authentication information, Disclosure of user information, Execution of arbitrary code via network, Modification of user information
|
Exploit Included: Yes
|
Version(s): 4.3.1
|
Description: A vulnerability was reported in Liferay Enterprise Portal. A remote user can conduct cross-site scripting attacks.
The 'forgot-password' function does not properly filter HTML code from user-supplied input in the 'emailAddress' parameter before
displaying the input. A remote user can cause arbitrary scripting code to be executed by the target user's browser. The code
will originate from the site running the Liferay Enterprise Portal software and will run in the security context of that site.
As a result, the code will be able to access the target user's cookies (including authentication cookies), if any, associated with
the site, access data recently submitted by the target user via web form to the site, or take actions on the site acting as the
target user.
Joshua Morin reported this vulnerability.
|
Impact: A remote user can access the target user's cookies (including authentication cookies), if any, associated with the site running the
Liferay Enterprise Portal software, access data recently submitted by the target user via web form to the site, or take actions
on the site acting as the target user.
|
Solution: No solution was available at the time of this entry.
|
Vendor URL: www.liferay.com/ (Links to External Site)
|
Cause: Input validation error
|
Underlying OS: Linux (Any), UNIX (Any), Windows (Any)
|
Reported By: morin.josh@gmail.com
|
Message History:
None.
|
Source Message Contents
|
Date: 27 Nov 2007 20:20:30 -0000
From: morin.josh@gmail.com
Subject: Liferay Enterprise Portal multiple XSS
|
Vendor Site: Liferay.net
Version affected: Liferay Enterprise Portal 4.3.1
Demo:http://www.liferay.net/c/portal/login?tabs1=forgot-password
Class: Input Validation Error
Overview: Liferay fails to sufficiently sanitize user-supplied input data in "email address" text box by pressing the "Send New Password"
button.
Examples:
1."><script>alert('xss')</script>
2.<html><b>XSS</b></font></html>
3."><iframe>
Discovered by: Joshua Morin
|
|