GNOME Bugzilla – Bug 595255
Stack overflow in adblock's uri matcher
Last modified: 2011-04-16 13:13:55 UTC
Following code causes stack overflow in adblock extension: [snip] # Apple Safari Iphone Crash using tel: # Found by cloud : cloud[at]madpowah[dot]org # http://blog.madpowah.org # Tested on Iphone 3G, OS 3.0.1 # Launch Safari, enter the page and after a few seconds Safari will crash and black screen will appear # Exploit: <?php set_time_limit(0); $var = ""; for ($i=0; $i<100000; $i++){ $var = $var . "A"; } echo '<iframe src="tel:' . $var .'"></iframe>'; ?> [/snip]
Stack trace:
+ Trace 217586
Any news on this?
Cannot reproduce with Epiphany 3.0 + Adblock. Seems to be fixed. Original article with proof of concept: http://blog.madpowah.org/archives/2009/09/index.html#e2009-09-13T22_22_31.txt
(In reply to comment #3) > Cannot reproduce with Epiphany 3.0 + Adblock. Seems to be fixed. > > Original article with proof of concept: > http://blog.madpowah.org/archives/2009/09/index.html#e2009-09-13T22_22_31.txt Thanks, seems to be fixed meanwhile within glib.