SecurityReason.com - Our Reason is

Security

Register | Forget Password | Login
SecurityReason
WLB
Services
RSS
Corporate
Note

If you have found a vulnerability, please send to our SecurityAlert Database :
secalert()securityreason()com

Also if you have new ( 0-day ) exploit, please send to our ExploitAlert Archive :
exploit()securityreason()com

Home arrow SecurityAlert Database

Arrow  Topic :

IBM WebSphere Portal & Lotus WCM XSS


Arrow  SecurityAlert : 7061
Arrow  CVE : CVE-2010-0714
Arrow  CVE : CVE-2010-0715
Arrow  CWE : CWE-79
Arrow  SecurityRisk : Medium  Security Risk Medium  (About)
Arrow  Remote Exploit : Yes
Arrow  Local Exploit : No
Arrow  Victim interaction required : Yes
Arrow  Exploit Available : No
Arrow  Credit : Ofer Maor
Arrow  Published : 03.03.2010

Arrow  Affected Software : ibm:websphere_portal:5.1.0.3
ibm:websphere_portal:5.1.0.2
ibm:websphere_portal:5.1.0.0
ibm:websphere_portal:5.1.0.5
ibm:websphere_portal:6.0.0.0
ibm:websphere_portal:6.0.0.1
ibm:websphere_portal:6.0.0.2
ibm:websphere_portal:5.1.0.4
ibm:websphere_portal:5.1.0.1
ibm:websphere_portal:6.0.0.3
ibm:websphere_portal:6.0.0.4
ibm:websphere_portal:6.0.1.0
ibm:websphere_portal:6.0.1.1
ibm:websphere_portal:6.0.1.2
ibm:websphere_portal:6.0.1.3
ibm:websphere_portal:6.0.1.4
ibm:websphere_portal:6.0.1.5
ibm:websphere_portal:6.0.1.6
ibm:websphere_portal:6.0.1.7
ibm:websphere_portal:6.1.0.0
ibm:websphere_portal:6.1.0.2
ibm:websphere_portal:6.1.0.3
ibm:websphere_portal:6.1.5.0
ibm:lotus_web_content_management:5.1.0.2
ibm:lotus_web_content_management:5.1.0.0
ibm:lotus_web_content_management:6.0.0.0
ibm:lotus_web_content_management:6.0.0.2
ibm:lotus_web_content_management:5.1.0.4
ibm:lotus_web_content_management:5.1.0.1
ibm:lotus_web_content_management:6.0.0.3
ibm:lotus_web_content_management:6.0.0.4
ibm:lotus_web_content_management:6.0.1.0
ibm:lotus_web_content_management:6.0.1.1
ibm:lotus_web_content_management:6.0.1.2
ibm:lotus_web_content_management:6.0.1.3
ibm:lotus_web_content_management:6.0.1.4
ibm:lotus_web_content_management:6.0.1.5
ibm:lotus_web_content_management:6.0.1.6
ibm:lotus_web_content_management:6.0.1.7
ibm:lotus_web_content_management:6.1.0.0
ibm:lotus_web_content_management:6.1.0.1
ibm:lotus_web_content_management:6.1.0.2
ibm:lotus_web_content_management:6.1.0.3
ibm:lotus_web_content_management:6.1.5.0
ibm:lotus_web_content_management:5.1.0.3
ibm:lotus_web_content_management:5.1.0.5
ibm:lotus_web_content_management:6.0.0.1
ibm:lotus_workplace_web_content_management:5.1.0.2
ibm:lotus_workplace_web_content_management:5.1.0.0
ibm:lotus_workplace_web_content_management:6.0.0.0
ibm:lotus_workplace_web_content_management:6.0.0.2
ibm:lotus_workplace_web_content_management:5.1.0.4
ibm:lotus_workplace_web_content_management:5.1.0.1
ibm:lotus_workplace_web_content_management:6.0.0.3
ibm:lotus_workplace_web_content_management:6.0.0.4
ibm:lotus_workplace_web_content_management:6.0.1.0
ibm:lotus_workplace_web_content_management:6.0.1.1
ibm:lotus_workplace_web_content_management:6.0.1.2
ibm:lotus_workplace_web_content_management:6.0.1.3
ibm:lotus_workplace_web_content_management:6.0.1.4
ibm:lotus_workplace_web_content_management:6.0.1.5
ibm:lotus_workplace_web_content_management:6.0.1.6
ibm:lotus_workplace_web_content_management:6.0.1.7
ibm:lotus_workplace_web_content_management:6.1.0.0
ibm:lotus_workplace_web_content_management:6.1.0.1
ibm:lotus_workplace_web_content_management:6.1.0.2
ibm:lotus_workplace_web_content_management:6.1.0.3
ibm:lotus_workplace_web_content_management:6.1.5.0
ibm:lotus_workplace_web_content_management:5.1.0.3
ibm:lotus_workplace_web_content2000_management:5.1.0.5
ibm:lotus_workplace_web_content_management:6.0.0.1
ibm:lotus_quickr:8.0.0.2
ibm:lotus_quickr:8.1.1
ibm:lotus_quickr:8.1.1.1
ibm:lotus_quickr:8.0
ibm:lotus_quickr:8.1



