<?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>Darknet - The Darkside &#187; ssl renegotiation bug</title>
	<atom:link href="http://www.darknet.org.uk/tag/ssl-renegotiation-bug/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.darknet.org.uk</link>
	<description>Ethical Hacking, Penetration Testing &#38; Computer Security</description>
	<lastBuildDate>Tue, 07 Feb 2012 18:34:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>THC SSL DoS/DDoS Tool Released For Download</title>
		<link>http://www.darknet.org.uk/2011/10/thc-ssl-dosddos-tool-released-for-download/</link>
		<comments>http://www.darknet.org.uk/2011/10/thc-ssl-dosddos-tool-released-for-download/#comments</comments>
		<pubDate>Mon, 24 Oct 2011 17:20:12 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Exploits/Vulnerabilities]]></category>
		<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[Network Hacking]]></category>
		<category><![CDATA[ddos]]></category>
		<category><![CDATA[ddos tool]]></category>
		<category><![CDATA[dos]]></category>
		<category><![CDATA[dos tool]]></category>
		<category><![CDATA[hacking tool]]></category>
		<category><![CDATA[network-security]]></category>
		<category><![CDATA[ssl dos attack]]></category>
		<category><![CDATA[ssl renegotiation]]></category>
		<category><![CDATA[ssl renegotiation bug]]></category>
		<category><![CDATA[ssl-dos]]></category>
		<category><![CDATA[thc]]></category>
		<category><![CDATA[thc ddos]]></category>
		<category><![CDATA[thc-ssl-dos]]></category>
		<category><![CDATA[the-hackers-choice]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=3215</guid>
		<description><![CDATA[THC-SSL-DOS is a tool to verify the performance of SSL. Establishing a secure SSL connection requires 15x more processing power on the server than on the client. THC-SSL-DOS exploits this asymmetric property by overloading the server and knocking it off the Internet. This problem affects all SSL implementations today. The vendors are aware of this [...]]]></description>
			<content:encoded><![CDATA[<p>THC-SSL-DOS is a tool to verify the performance of SSL. Establishing a secure SSL connection requires 15x more processing power on the server than on the client. THC-SSL-DOS exploits this asymmetric property by overloading the server and knocking it off the Internet. This problem affects all SSL implementations today. The vendors are aware of this problem since 2003 and the topic has been widely discussed.</p>
<p>This attack further exploits the SSL secure Renegotiation feature to trigger thousands of renegotiations via single TCP connection.</p>
<p><strong>Usage</strong></p>
<pre><code>./thc-ssl-dos 127.3.133.7 443
Handshakes 0 [0.00 h/s], 0 Conn, 0 Err
Secure Renegotiation support: yes
Handshakes 0 [0.00 h/s], 97 Conn, 0 Err
Handshakes 68 [67.39 h/s], 97 Conn, 0 Err
Handshakes 148 [79.91 h/s], 97 Conn, 0 Err
Handshakes 228 [80.32 h/s], 100 Conn, 0 Err
Handshakes 308 [80.62 h/s], 100 Conn, 0 Err
Handshakes 390 [81.10 h/s], 100 Conn, 0 Err
Handshakes 470 [80.24 h/s], 100 Conn, 0 Err</code></pre>
<p><strong>Comparing flood DDoS vs. SSL-Exhaustion attack</strong></p>
<p>A traditional flood DDoS attack cannot be mounted from a single DSL connection. This is because the bandwidth of a server is far superior to the bandwidth of a DSL connection: A DSL connection is not an equal opponent to challenge the bandwidth of a server.</p>
<p>This is turned upside down for THC-SSL-DOS: The processing capacity for SSL handshakes is far superior at the client side: A laptop on a DSL connection can challenge a server on a 30Gbit link. Traditional DDoS attacks based on flooding are sub optimal: Servers are prepared to handle large amount of traffic and clients are constantly sending requests to the server even when not under attack. </p>
<p><div align="center"><script type="text/javascript"><!--
google_ad_client = "pub-3033787195489589";
/* Darknet-Body468 */
google_ad_slot = "1341243171";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><br /></p>
<p>The SSL-handshake is only done at the beginning of a secure session and only if security is required. Servers are _not_ prepared to handle large amount of SSL Handshakes. The worst attack scenario is an SSL-Exhaustion attack mounted from thousands of clients (SSL-DDoS).</p>
<p><strong>Tips &#038; Tricks for Whitehats</strong></p>
<ol>
<li>The average server can do 300 handshakes per second. This would require 10-25% of your laptops CPU. </li>
<li>Use multiple hosts (SSL-DOS) if an SSL Accelerator is used.</li>
<li>Be smart in target acquisition: The HTTPS Port (443) is not always the best choice. Other SSL enabled ports are more unlikely to use an SSL Accelerator (like the POP3S, SMTPS, &#8230;  or the secure database port).</li>
</ol>
<p><strong>Counter measurements</strong></p>
<p>No real solutions exists. The following steps can mitigate (but not solve) the problem:</p>
<ol>
<li>Disable SSL-Renegotiation</li>
<li>Invest into SSL Accelerator</li>
</ol>
<p>Either of these countermeasures can be circumventing by modifying THC-SSL-DOS. A better solution is desireable. Somebody should fix this.</p>
<p>You can download THC-SSL-DOS here:</p>
<p><strong>Windows:</strong> <a href="http://www.thc.org/thc-ssl-dos/thc-ssl-dos-1.4-win-bin.zip">thc-ssl-dos-1.4-win-bin.zip</a><br />
<strong>Linux:</strong> <a href="http://www.thc.org/thc-ssl-dos/thc-ssl-dos-1.4.tar.gz">thc-ssl-dos-1.4.tar.gz</a></p>
<p>Or read more <a href="http://www.thc.org/thc-ssl-dos/">here</a>.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=THC+SSL+DoS%2FDDoS+Tool+Released+For+Download+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D3215+from+%40THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2011/10/thc-ssl-dosddos-tool-released-for-download/&amp;t=THC+SSL+DoS%2FDDoS+Tool+Released+For+Download" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.google.com/buzz/post?url=http://www.darknet.org.uk/2011/10/thc-ssl-dosddos-tool-released-for-download/&amp;imageurl=" title="Post to Google Buzz"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/gbuzz/tt-gbuzz-micro3.png" alt="Post to Google Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2011/10/thc-ssl-dosddos-tool-released-for-download/&amp;title=THC+SSL+DoS%2FDDoS+Tool+Released+For+Download" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.darknet.org.uk/2011/10/thc-ssl-dosddos-tool-released-for-download/&amp;title=THC+SSL+DoS%2FDDoS+Tool+Released+For+Download" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/digg/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.darknet.org.uk/2011/10/thc-ssl-dosddos-tool-released-for-download/&amp;title=THC+SSL+DoS%2FDDoS+Tool+Released+For+Download" title="Post to Reddit"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit-micro3.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2011/10/thc-ssl-dosddos-tool-released-for-download/&amp;title=THC+SSL+DoS%2FDDoS+Tool+Released+For+Download" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/su/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p></div><div class="AWD_like_button "><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.darknet.org.uk%2F2011%2F10%2Fthc-ssl-dosddos-tool-released-for-download%2F&amp;send=false&amp;layout=standard&amp;width=&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=40" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px; height:40px;" allowTransparency="true"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2011/10/thc-ssl-dosddos-tool-released-for-download/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Microsoft Fixes SSL Spoofing Renegotiation Bug</title>
		<link>http://www.darknet.org.uk/2010/08/microsoft-fixes-ssl-spoofing-renegotiation-bug/</link>
		<comments>http://www.darknet.org.uk/2010/08/microsoft-fixes-ssl-spoofing-renegotiation-bug/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 09:27:11 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Exploits/Vulnerabilities]]></category>
		<category><![CDATA[Network Hacking]]></category>
		<category><![CDATA[Windows Hacking]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[microsoft patch]]></category>
		<category><![CDATA[microsoft vulnerability]]></category>
		<category><![CDATA[microsoft-exploit]]></category>
		<category><![CDATA[ms10-049]]></category>
		<category><![CDATA[patch-tuesday]]></category>
		<category><![CDATA[schannel]]></category>
		<category><![CDATA[schannel bug]]></category>
		<category><![CDATA[schannel exploit]]></category>
		<category><![CDATA[secure channel]]></category>
		<category><![CDATA[ssl bug]]></category>
		<category><![CDATA[ssl exploit]]></category>
		<category><![CDATA[ssl flaw]]></category>
		<category><![CDATA[ssl renegotiation]]></category>
		<category><![CDATA[ssl renegotiation bug]]></category>
		<category><![CDATA[ssl spoofing]]></category>
		<category><![CDATA[ssl vulnerability]]></category>
		<category><![CDATA[windows schannel bug]]></category>
		<category><![CDATA[windows schannel exploit]]></category>
		<category><![CDATA[windows ssl]]></category>
		<category><![CDATA[windows ssl bug]]></category>
		<category><![CDATA[windows ssl vulnerability]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=2929</guid>
		<description><![CDATA[Well this flaw was first publicized in November last year, it was successfully used against Twitter in the same month. IETF completed the SSL vulnerability fix in January this year and now in August &#8211; 10 months after the original release of the flaw &#8211; Microsoft has stepped up and fixed it. The fix is [...]]]></description>
			<content:encoded><![CDATA[<p>Well this flaw was first publicized in November last year, it was <a href="http://www.darknet.org.uk/2009/11/ssl-renegotiation-bug-succesfully-used-to-attack-twitter/">successfully used against Twitter</a> in the same month.</p>
<p><a href="http://www.darknet.org.uk/2010/01/ietf-completes-vulnerability-fix-for-ssl-renegotiation-bug/">IETF completed the SSL vulnerability fix</a> in January this year and now in August &#8211; 10 months after the original release of the flaw &#8211; <a href="http://www.darknet.org.uk/tag/microsoft/">Microsoft</a> has stepped up and fixed it.</p>
<p>The fix is labeled as <a href="http://www.microsoft.com/technet/security/bulletin/MS10-049.mspx">MS10-049</a> and categorised as a Critical security vulnerability. Interestingly it also notes that it fixes both a publicly exposed vulnerability and a privately reported bug both in the Secure Channel (SChannel) security package in Windows.</p>
<blockquote><p>Microsoft has updated a broad swath of products to fix a potentially serious spoofing vulnerability in the secure sockets layer (SSL) protocol that secures email, web transactions and other sensitive internet traffic.</p>
<p>The software company on Tuesday released MS10-049 to kill the bug in Windows Server 2008, Windows 7 and 12 other versions of Windows that are still under support. The patch updates a part of the operating system known as SChannel, or Secure Channel, which is responsible for implementing SSL, which is also referred to as TLS, or transport layer security.</p>
<p>The weakness first became public in November, when word leaked out that a vulnerability in the underlying protocol used by hundreds of companies allowed attackers to inject text into encrypted traffic passing between two endpoints. Researchers had been meeting in secret to develop an industry-wide fix before attackers could figure out a way to exploit it.</p>
<p>Microsoft&#8217;s update follows the revision in January of RFC 5246, the request-for-comments document that previously mapped out the technical specifications for the protocol. The new controlling blueprint for SSL/TLS communications is RFC 5746. Since then, other packages, including OpenSSL, RedHat Linux and Oracle&#8217;s Java, have also been patched.</p></blockquote>
<p>The vulnerability is pretty widespread as it covers both <a href="http://www.darknet.org.uk/tag/windows-7/">Windows 7</a> &#8211; their latest OS and 12 other versions of Windows which Microsoft still supports. It&#8217;s marked as critical on 5 versions of Windows, which means it allows remote code execution and the rest it&#8217;s marked as important as it allows spoofing.</p>
<p>I&#8217;m guessing most large corporates running Windows systems will be pushing out this patch ASAP, especially those that rely on SSL for daily business &#8211; those in eCommerce would be the likeliest to find this kind of attack a real risk.</p>
<blockquote><p>“Ten months after public disclosure the majority of the industry has a fix,” said Marsh Ray, a software developer at two-factor authentication service PhoneFactor and one of the researchers who first sounded the alarm. “I think it&#8217;s about as good a time as any to declare victory on that project.”</p>
<p>Microsoft rated the severity of the vulnerability as “important,” the second-highest classification on its four-tier scale. The bulletin correctly said the SSL vulnerability could be exploited only in concert with another attack – such as ARP spoofing or DNS cache poisoning – that allowed someone to perform a man-in-the-middle attack.</p>
<p>“It is important to note that this is still potentially a significant issue for certain deployments, and the update should be installed,” Maarten Van Horenbeeck, a program manager in the Microsoft Security Response Center, wrote here. “In particular, the vulnerability may affect other non-HTTP protocols that are less well understood.”</p>
<p>The vulnerability in the older protocol stems from the ability for either party in an SSL transaction to renegotiate the session, usually so one of them can refresh its cryptographic keys or change other parameters. That could allow man-in-the-middle attackers to surreptitiously introduce text at the beginning of an SSL session.</p></blockquote>
<p>The latest <a href="http://www.darknet.org.uk/tag/patch-tuesday/">Patch Tuesday</a> from Microsoft has been a bit of a record breaker with 14 security patches for at least 34 separate vulnerabilities.</p>
<p>This closely follows more <a href="http://www.darknet.org.uk/2010/08/adobe-scrambling-to-fix-another-serious-pdf-flaw/">disclosed bugs in Adobe PDF</a> related products following their latest patches for other critical rated vulnerabilities.</p>
<p>Source: <a href="http://www.theregister.co.uk/2010/08/10/microsoft_plugs_ssl_vuln/">The Register</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Microsoft+Fixes+SSL+Spoofing+Renegotiation+Bug+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D2929+from+%40THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2010/08/microsoft-fixes-ssl-spoofing-renegotiation-bug/&amp;t=Microsoft+Fixes+SSL+Spoofing+Renegotiation+Bug" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.google.com/buzz/post?url=http://www.darknet.org.uk/2010/08/microsoft-fixes-ssl-spoofing-renegotiation-bug/&amp;imageurl=" title="Post to Google Buzz"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/gbuzz/tt-gbuzz-micro3.png" alt="Post to Google Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2010/08/microsoft-fixes-ssl-spoofing-renegotiation-bug/&amp;title=Microsoft+Fixes+SSL+Spoofing+Renegotiation+Bug" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.darknet.org.uk/2010/08/microsoft-fixes-ssl-spoofing-renegotiation-bug/&amp;title=Microsoft+Fixes+SSL+Spoofing+Renegotiation+Bug" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/digg/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.darknet.org.uk/2010/08/microsoft-fixes-ssl-spoofing-renegotiation-bug/&amp;title=Microsoft+Fixes+SSL+Spoofing+Renegotiation+Bug" title="Post to Reddit"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit-micro3.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2010/08/microsoft-fixes-ssl-spoofing-renegotiation-bug/&amp;title=Microsoft+Fixes+SSL+Spoofing+Renegotiation+Bug" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/su/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p></div><div class="AWD_like_button "><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.darknet.org.uk%2F2010%2F08%2Fmicrosoft-fixes-ssl-spoofing-renegotiation-bug%2F&amp;send=false&amp;layout=standard&amp;width=&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=40" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px; height:40px;" allowTransparency="true"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2010/08/microsoft-fixes-ssl-spoofing-renegotiation-bug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IETF Completes Vulnerability Fix For SSL Renegotiation Bug</title>
		<link>http://www.darknet.org.uk/2010/01/ietf-completes-vulnerability-fix-for-ssl-renegotiation-bug/</link>
		<comments>http://www.darknet.org.uk/2010/01/ietf-completes-vulnerability-fix-for-ssl-renegotiation-bug/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 11:21:36 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Exploits/Vulnerabilities]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[ietf]]></category>
		<category><![CDATA[internet engineering task force]]></category>
		<category><![CDATA[ssl bug]]></category>
		<category><![CDATA[ssl exploit]]></category>
		<category><![CDATA[ssl renegotiation]]></category>
		<category><![CDATA[ssl renegotiation bug]]></category>
		<category><![CDATA[ssl vulnerability]]></category>
		<category><![CDATA[tls bug]]></category>
		<category><![CDATA[tls exploit]]></category>
		<category><![CDATA[tls vulnerability]]></category>
		<category><![CDATA[vulnerability]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=2440</guid>
		<description><![CDATA[You should remember the SSL Renegotiation bug from last year that was used to successfully attack twitter. Finally IETF have come out with a fix for the issue, it&#8217;s natural it has taken some time as it&#8217;s a flaw in the actual protocol itself not in any specific implementation (which is usually the case). The [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<p>You should remember the <a href="http://www.darknet.org.uk/tag/ssl-renegotiation-bug/">SSL Renegotiation bug</a> from last year that was used to <a href="http://www.darknet.org.uk/2009/11/ssl-renegotiation-bug-succesfully-used-to-attack-twitter/">successfully attack twitter</a>.</p>
<p>Finally IETF have come out with a fix for the issue, it&#8217;s natural it has taken some time as it&#8217;s a flaw in the actual protocol itself not in any specific implementation (which is usually the case).</p>
<p>The bug was fairly serious as demonstrated by the Twitter-jacking that took place exploiting the flaw. The bug basically allowed an attacker to conduct a <a href="http://www.darknet.org.uk/tag/man-in-the-middle/">man-in-the-middle</a> attack and insert some malicious data at the beginning of a vulnerable SSL/TLS connection.</p>
<blockquote><p>A fix that addresses a security vulnerability that could threaten SSL-protected Websites has been given the greenlight. The Internet Engineering Task Force (IETF) has finished work on a fix to a vulnerability in the Secure Sockets Layer protocol security researchers uncovered last August.</p>
<p>The vulnerability partially invalidates the SSL lock and allows attackers to compromise sites that use SSL for security—including banking sites and back-office systems that use Web services-based protocols. The issue was uncovered by Steve Dispensa and Marsh Ray, who work for two-factor authentication provider PhoneFactor.</p>
<p>“The bug allows a man-in-the-middle to insert some malicious data at the beginning of a vulnerable SSL/TLS connection, but does not allow him to directly read the data sent by the legitimate parties,” explained Ray. “This capability is referred to as a &#8216;blind plaintext injection attack.&#8217; Initially, it was hoped that this limited capability would offer some mitigation. Unfortunately, it seems that HTTPS is particularly strongly affected because of its design, and an effective attack on the Twitter HTTPS API was demonstrated shortly after the vulnerability was publicly disclosed.”</p></blockquote>
<p>Some of the open source providers of SSL implementations have fixed the bug in their software and released publicly available patches. These however are not officially merged with the main development trees as they were waiting for the official fix from the IETF.</p>
<p>It will take a while for all the major vendors to roll this into their software I guess, I&#8217;d hope to see everyone rolling out fixes by the end of January latest.</p>
<p>Who knows how many sites/apps are quietly being owned out there due to this bug.</p>
<blockquote><p>A copy of the IETF draft <a href="http://tools.ietf.org/html/draft-ietf-tls-renegotiation-01">can be found here</a>. After incorporating feedback from the TLS community, the proposed fix was approved by the IESG on Jan. 7, 2010. The IESG is responsible for the technical management of IETF activities and the Internet standards process. The decision means customers can now begin to deliver patches that implement IETF&#8217;s change.</p>
<p>“Because of the large number and variety of systems affected, substantial interoperability testing [for the SSL extension] will be conducted by many vendors before they feel comfortable releasing a patch,” Ray said. “Some interoperability testing has already been done with preliminary versions of the patch, but another round of testing is occurring now that the details of the fix have been finalized by the IETF.</p>
<p>“Some of the open-source TLS implementations (OpenSSL, GnuTLS) have fixes in their publicly visible repositories, but have not released a formal patch as of right now,” he added. “Most of the larger vendors (open source and otherwise) have been given several months&#8217; head start on implementing the fix, so they should not be starting from zero at this point.”</p></blockquote>
<p>I&#8217;m glad to see something has been done about this issue and it has been treated seriously, imagine what would have happened if this was an issue with a <a href="http://www.darknet.org.uk/tag/microsoft/">Microsoft</a> product?</p>
<p>They&#8217;d point fingers and create some FUD story claiming it wasn&#8217;t critical and only effected a small amount of systems under very specific circumstances.</p>
<p></p>
<p>Source: <a href="http://www.eweek.com/c/a/Security/IETF-Completes-Fix-for-SSL-Security-Vulnerability-589986/">eWeek</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=IETF+Completes+Vulnerability+Fix+For+SSL+Renegotiation+Bug+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D2440+from+%40THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2010/01/ietf-completes-vulnerability-fix-for-ssl-renegotiation-bug/&amp;t=IETF+Completes+Vulnerability+Fix+For+SSL+Renegotiation+Bug" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.google.com/buzz/post?url=http://www.darknet.org.uk/2010/01/ietf-completes-vulnerability-fix-for-ssl-renegotiation-bug/&amp;imageurl=" title="Post to Google Buzz"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/gbuzz/tt-gbuzz-micro3.png" alt="Post to Google Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2010/01/ietf-completes-vulnerability-fix-for-ssl-renegotiation-bug/&amp;title=IETF+Completes+Vulnerability+Fix+For+SSL+Renegotiation+Bug" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.darknet.org.uk/2010/01/ietf-completes-vulnerability-fix-for-ssl-renegotiation-bug/&amp;title=IETF+Completes+Vulnerability+Fix+For+SSL+Renegotiation+Bug" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/digg/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.darknet.org.uk/2010/01/ietf-completes-vulnerability-fix-for-ssl-renegotiation-bug/&amp;title=IETF+Completes+Vulnerability+Fix+For+SSL+Renegotiation+Bug" title="Post to Reddit"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit-micro3.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2010/01/ietf-completes-vulnerability-fix-for-ssl-renegotiation-bug/&amp;title=IETF+Completes+Vulnerability+Fix+For+SSL+Renegotiation+Bug" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/su/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p></div><div class="AWD_like_button "><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.darknet.org.uk%2F2010%2F01%2Fietf-completes-vulnerability-fix-for-ssl-renegotiation-bug%2F&amp;send=false&amp;layout=standard&amp;width=&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=40" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px; height:40px;" allowTransparency="true"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2010/01/ietf-completes-vulnerability-fix-for-ssl-renegotiation-bug/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SSL Renegotiation Bug Succesfully Used To Attack Twitter</title>
		<link>http://www.darknet.org.uk/2009/11/ssl-renegotiation-bug-succesfully-used-to-attack-twitter/</link>
		<comments>http://www.darknet.org.uk/2009/11/ssl-renegotiation-bug-succesfully-used-to-attack-twitter/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 08:20:18 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Exploits/Vulnerabilities]]></category>
		<category><![CDATA[Network Hacking]]></category>
		<category><![CDATA[Web Hacking]]></category>
		<category><![CDATA[hacking ssl]]></category>
		<category><![CDATA[hacking twitter]]></category>
		<category><![CDATA[hacking-networks]]></category>
		<category><![CDATA[network-security]]></category>
		<category><![CDATA[SSL]]></category>
		<category><![CDATA[ssl bug]]></category>
		<category><![CDATA[ssl flaw]]></category>
		<category><![CDATA[ssl renegotiation]]></category>
		<category><![CDATA[ssl renegotiation bug]]></category>
		<category><![CDATA[ssl security]]></category>
		<category><![CDATA[ssl vulnerability]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[twitter flaw]]></category>
		<category><![CDATA[twitter security]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=2293</guid>
		<description><![CDATA[When this SSL Renegotiation bug hit the news, most people said it was a theoretical attack and was of no practical use in the real world. But then people tend to say that about most things don&#8217;t they until they get pwned up the face. It turns out the rather obscure SSL flaw can be [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<p>When this SSL Renegotiation bug hit the news, most people said it was a theoretical attack and was of no practical use in the real world.</p>
<p>But then people tend to say that about most things don&#8217;t they until they get pwned up the face.</p>
<p>It turns out the rather obscure SSL flaw can be used to take over user accounts from websites that use API&#8217;s and especially those utilizing 3rd party clients (<a href="http://www.darknet.org.uk/tag/twitter/">Twitter</a> being the biggest but a lot of people are accessing <a href="http://www.darknet.org.uk/tag/facebook/">Facebook</a> now using clients too).</p>
<blockquote><p>A Turkish grad student has devised a serious, real-world attack on Twitter that targeted a recently discovered vulnerability in the secure sockets layer protocol.</p>
<p>The exploit by Anil Kurmus is significant because it successfully targeted the so-called SSL renegotiation bug to steal Twitter login credentials that passed through encrypted data streams. When the flaw surfaced last week, many researchers dismissed it as an esoteric curiosity with little practical effect.</p>
<p>For one thing, the critics said, the protocol bug was hard to exploit. And for another, they said, even when it could be targeted, it achieved extremely limited results. The skepticism was understandable: While attackers could inject a small amount of text at the beginning of an authenticated SSL session, they were unable to read encrypted data that flowed between the two parties</p></blockquote>
<p>So even though the fella couldn&#8217;t decrypt or read the data in the session, he could manipulate it in such a way that it spat out the goodies using the Twitter API.</p>
<p>It&#8217;s a very neat attack if you ask me, especially if you executed it via DM (Direct Message) it&#8217;s pretty unlikely anyone would notice their account had been &#8216;hacked&#8217;.</p>
<p>Perhaps this is how the bad guys have been doing it for a while because I do see an awful lot of hijacked accounts on Twitter and the owners have no idea why (they hadn&#8217;t logged in to any dodgy sites with OAuth or their Twitter credentials).</p>
<blockquote><p>Despite those limitations, Kurmus was able to exploit the bug to steal Twitter usernames and passwords as they passed between client applications and Twitter&#8217;s servers, even though they were encrypted. He did it by injecting text that instructed Twitter&#8217;s application protocol interface to dump the contents of the web request into a Twitter message after they had been decrypted.</p>
<p>&#8220;My point is I think that it&#8217;s not so hard to make it work,&#8221; said Kurmus, who lives in Zurich and recently completed his masters thesis at the Eurecom Institute. &#8220;Maybe some other people did the same thing and did not make it public, so this is why I think it&#8217;s important that people would take this bug more seriously.&#8221;</p>
<p>Twitter proved an ideal platform to carry out the attack for several reasons. First, every request sent over the microblogging site includes the account holder&#8217;s username and password. Second, the site&#8217;s API made it easy to post the contents of the intercepted data stream into a message that an attacker could then retrieve.</p></blockquote>
<p>Twitter has apparently plugged the hole from their side, but as the flaw in SSL itself it seems only one vendor is near to issuing a patch (<a href="http://www.phonefactor.com/sslgap/ssl-tls-authentication-patches">OpenSSL</a>).</p>
<p>If you extrapolate a little though, this attack could work on anything with a POST/GET interface on the web running on SSL &#8211; like Gmail for example.</p>
<p>I hope companies get to patching and plug this hole as it can be carried out all too quietly and wreak a whole lot of havoc!</p>
<p></p>
<p>Source: <a href="http://www.theregister.co.uk/2009/11/14/ssl_renegotiation_bug_exploited/">The Register</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=SSL+Renegotiation+Bug+Succesfully+Used+To+Attack+Twitter+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D2293+from+%40THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2009/11/ssl-renegotiation-bug-succesfully-used-to-attack-twitter/&amp;t=SSL+Renegotiation+Bug+Succesfully+Used+To+Attack+Twitter" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.google.com/buzz/post?url=http://www.darknet.org.uk/2009/11/ssl-renegotiation-bug-succesfully-used-to-attack-twitter/&amp;imageurl=" title="Post to Google Buzz"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/gbuzz/tt-gbuzz-micro3.png" alt="Post to Google Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2009/11/ssl-renegotiation-bug-succesfully-used-to-attack-twitter/&amp;title=SSL+Renegotiation+Bug+Succesfully+Used+To+Attack+Twitter" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.darknet.org.uk/2009/11/ssl-renegotiation-bug-succesfully-used-to-attack-twitter/&amp;title=SSL+Renegotiation+Bug+Succesfully+Used+To+Attack+Twitter" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/digg/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.darknet.org.uk/2009/11/ssl-renegotiation-bug-succesfully-used-to-attack-twitter/&amp;title=SSL+Renegotiation+Bug+Succesfully+Used+To+Attack+Twitter" title="Post to Reddit"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit-micro3.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2009/11/ssl-renegotiation-bug-succesfully-used-to-attack-twitter/&amp;title=SSL+Renegotiation+Bug+Succesfully+Used+To+Attack+Twitter" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/su/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p></div><div class="AWD_like_button "><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.darknet.org.uk%2F2009%2F11%2Fssl-renegotiation-bug-succesfully-used-to-attack-twitter%2F&amp;send=false&amp;layout=standard&amp;width=&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=40" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px; height:40px;" allowTransparency="true"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2009/11/ssl-renegotiation-bug-succesfully-used-to-attack-twitter/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

