Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Vuln-Dev
[Top] [All Lists]

IBM Quickr 8 Calendar Xss Injection (Bypass Quickr 8.0 Xss Filter)

Subject: IBM Quickr 8 Calendar Xss Injection (Bypass Quickr 8.0 Xss Filter)
Date: 22 Feb 2008 17:38:44 -0000
description:Lotus Quickr, announced at Lotusphere 2007, is an evolution of 
Lotus QuickPlace ,The software use a weak xss filter that an attacker can 
bypass this xss filter. A remote user can create a specially crafted URL that, 
when loaded by a target user, will cause arbitrary scripting code to be 
executed by the target user's browser. The code will originate from the site 
running the IBM Lotus Quickr 8.0 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.

IBM Quickr 8.0 Server Calender XSS Injection:
its seems that IBM Lotus Quickvr use a filter xss,an attacker can avoid this 
filter .
example of IBM Quickr 8.0 XSS filter:
http://victim.com/QuickPlace/main.nsf/h_Toc/2a922d48c75dd00b052567080016723a/?OpenDocument&Count='20"><script>alert('g')</script>

and then you will get a error message from Quickr:
Due to the presence of characters known to be used in Cross Site Scripting 
attacks, access is forbidden. This web site does not allow Urls which might 
include embedded HTML tags.
 
IBM Quickr 8.0 calender XSS (Avoid weak XSS filter) POC:
http://victim.com/QuickPlace/main.nsf/h_Toc/2a922d48c75dd00b052567080016723a/?OpenDocument&Count='20"><iframe/%20/onload=alert(/XSSByNirG/)>
 
Credit:This flaw was discovered By Nir Goldshlager (Avnet)

<Prev in Thread] Current Thread [Next in Thread>
  • IBM Quickr 8 Calendar Xss Injection (Bypass Quickr 8.0 Xss Filter), goldshlager19 <=