Arrow  Advisory Content :  

Hacktics Research Group Security Advisory
http://www.hacktics.com/#view=Resources%7CAdvisory

By Oren Hafif, Hacktics.
24-Feb-2010

===========
I. Overview
===========
During a penetration test performed by Hacktics' experts, certain
vulnerabilities were identified in an IBM Websphere Portal Server and
Lotus
Web Content Management deployment. Further research has identified that
the
login page of the IBM Lotus Workplace Web Content Management is vulnerable
to Reflected Cross Site Scripting attacks.

A friendly formatted version of this advisory is available in:
http://www.hacktics.com/content/advisories/AdvIBM20100224.html

===============
II. The Finding
===============
An attacker can inject script into a URL pointing at the vulnerable page,
and attack system users by sending it to them. Users, who follow the link,
will be attacked with the injected script.

============
III. Details
============
The login page takes the query string from the request URL and embeds it
into the HTML response as the value of a form field named success. The
attack is done by escaping the field (">), followed by the relevant
script,
as seen in the following URL:

http://[host]:[port]/wps/wcm/webinterface/login/login.jsp?"><script>mali
ciou
s_script</script><b%20"

Note: The content of this parameter is used as part of a page redirection
performed after the login. Even without XSS exploitation, this can be used
for invalidated redirection.

===========
IV. Exploit
===========
The exploit is performed by replacing malicious_script with the relevant
javascript payload. An evasion for simple XSS signature protection (where
applicable), can allow executing the same script without using HTML tags,
as
seen in the following sample:
http://[host]:[port]/wps/wcm/webinterface/login/login.jsp?"
style="tr:expression(malicious_script)

=============================
V. Vendor's Response/Solution
=============================
IBM has released a patch for this vulnerability, as well as a proposed
workaround. For additional details please refer to:
http://www-01.ibm.com/support/docview.wss?uid=swg21421469

====================
VI. Affected Systems
====================
WebSphere Portal, Lotus Web Content Management and Workspace Web Content
Management versions:
6.1.0.0, 6.1.0.1, 6.1.0.2, 6.1.0.3, 6.1.5.0
6.0.1.0, 6.1.0.2, 6.1.0.3, 6.1.0.4, 6.1.0.5, 6.1.0.6, 6.1.0.7
6.0.0.0, 6.0.0.1, 6.0.0.2, 6.0.0.3, 6.0.0.4
5.1.0.0, 5.1.0.1, 5.1.0.2, 5.1.0.3, 5.1.0.4, 5.1.0.5
Lotus Quickr services for WebSphere Portal versions:
8.0, 8.0.0.2, 8.1, 8.1.1, 8.1.1.1

===========
VII. Credit
===========
The vulnerability was discovered by Oren Hafif of Hacktics Ltd.

---
Ofer Maor
CTO, Hacktics
Chairman, OWASP Israel

Web: www.hacktics.com



Arrow  References :

http://www-01.ibm.com/support/docview.wss?uid=swg21421469
http://www.securityfocus.com/archive/1/archive/1/509744/100/0/threaded
http://www.hacktics.com/content/advisories/AdvIBM20100224.html




Arrow  Feedback :

If you have additional information or notice any errors regarding this security advisory, please use contact form or email us at info()securityreason()com.
Alert

libc/fnmatch(3) DoS

Security Risk Medium- 2011-05-13

Allow attacker to denial of service apache 2.2.17 server

Apache RSS Apache Alert

» Apache HTTP Server Denial
   of Service Vulnerability

» Multiple Vendors
   libc/fnmatch(3) DoS (incl
   apache poc)

» Apache Continuum
   cross-site scripting
   vulnerability

» Apache Tomcat DoS
   Vulnerability

PHP RSS PHP Alert

» PHP Hashtables Denial of
   Service

» PHP 5.3.6 multiple null
   pointer dereference

» PHP 5.3.6 ZipArchive
   invalid use glob(3)

» libzip 0.9.3
   _zip_name_locate NULL
   Pointer Dereference (incl
   PHP 5.3.5)

ADT

Protect your family and valuables with Home Security Systems

Copyright © SecurityReason.com. All Rights Reserved.