I found an xss on a website by accident, but ran into a couple of problems. For some reason the xss only gets triggered on chrome/chromium, while firefox/ie/opera somehow aren't effected.
The xss is from an flash embed in the website, where the src= is set to javascript: causing it to execute the js.
Here is what it looks like when chrome/chromium renders it:
It looks almost identical, the only difference is the order of things.
I was wondering if anyone knew how to get this to work on cross browsers?
Also on a side note, is there anything I could do with a flash file? like embed my own swf file to trigger some kind of xss? It says "allowscriptaccess=never" but just wondering?
If the allowscriptaccess=never tag wasn't there you could embed a swf with XSS in but it would only execute on oldish versions of Flash. Since about Flash 10, the default allowscriptaccess value changed so you need allowscriptaccess=always to exploit via flash.