<?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>stopthehacker.com &#187; https</title>
	<atom:link href="http://www.stopthehacker.com/tag/https/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stopthehacker.com</link>
	<description>Jaal, LLC</description>
	<lastBuildDate>Sat, 04 Feb 2012 01:14:51 +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>Do Government Websites Care About HTTPS?</title>
		<link>http://www.stopthehacker.com/2010/02/25/government-sites-care-about-https-not-really/</link>
		<comments>http://www.stopthehacker.com/2010/02/25/government-sites-care-about-https-not-really/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 19:59:52 +0000</pubDate>
		<dc:creator>anirban</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Report]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[.gov]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[SSL]]></category>

		<guid isPermaLink="false">http://www.stopthehacker.com/?p=1381</guid>
		<description><![CDATA[Government websites play a critical role in the transfer of information to citizens, visitors, businessmen and others throughout their lives. Most importantly many people trust government websites implicitly. By virtue of this immense trust placed in websites which are relied on for information dissemination and collection by the government, one would expect that something as [...]]]></description>
			<content:encoded><![CDATA[<p>Government websites play a critical role in the transfer of information to citizens, visitors, businessmen and others throughout their lives. Most importantly many people trust government websites implicitly. By virtue of this immense trust placed in websites which are relied on for information dissemination and collection by the government, one would expect that something as basic as SSL authentication (via certificates) would be in use by these websites to prove unambiguously to visitors that they are really connecting to the website they expect.</p>
<p>Consider the fact that malicious individuals and organizations have already targeted government organizations including the FDIC, IRS, FBI and many more with success. The government response trying to educate the masses can be found in many places. <a href="http://www.fdic.gov/consumers/consumer/alerts/phishing.html" target="_blank">[1]</a> <a href="http://www.fbi.gov/cyberinvest/escams.htm" target="_blank">[2]</a> <a href="http://www.ic3.gov/default.aspx" target="_blank">[3]</a></p>
<p><strong>The goal of this experiment:</strong></p>
<ul>
<li>To determine whether government sites provide authentication information using HTTPS.</li>
<li>To identify characteristics of government websites using or not using HTTPS.</li>
</ul>
<p><strong>Experiment methodology:</strong></p>
<p>An initial corpus of 150 government websites was mined (via <a href="http://www.usa.gov/Agencies/Federal/All_Agencies/index.shtml" target="_blank">USA.gov</a>). Each website was tested for three signs that indicate whether they employ any authentication mechanism to prove their identity to a visitor.</p>
<p>This experiment was conducted between February 24th and February 25th, 2010.</p>
<p><strong>The three points are listed below:</strong></p>
<ol>
<li>Does the website offer a SSL connection secured by a certificate?
<ul>
<li>If it does, we identify the issuer and the expiration date.</li>
</ul>
</li>
<li>Does the website respond to the HTTPS request within 60 seconds?
<ul>
<li>If it does not, we identify the server as mis-configured.</li>
</ul>
</li>
<li>Does the website seem to have pages, which have an &#8220;https://&#8221; in the URL?
<ul>
<li>We find these pages as indexed by Google (e.g. https://secure.site.gov/login.asp).</li>
</ul>
</li>
</ol>
<p><strong>We present the most interesting results here:</strong></p>
<ul>
<li>Only 53% of government sites offer an SSL certificate to prove their identity.<br />
<em>Note: The certificates for these sites will not expire in less than 30 days.</em></li>
<li>Approximately 6% of government sites have self-signed SSL certificates or certificates signed by authorities which are not widely recognized.<br />
<em>Note: Accessing these websites via a modern browser will cause a warning message to be displayed.</em></li>
<li>Approximately 13% of government sites use expired SSL certificates to prove their identity.</li>
<li>Approximately 1% of government sites have credentials which will expire in less than 30 days.</li>
<li>A whopping 33% of government sites with HTTPS are mis-configured. However, they work fine with HTTP.</li>
</ul>
<div id="attachment_1388" class="wp-caption aligncenter" style="width: 445px"><img class="size-full wp-image-1388" title="Significant numbers of government websites are not using authentication mechanisms effectively." src="http://www.stopthehacker.com/wp-content/uploads/2010/02/govt-https.jpeg" alt="Significant numbers of government websites are not using authentication mechanisms effectively." width="435" height="307" /><p class="wp-caption-text">Significant numbers of government websites are not using authentication mechanisms effectively.</p></div>
<p><strong>Conclusion:</strong></p>
<p>This limited experiment shows that websites operated by the government have a long way to go in terms of proving their identity to end users. These issues should not be treated lightly as they provide impetus to malicious individuals to develop phishing scams targeting government owned infrastructure.</p>
<p><em>Note: Due to the sensitive nature of this information we will not disclose specific government sites with security issues.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.stopthehacker.com/2010/02/25/government-sites-care-about-https-not-really/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>New SSL Issues = New SSL Attacks</title>
		<link>http://www.stopthehacker.com/2009/11/23/new-ssl-issues-new-ssl-attacks/</link>
		<comments>http://www.stopthehacker.com/2009/11/23/new-ssl-issues-new-ssl-attacks/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 22:48:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[CSRF]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[malicious websites]]></category>
		<category><![CDATA[man in the middle]]></category>
		<category><![CDATA[MITM]]></category>
		<category><![CDATA[SSL]]></category>
		<category><![CDATA[TLS]]></category>

		<guid isPermaLink="false">http://www.stopthehacker.com/?p=649</guid>
		<description><![CDATA[You might remember the article I wrote a couple of weeks back regarding the then recently found vulnerabilities of SSL 3.0 (TLS 1.0). Well, things just got real. New Security Issues come to light with SSL 3.0 At the time, some researchers even went so far as to say that the vulnerability was only theoretical! [...]]]></description>
			<content:encoded><![CDATA[<p>You might remember the article I wrote a couple of weeks back regarding the then recently found vulnerabilities of SSL 3.0 (TLS 1.0). Well, things just got <em>real</em>.</p>
<ul>
<li><a href="http://www.stopthehacker.com/2009/11/05/new-security-issues-come-to-light-with-ssl-3-0/">New Security Issues come to light with SSL 3.0</a></li>
</ul>
<p>At the time, some researchers even went so far as to say that the vulnerability was only theoretical! Too theoretical to even worry about. The attack is described in detail:</p>
<ul>
<li><a href="http://www.securegoose.org/2009/11/tls-renegotiation-vulnerability-cve.html">TLS renegotiation vulnerability (CVE-2009-3555)</a></li>
</ul>
<p>It appears that the popular micro-blogging site Twitter first fell victim to the attack. The Register has the full story:</p>
<ul>
<li><a href="http://www.theregister.co.uk/2009/11/14/ssl_renegotiation_bug_exploited/">Researcher busts into Twitter via SSL reneg hole</a></li>
</ul>
<p>Now that the attack is in the wild, where are the patches?<br />
<span id="more-649"></span><br />
At the time of publishing, here is where everyone is:</p>
<p><strong>Open SSL</strong></p>
<ul>
<li>Workaround – Removes Renegotiation (OpenSSL 0.9.8l): Limited Public Availability</li>
<li>Fix (OpenSSL 0.9.8m): Code Undergoing Initial Testing</li>
</ul>
<p><strong>Microsoft</strong></p>
<ul>
<li>IIS, SChannel, Internet Explorer: Interoperability Testing in Progress</li>
<li>IIS6 and 7: Not Vulnerable to Client-Initiated Renegotiation</li>
</ul>
<p><strong>Cisco</strong></p>
<ul>
<li>Vulnerable Products: Code Undergoing Initial Testing</li>
</ul>
<p><strong>F5</strong></p>
<ul>
<li>Workaround – Disables Renegotiation: Limited Public Availability</li>
<li>Fix: Code Undergoing Initial Testing</li>
</ul>
<p><strong>NSS (Mozilla/Firefox)</strong></p>
<ul>
<li>TLS protocol fix: Interoperability Testing in Progress</li>
</ul>
<p><strong>Sun</strong></p>
<ul>
<li>Vulnerable Products: Code Undergoing Initial Testing</li>
</ul>
<p><strong>GNU TLS</strong></p>
<ul>
<li>Fix: Code Undergoing Initial Testing</li>
<li>Most Applications Are Not Affected</li>
</ul>
<p><strong>RSA</strong></p>
<ul>
<li>Vulnerable Products: Interoperability Testing in Progress/Limited Public Availability</li>
</ul>
<p><strong>Opera</strong></p>
<ul>
<li>Fix: Code Undergoing Initial Testing</li>
</ul>
<p>For more information and updates:</p>
<ul>
<li><a href="http://www.phonefactor.com/sslgap/ssl-tls-authentication-patches">SSL/TLS Authentication Gap – Status of Patches</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.stopthehacker.com/2009/11/23/new-ssl-issues-new-ssl-attacks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Security Issues come to light with SSL 3.0</title>
		<link>http://www.stopthehacker.com/2009/11/05/new-security-issues-come-to-light-with-ssl-3-0/</link>
		<comments>http://www.stopthehacker.com/2009/11/05/new-security-issues-come-to-light-with-ssl-3-0/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 23:46:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[malicious websites]]></category>
		<category><![CDATA[man in the middle]]></category>
		<category><![CDATA[SSL]]></category>
		<category><![CDATA[TLS]]></category>

		<guid isPermaLink="false">http://www.stopthehacker.com/?p=259</guid>
		<description><![CDATA[New SSL Security Issues: A vulnerability allowing hijacking of an already connected SSL 3.0 (TLS 1.0) sessions has been disclosed. SSL technology provides an end-to-end secure communications tunnel used most commonly by the HTTPS protocol. This, most recent, vulnerability allows an attacker to insert text of their choice into the data-stream, even after the secure [...]]]></description>
			<content:encoded><![CDATA[<p>New SSL Security Issues: A vulnerability allowing hijacking of an already connected SSL 3.0 (TLS 1.0) sessions has been disclosed.</p>
<p>SSL technology provides an end-to-end secure communications tunnel used most commonly by the HTTPS protocol. This, most recent, vulnerability allows an attacker to insert text of their choice into the data-stream, even after the secure handshake has occurred. This is another security gap created by the standard&#8217;s renegotiation process that is intended to allow a new SSL connection to be established over an already connected SSL session.</p>
<p>SSL renegotiation is most useful in the following situations: when client authentication is required, to use a different set of encryption and decryption keys, or when the server wants to switch encryption or hashing algorithms. For now, some patches have been made available that disable this functionality completely in order to avoid the vulnerability.</p>
<p>It will probably be a few weeks until patches including a reworked renegotiation mechanism appear. Most importantly, a fix has been in the works (by most browser vendors) but it won&#8217;t be out until the respective vendors finish their work. So, don&#8217;t depend on SSL until your browser is patched.</p>
<p>More Information:</p>
<ul>
<li><a href="http://www.links.org/?p=780">Another Protocol Bites The Dust</a></li>
<li><a href="http://extendedsubset.com/?p=8">Renegotiating TLS</a></li>
<li><a href="http://www.ietf.org/mail-archive/web/tls/current/msg03928.html">MITM attack on delayed TLS-client auth through renegotiation</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.stopthehacker.com/2009/11/05/new-security-issues-come-to-light-with-ssl-3-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

