<?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>Calazan.com &#187; SSL</title>
	<atom:link href="http://www.calazan.com/tag/ssl/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.calazan.com</link>
	<description>Share the Knowledge</description>
	<lastBuildDate>Sun, 05 Sep 2010 00:59:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>IIS Security Scan: The remote service supports the use of weak SSL ciphers</title>
		<link>http://www.calazan.com/iis-security-scan-the-remote-service-supports-the-use-of-weak-ssl-ciphers/</link>
		<comments>http://www.calazan.com/iis-security-scan-the-remote-service-supports-the-use-of-weak-ssl-ciphers/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 00:42:13 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[SSL]]></category>

		<guid isPermaLink="false">http://www.calazan.com/?p=280</guid>
		<description><![CDATA[Synopsis: The remote service supports the use of weak SSL ciphers. Description : The remote host supports the use of SSL ciphers that offer either weak encryption or no encryption at all. See also : http://www.openssl.org/docs/apps/ciphers.html Solution: Reconfigure the affected application if possible to avoid use of weak ciphers. Risk Factor: Medium / CVSS Base [...]]]></description>
			<content:encoded><![CDATA[<p><em><strong>Synopsis: </strong>The remote service supports the use of weak SSL ciphers. Description : The remote host supports the use of SSL ciphers that offer either weak encryption or no encryption at all. See also : http://www.openssl.org/docs/apps/ciphers.html <strong>Solution: </strong>Reconfigure the affected application if possible to avoid use of weak ciphers. <strong>Risk Factor:</strong> Medium / CVSS Base Score : 5.0 (CVSS2#AV:N/AC:L/Au:N/C:P/I:N/A:N) Plugin output : Here is the list of weak SSL ciphers supported by the remote server : Low Strength Ciphers ( 56-bit key) SSLv3 EXP-RC2-CBC-MD5 Kx=RSA(512) Au=RSA Enc=RC2(40) Mac=MD5 export EXP-RC4-MD5 Kx=RSA(512) Au=RSA Enc=RC4(40) Mac=MD5 export The fields above are : {OpenSSL ciphername} Kx={key exchange} Au={authentication} Enc={symmetric encryption method} Mac={message authentication code} {export flag}</em></p>
<p>Our ISA 2006 server failed the SecurityMetrics PCI scan yesterday with this reason.  We fixed the security issue by doing the following:</p>
<ol>
<li>Open <strong>Registry Editor</strong>.</li>
<li>Go to <strong>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\ SCHANNEL\Ciphers</strong> (I recommend that you create a backup of this section of the registry before continuing).</li>
<li>Select a cipher that has a number less than 128/128 (examples: DES 56/56, RC2 40/128, RC4 40/128, RC4 56/128) and add a <strong>DWORD value</strong> with the name &#8220;<strong>Enabled</strong>&#8221; and Value Data: <strong>0</strong>.</li>
<li>Repeat Step 3 for all ciphers less than 128/128.</li>
</ol>
<p>After doing the above, we ran the SecurityMetrics scan again and it didn&#8217;t find any vulnerabilities this time.</p>
<p>You might also want to disable SSL 2.0 support while you&#8217;re here as this is another security issue (we had to do this last year to pass).  To do so, simply add the same DWORD value to <strong>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\ SCHANNEL\Protocols\SSL 2.0\Server</strong>.</p>
<p>Credit goes to this website for this solution: <a title="Restrict Weak Ciphers" href="http://www.curtis-lamasters.com/2008/06/21/windows-iis-ssl-restrict-weak-ciphers/" target="_blank">http://www.curtis-lamasters.com/2008/06/21/windows-iis-ssl-restrict-weak-ciphers/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.calazan.com/iis-security-scan-the-remote-service-supports-the-use-of-weak-ssl-ciphers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
