<?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>Adventures of an Eternal Optimist &#187; Information Security (this is for you RSA)</title>
	<atom:link href="http://eternallyoptimistic.com/category/information-security-this-is-for-you-rsa/feed/" rel="self" type="application/rss+xml" />
	<link>http://eternallyoptimistic.com</link>
	<description></description>
	<lastBuildDate>Thu, 17 Jun 2010 20:23:04 +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>Axel&#8217;s Challenge</title>
		<link>http://eternallyoptimistic.com/2009/10/16/axels-challenge/</link>
		<comments>http://eternallyoptimistic.com/2009/10/16/axels-challenge/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 15:47:31 +0000</pubDate>
		<dc:creator>Pamela</dc:creator>
				<category><![CDATA[Information Security (this is for you RSA)]]></category>

		<guid isPermaLink="false">http://eternallyoptimistic.com/?p=1408</guid>
		<description><![CDATA[Axel says he&#8217;ll fetch you a beer at IIW if you can decrypt the token he has made publicly available on his blog: crypto doubters in the crowd,  this is your big chance!   As someone who was recently burned while copying and pasting encrypted tokens off of a web page and trying to decrypt, I [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://ignisvulpis.blogspot.com/2009/10/trust-in-crypto.html" target="_blank">Axel says he&#8217;ll fetch you a beer at IIW</a> if you can decrypt the token he has made publicly available on his blog: crypto doubters in the crowd,  this is your big chance!   As someone who was recently burned while copying and pasting encrypted tokens off of a web page and trying to decrypt, I would be careful of the white space though, I bet if you ask really nice he&#8217;d even send you a file version.<a href="http://eternallyoptimistic.com/wp-content/uploads/2009/10/Picture-10.png"><img class="size-full wp-image-1409 aligncenter" title="Axel's Challenge" src="http://eternallyoptimistic.com/wp-content/uploads/2009/10/Picture-10.png" alt="Axel's Challenge" width="432" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://eternallyoptimistic.com/2009/10/16/axels-challenge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Case is MADE</title>
		<link>http://eternallyoptimistic.com/2009/09/12/my-case-is-made/</link>
		<comments>http://eternallyoptimistic.com/2009/09/12/my-case-is-made/#comments</comments>
		<pubDate>Sat, 12 Sep 2009 17:37:57 +0000</pubDate>
		<dc:creator>Pamela</dc:creator>
				<category><![CDATA[Information Security (this is for you RSA)]]></category>
		<category><![CDATA[MS/AD/InfoCards/CardSpace]]></category>
		<category><![CDATA[relying party stuff]]></category>

		<guid isPermaLink="false">http://eternallyoptimistic.com/?p=1374</guid>
		<description><![CDATA[I wrote not long ago about the HSBC Canada banking site, and its odd and frightening ways of dealing with access control.  Their fanciful notions of authentication proved to me that passwords were being stored in a retrievable format rather than in a format where the password can be verified as matching but not retrieved [...]]]></description>
			<content:encoded><![CDATA[<p>I wrote not long ago about the HSBC Canada banking site, and its <a href="http://eternallyoptimistic.com/2009/08/24/so-funny-i-forgot-to-laugh/" target="_blank">odd and frightening ways of dealing with access control</a>.  Their fanciful notions of authentication proved to me that passwords were being stored in a retrievable format rather than in a format where the password can be verified as matching but not retrieved and examined.</p>
<p>This exact same issue has come up on the OSIS list with respect to privatepersonalidentifiers &#8211; some have argued that it is perfectly safe to store raw ppid and modulus information at the RP,  and I cannot tell you how STRONGLY I disagree with that idea.</p>
<p>Luckily, <a href="http://twitter.com/oneraindrop/statuses/3751319453">Gunnar </a>has pointed me to the perfect example:  apparently <a href="http://technicalinfodotnet.blogspot.com/2009/09/hsbc-bank-france-hacked.html" target="_blank">the HSBC France banking site has been hacked</a>,  and guess what?  They are storing their customer&#8217;s passwords in clear text too (surprise surprise).  And a handy little SQL injection attack gives the hacker <span style="text-decoration: underline;">everything he needs</span> to log in as anyone he can think to query for.</p>
<p>Had the HSBC stored their passwords in some kind of encrypted format,  the same attack would have netted the hacker a fraction of the value,  because there would still be a significant and likely cost-ineffective amount of time and work necessary to turn the data into a set of credentials that could be used for actual authentication.  This is why encryption of passwords is an industry best practice, and why you will and should be laughed out of this community if you can&#8217;t get such a simple mitigation right.</p>
<p>If an RP stores the ppid and modulus of a self-issued information card in clear text, and that RP becomes the victim of a SQL injection attack,  a hacker has everything they need to get in the front door too.   The data must be stored in a way that mitigates this danger,  period.  I consider this to be identity 101 for information cards, and anyone who writes an RP should consider this to be a best practice.</p>
]]></content:encoded>
			<wfw:commentRss>http://eternallyoptimistic.com/2009/09/12/my-case-is-made/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Guidance</title>
		<link>http://eternallyoptimistic.com/2009/07/20/guidance/</link>
		<comments>http://eternallyoptimistic.com/2009/07/20/guidance/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 19:10:46 +0000</pubDate>
		<dc:creator>Pamela</dc:creator>
				<category><![CDATA[Identity Theory]]></category>
		<category><![CDATA[Information Security (this is for you RSA)]]></category>

		<guid isPermaLink="false">http://eternallyoptimistic.com/?p=1249</guid>
		<description><![CDATA[In researching a few products for a client, I came across an e-book on Managing Linux &#38; UNIX Servers by Dustin Peryear.  I managed to get access to a chapter without registering, and I liked what I saw so much that I had to have the whole book.
The thing that is remarkable about this book [...]]]></description>
			<content:encoded><![CDATA[<p>In researching a few products for a client, I came across an e-book on <a href="http://www.netiq.com/offers/unix/default.asp">Managing Linux &amp; UNIX Servers</a> by Dustin Peryear.  I managed to get access to a chapter without registering, and I liked what I saw so much that I had to have the whole book.<br />
The thing that is remarkable about this book to me, is that it is NOT a book about technology, commands, program execution or coding.  It is a book about <span style="text-decoration: underline;">what to get done and why</span>.   There are so few of these kinds of books &#8211; the ones that assume that once you have a comprehensive plan for getting things done,  finding out how is the easy part.  The books that get that the mapping works better from the top down than the bottom up: all the man pages in the world will not help you if you don&#8217;t have the context to know which of them you should be reading, and what the end result should be when you apply that knowledge.  It is the guidance that makes the difference.</p>
<p><a href="http://eternallyoptimistic.com/wp-content/uploads/2009/07/flickr-jonk-33283987.jpg"><img class="alignleft size-full wp-image-1253" title="Guidance" src="http://eternallyoptimistic.com/wp-content/uploads/2009/07/flickr-jonk-33283987.jpg" alt="Guidance" width="222" height="225" /></a>I very badly want a book like this for information card Relying Parties, specifically the PKI functionality of an RP.   I have work to do on my RP:  right now I know I&#8217;m missing several critical checks to ensure integrity and non-repudiation for the messages I&#8217;m accepting and trusting.   But how do I know that I have covered all the bases?   I have this list of interoperability issues.  I have a set of api calls into security libraries like xmlseclib and openssl that could possibly solve my issues.    What I do not have is guidance.   I feel like I&#8217;m assembling an entertainment unit from IKEA, and I have detailed engineering information on every screw and every panel in the entire IKEA inventory:  thousands of weights, heights, screw thread pitches, you name it.  While I technically have access to everything I could possibly need to assemble my entertainment unit,  it is left up to me to figure out which and how many of the inventory items I need, how they fit together, and what order they must be assembled.</p>
<p>I suppose what I&#8217;m saying is we need to step above RTFM (Read the Fsking Manual) to KWFMTR (Know Which Fsking Manuals to Read).</p>
<p>(photo credit: <a href="http://www.flickr.com/photos/jonk/33283987/">http://www.flickr.com/photos/jonk/33283987/</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://eternallyoptimistic.com/2009/07/20/guidance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Security as Upsell</title>
		<link>http://eternallyoptimistic.com/2009/06/16/security-as-upsell/</link>
		<comments>http://eternallyoptimistic.com/2009/06/16/security-as-upsell/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 21:54:51 +0000</pubDate>
		<dc:creator>Pamela</dc:creator>
				<category><![CDATA[Information Security (this is for you RSA)]]></category>
		<category><![CDATA[security activism]]></category>

		<guid isPermaLink="false">http://eternallyoptimistic.com/?p=1219</guid>
		<description><![CDATA[Here is a philosophical question for you:

Many SaaS vendors currently only offer SSL support to clients who pay a premium.  Users who don&#8217;t pay, can&#8217;t have the &#8220;extra&#8221; benefit of using SSL.   What happens to the small companies and/or single users who wish to be secure, but do not need unlimited users or 2GB of [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a philosophical question for you:</p>
<p><a href="http://eternallyoptimistic.com/wp-content/uploads/2009/06/Picture-71.png"><img class="aligncenter size-full wp-image-1220" title="SSL only for the privileged" src="http://eternallyoptimistic.com/wp-content/uploads/2009/06/Picture-71.png" alt="SSL only for the privileged" width="520" height="137" /></a></p>
<p>Many SaaS vendors currently only offer SSL support to clients who pay a premium.  Users who don&#8217;t pay, can&#8217;t have the &#8220;extra&#8221; benefit of using SSL.   What happens to the small companies and/or single users who wish to be secure, but do not need unlimited users or 2GB of file storage, or 10 project templates?  Who in their right mind would pay $20 extra a month just to get SSL?   And what possible justification is there for denying transport-level security to smaller customers?</p>
<p>Today we have this perception that only the largest corporations need to pursue security:  the ones with CIOs and Enterprise Architects,  the ones trading publicly or in a vertical where audits are mandatory.  If you ask me, I think we could go a very long way if we stopped thinking like this and began to enable <span style="text-decoration: underline;">any person or organization, of any size</span> to care about, understand, and pursue secure internet operation.</p>
<p>I know it isn&#8217;t <a href="http://notabob.blogspot.com/2009/06/cyber-security.html" target="_blank">as lofty a goal as Bob has put forth</a>;  but this issue, to me,  represents a small part of the underlying systemic problem that Bob is trying to shed light on.</p>
]]></content:encoded>
			<wfw:commentRss>http://eternallyoptimistic.com/2009/06/16/security-as-upsell/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Am I an Accessory?</title>
		<link>http://eternallyoptimistic.com/2009/05/31/am-i-an-accessory/</link>
		<comments>http://eternallyoptimistic.com/2009/05/31/am-i-an-accessory/#comments</comments>
		<pubDate>Sun, 31 May 2009 23:21:05 +0000</pubDate>
		<dc:creator>Pamela</dc:creator>
				<category><![CDATA[Information Security (this is for you RSA)]]></category>
		<category><![CDATA[making a difference]]></category>
		<category><![CDATA[security activism]]></category>

		<guid isPermaLink="false">http://eternallyoptimistic.com/?p=1200</guid>
		<description><![CDATA[I am stuck in an interesting dilemma.
I love my web hosting company, I think the people are great, the tools and support are top notch, and the price is right.  I was, in fact, thinking of upgrading my service with them.
But I cannot ignore the fact that on my particular server, they haven&#8217;t updated their [...]]]></description>
			<content:encoded><![CDATA[<p>I am stuck in an interesting dilemma.</p>
<p><a href="http://dreamhost.com" target="_blank">I love my web hosting company</a>, I think the people are great, the tools and support are top notch, and the price is right.  I was, in fact, thinking of upgrading my service with them.</p>
<p>But I cannot ignore the fact that on my particular server, they haven&#8217;t updated their openssl libraries in 5 YEARS.   Five.  By my count, they are 20 revisions behind the current library version.</p>
<p>This means that there is a list of exploits as long as my arm that can probably be used against the various sites that I sponsor, including the Pamela Project and OSIS. The big problem is that I&#8217;m using a shared Apache infrastructure, and while I can recompile PHP and Curl to use up-to-date libraries, Apache does a lot of the heavy lifting when it comes to transport-level security, and as far as I know, I cannot affect the modules that load into that shared webserver environment.</p>
<p>Obviously there are actions that I can take to ensure my own security.  I can change web hosters.  I can upgrade to a server where I have access to my own apache configuration.  The standard answer here is that if I don&#8217;t like what I&#8217;ve got I should leave.</p>
<p>But &#8211; what about the folks on my server who don&#8217;t even know they are at risk?  Who are running shopping carts and who just assume that they are on a well-patched, secure server?  By silently walking away from an insecure environment, am I in fact aiding and abetting the web hosting company in their terrible security practices?</p>
<p>I have in the past contacted support about updating SSL libraries when various remote holes were found.  I won&#8217;t quote their answer because I don&#8217;t have the email to back up my recollection, I didn&#8217;t think to save them, but the version number speaks for itself:  0.9.7e.  The current version is 0.9.8k.  I&#8217;m not a big customer, and I know that by paying more I could become more secure &#8212; but must it follow that by paying less I have to be at risk?   I already pay extra per month for SSL support, and also for the unique IP address that is a pre-requisite.  Do I have to get hacked before I have a case?</p>
<p>So I ask you all &#8212; for the small number of us who know better &#8212; what&#8217;s the right way to proceed?  Do I silently act to ensure that I myself am secure, leaving all those other poor uneducated suckers to continue in ignorance and risk?  Do I make a stink?  I doubt I have the clout to cause this very large company to do anything.  Yet, if I don&#8217;t, who will?</p>
<p><strong>Update:</strong> I received a response to my separately sent inquiry to the security team just now (told you they are responsive):</p>
<p style="padding-left: 30px;">We run Debian Linux. Debian does not put new upstream releases, even point releases, into a stable distribution. What happens is that only the security fixes are backported into a package in stable. This minimizes the possibility for the stable release to be de-stabilized by new code introduced upstream.<br />
So while the version of libssl0.9.7-sarge5, it should nevertheless incorporate all the security fixes present in 0.9.8k.</p>
<p>So, the good news is that I&#8217;m probably safe, and the team is on top of it.  The bad new is that I simply have to trust it is so, I don&#8217;t see a way to easily independently verify.</p>
]]></content:encoded>
			<wfw:commentRss>http://eternallyoptimistic.com/2009/05/31/am-i-an-accessory/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
