Re: Iframe bursting
Date: June 04, 2010 04:22PM
If you have found xss in a page, you could use frame bursting code to redirect the person to your page.
At least for me, it is the owner of the page that put the frame burst code in his own page, so (among other things) this make difficult for the attacker to execute a propper and silent xss. Because if that page is loaded inside an iframe, the browser will burst out of the iframe before execute the actual js code you injected. Check my other thread here in this forum I had exactly that problem. I found javascript codes for anti bursting, they work, but after the execution of the javascript anti bursting code, the loading of the page gets aborted, so its not useful for xss.