<?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>M32 Security &#187; SANS</title> <atom:link href="http://m32consulting.com/tag/sans/feed/" rel="self" type="application/rss+xml" /><link>http://m32consulting.com</link> <description>Network Security Info, News, and Resources</description> <lastBuildDate>Sun, 22 Jan 2012 23:37:02 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>OpenSSH exploit might or might not be out there</title><link>http://m32consulting.com/2009/07/openssh-exploit-might-or-might-not-be-out-there/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=openssh-exploit-might-or-might-not-be-out-there</link> <comments>http://m32consulting.com/2009/07/openssh-exploit-might-or-might-not-be-out-there/#comments</comments> <pubDate>Wed, 08 Jul 2009 03:09:36 +0000</pubDate> <dc:creator>Kyle</dc:creator> <category><![CDATA[Cryptography]]></category> <category><![CDATA[Firewalls]]></category> <category><![CDATA[Hacking]]></category> <category><![CDATA[Net Issues]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[exploit]]></category> <category><![CDATA[Internets]]></category> <category><![CDATA[isc]]></category> <category><![CDATA[OpenSSH]]></category> <category><![CDATA[SANS]]></category><guid
isPermaLink="false">http://m32consulting.com/?p=39</guid> <description><![CDATA[SANS has posted that they&#8217;ve heard grumblings on the Internets of a new OpenSSH exploit in the wild. They haven&#8217;t gotten their hands on it yet, but they&#8217;ve had several reports and a console log of the supposed exploit in action. More info after the jump. SANS Diary on the Exploit Tags: exploit, Internets, isc, [...]]]></description> <content:encoded><![CDATA[<p>SANS has posted that they&#8217;ve heard grumblings on the Internets of a new OpenSSH exploit in the wild. They haven&#8217;t gotten their hands on it yet, but they&#8217;ve had several reports and a console log of the supposed exploit in action.</p><p>More info after the jump. <a
title="OpenSSH explot...maybe?" href="http://isc.sans.edu/diary.html?storyid=6742">SANS Diary on the Exploit</a></p>Tags: <a
href="http://m32consulting.com/tag/exploit/" title="exploit" rel="tag">exploit</a>, <a
href="http://m32consulting.com/tag/internets/" title="Internets" rel="tag">Internets</a>, <a
href="http://m32consulting.com/tag/isc/" title="isc" rel="tag">isc</a>, <a
href="http://m32consulting.com/tag/openssh/" title="OpenSSH" rel="tag">OpenSSH</a>, <a
href="http://m32consulting.com/tag/sans/" title="SANS" rel="tag">SANS</a><br
/> ]]></content:encoded> <wfw:commentRss>http://m32consulting.com/2009/07/openssh-exploit-might-or-might-not-be-out-there/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>New Apache DoS attack surfaces</title><link>http://m32consulting.com/2009/06/new-apache-dos-attack-surfaces/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=new-apache-dos-attack-surfaces</link> <comments>http://m32consulting.com/2009/06/new-apache-dos-attack-surfaces/#comments</comments> <pubDate>Thu, 18 Jun 2009 23:17:11 +0000</pubDate> <dc:creator>Kyle</dc:creator> <category><![CDATA[Denial-of-Service]]></category> <category><![CDATA[Net Issues]]></category> <category><![CDATA[Apache]]></category> <category><![CDATA[apache web server]]></category> <category><![CDATA[attacker]]></category> <category><![CDATA[content length]]></category> <category><![CDATA[crlf]]></category> <category><![CDATA[dos attack]]></category> <category><![CDATA[dos tool]]></category> <category><![CDATA[exploit]]></category> <category><![CDATA[header data]]></category> <category><![CDATA[header line]]></category> <category><![CDATA[header lines]]></category> <category><![CDATA[IDS]]></category> <category><![CDATA[isc]]></category> <category><![CDATA[length 42]]></category> <category><![CDATA[msoffice]]></category> <category><![CDATA[point vpn]]></category> <category><![CDATA[r65]]></category> <category><![CDATA[SANS]]></category> <category><![CDATA[squid]]></category> <category><![CDATA[workaround]]></category><guid
isPermaLink="false">http://m32consulting.com/?p=35</guid> <description><![CDATA[A new tool exploiting a quite-clever and very tricky to fix issue with ALL versions of Apache Web Server and Squid as well has been published into the wild yesterday. There&#8217;s no paper outlining the exact exploit, but there doesn&#8217;t really need to be one. As described by Bojan Zdrnja of SANS ISC, the DoS [...]]]></description> <content:encoded><![CDATA[<p>A new tool exploiting a quite-clever and very tricky to fix issue with ALL versions of Apache Web Server and Squid as well has been published into the wild yesterday. There&#8217;s no paper outlining the exact exploit, but there doesn&#8217;t really need to be one. <a
title="Attack outline at ISC" href="http://isc.sans.edu/diary.html?storyid=6601" target="_blank">As described by Bojan Zdrnja of SANS ISC</a>, the DoS is carried out basically by telling the server to &#8220;hold on, I&#8217;m sending more header data,&#8221; yet never does:</p><blockquote><p>&#8230;the server will open the connection and wait for the complete header to  be received. However, the client (the DoS tool) will not send it and  will instead keep sending bogus header lines which will keep the  connection allocated.<br
/> The initial part of the HTTP request is completely legitimate:</p><p><span
style="font-family: Courier New;">GET / HTTP/1.1\r\n<br
/> Host: host\r\n<br
/> User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1;  Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.503l3; .NET CLR  3.0.4506.2152; .NET CLR 3.5.30729; MSOffice 12)\r\n<br
/> Content-Length: 42\r\n<br
/> </span><br
/> After sending this the client waits for certain time &#8211; notice that it is  missing one CRLF to finish the header which is otherwise completely  legitimate. The bogus header line the tools sends is currently:</p><p><span
style="font-family: Courier New;">X-a: b\r\n</span></p><p>Which obviously doesn&#8217;t mean anything to the server so it keeps waiting  for the rest of the header to arrive</p></blockquote><p>Essentially the attacker sends a partial legitimate browser UA string, albeit incomplete with intentions to send the rest of the data to complete the string, yet never does. This in turn holds the session open on the server end, quickly maxing the server&#8217;s connection table waiting for &#8220;clients&#8221; to complete the request.</p><p>This attack requires a <em>very</em> small amount of bandwidth to bring a server to its knees. There is no known workaround or patch yet, but can be stopped by including the signature for this type of attack in your IDS (if you have one in front of the web server.)</p><p>I recall Check Point VPN-1 R65 introducing a DoS protection technique that could possibly reduce the impact of such type of DoS attack. To keep the firewall&#8217;s connections table from becoming saturated in the event of a Denial-of-Service attack, a three-way session verification would take place. When a connection request it is initiated, the firewall would send back an acknowledgment to go ahead and start sending traffic (if the specific connection was allowed in the rulebase), but only keep the connection record in memory, not committing it to the actual connections table on the firewall. If no traffic was returned by the requestor, then the connection would be ignored and purged from memory. This kept the connections table clean of any &#8220;dummy&#8221; connections and thus would not become saturated and cause traffic-flow to come to a grinding halt. Maybe the fix could be to do something on an HTTP session scale with Apache.</p>Tags: <a
href="http://m32consulting.com/tag/apache/" title="Apache" rel="tag">Apache</a>, <a
href="http://m32consulting.com/tag/apache-web-server/" title="apache web server" rel="tag">apache web server</a>, <a
href="http://m32consulting.com/tag/attacker/" title="attacker" rel="tag">attacker</a>, <a
href="http://m32consulting.com/tag/content-length/" title="content length" rel="tag">content length</a>, <a
href="http://m32consulting.com/tag/crlf/" title="crlf" rel="tag">crlf</a>, <a
href="http://m32consulting.com/tag/dos-attack/" title="dos attack" rel="tag">dos attack</a>, <a
href="http://m32consulting.com/tag/dos-tool/" title="dos tool" rel="tag">dos tool</a>, <a
href="http://m32consulting.com/tag/exploit/" title="exploit" rel="tag">exploit</a>, <a
href="http://m32consulting.com/tag/header-data/" title="header data" rel="tag">header data</a>, <a
href="http://m32consulting.com/tag/header-line/" title="header line" rel="tag">header line</a>, <a
href="http://m32consulting.com/tag/header-lines/" title="header lines" rel="tag">header lines</a>, <a
href="http://m32consulting.com/tag/ids/" title="IDS" rel="tag">IDS</a>, <a
href="http://m32consulting.com/tag/isc/" title="isc" rel="tag">isc</a>, <a
href="http://m32consulting.com/tag/length-42/" title="length 42" rel="tag">length 42</a>, <a
href="http://m32consulting.com/tag/msoffice/" title="msoffice" rel="tag">msoffice</a>, <a
href="http://m32consulting.com/tag/point-vpn/" title="point vpn" rel="tag">point vpn</a>, <a
href="http://m32consulting.com/tag/r65/" title="r65" rel="tag">r65</a>, <a
href="http://m32consulting.com/tag/sans/" title="SANS" rel="tag">SANS</a>, <a
href="http://m32consulting.com/tag/squid/" title="squid" rel="tag">squid</a>, <a
href="http://m32consulting.com/tag/workaround/" title="workaround" rel="tag">workaround</a><br
/> ]]></content:encoded> <wfw:commentRss>http://m32consulting.com/2009/06/new-apache-dos-attack-surfaces/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
Database Caching 7/26 queries in 0.199 seconds using disk: basic
Object Caching 1255/1311 objects using disk: basic

Served from: m32consulting.com @ 2012-02-10 09:44:15 -->
