<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
  <channel>
    <title><![CDATA[[SecurityRatty] tag: cms]]></title>
    <link>http://securityratty.com/tag/cms</link>
    <description></description>
    <pubDate>Thu, 20 Dec 2007 09:15:59 +0000</pubDate>
    <generator>iRatty Engine</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <item>
      <title><![CDATA[ColdFusion: Hack Me or Help Me]]></title>
      <link>http://securityratty.com/article/9fb9073abbbbfc649c8feeed2afceb21</link>
      <guid>http://securityratty.com/article/9fb9073abbbbfc649c8feeed2afceb21</guid>
      <description><![CDATA[For your consideration, the endless battle between security and convenience
Front and center: ColdFusion
I've been picking on ColdFusion-built apps again a bit lately, and one of my observations has...]]></description>
      <content:encoded><![CDATA[For your consideration, the endless battle between security and convenience.<br />Front and center: ColdFusion.<br />I've been picking on ColdFusion-built apps again a bit lately, and one of my observations has been that consistently, if mismanaged, the verbose error reporting features in ColdFusion can be really problematic.<br /><br /><a href="http://holisticinfosec.org/content/view/78/45/" target="_blank">HIO-2008-0713 JOBBEX JobSite SQLi & XSS</a><br /><a href="http://holisticinfosec.org/content/view/79/45/" target="_blank">HIO-2008-0729 BookMine SQLi & XSS</a><br /><br />Recently, I stumbled on an example of way too much information disclosure in a few sites running a ColdFusion-built CMS. The error reporting was so verbose it included the base path, data source name, database username, and yes, the <strong>database password</strong>.<br />I've cleaned it up for the protection of all involved, but here's a screen shot of only 1/4 of the details this site coughed up when I tweaked the input to a calendar date variable.<br /><br /><a href="http://3.bp.blogspot.com/_kVOWaY1TAF0/SLblWNYqSmI/AAAAAAAAACc/BIPkxSBOxpg/s1600-h/ColdFusionTMI.png"><img style="float:center; margin:0 10px 10px 0;cursor:pointer; cursor:hand;" src="http://3.bp.blogspot.com/_kVOWaY1TAF0/SLblWNYqSmI/AAAAAAAAACc/BIPkxSBOxpg/s320/ColdFusionTMI.png" border="0" alt=""id="BLOGGER_PHOTO_ID_5239627386205129314" /></a><br /><br />When I reached out to the developers of this app (always and immediately responsive), they assured me that this was not due to a flaw in the app, but that the "information should be protected, and is by default for our installations" and that the client disabled the security check and turned debugging on. I accept this explanation entirely, but it leads to the classic debate around the dangers of mismanaged debugging features, be they developer added or ColdFusion feature driven. Stupid user tricks are always an issue, but how much rope should they be given to hang themselves? Does error reporting really need to include the database username and password?<br /><br />Allow me to present a few different perspectives.<br />First, rvdh's take on <a href="http://www.0x000000.com/?i=610" target="_blank">Attacking ColdFusion</a>. Developers can learn a lot from this post, if only in that it precisely points out attack vectors. Ronald sums up my concerns aptly:<br />"As we know, error messages are important. Especially error messages generated by database software we want to inject. This, is useful for obtaining information about table structures that can be a real time-saver for attackers. If the right information is available, attackers do not have to guess database tables and fields anymore, nor having to brute force them. I have never seen so much information regarding the site's structure, used database, table names, drivers, server setup and other information useful for attackers that those of ColdFusion. It almost says: Please Hack Me!"<br />As I can't presume to improve on this stance, I won't. Well said.<br /><br />Next, a developer's take on the issue from <a href="http://www.usefulconcept.com/" target="_blank">Joshua Cyr</a>, who has declared it <a href="http://www.usefulconcept.com/index.cfm/2008/8/27/ColdFusion-Errors-and-Security" target="_blank">Check Your Error Output Day</a>. Joshua highlights two key points:<br />1) Do NOT enable the robust errors setting in CF Administrator.<br />2) Don't forget to remove debugging dump code.<br />Heed this advice, ColdFusion fans!<br /><br />One destination that all "secure" ColdFusion paths should lead to is the use of <em>cfqueryparam</em>. Ronald spells it out well mid way through his <a href="http://www.0x000000.com/?i=610" target="_blank">discussion</a>, and so do the following resources:<br /><a href="http://www.coldfusionjedi.com/index.cfm/2008/7/29/What-Folks-arent-using-cfqueryparam" target="_blank">coldfusionjedi</a><br /><a href="http://www.coldfusionmuse.com/index.cfm/2008/7/28/cfqueryparam-protects-against-daleks" target="_blank">Coldfusion Muse</a><br /><br />Further excellent resources for ColdFusion security issues:<br /><a href="http://www.coldfusionmuse.com/index.cfm/2008/7/18/Injection-Using-CAST-And-ASCII" target="_blank">SQL Injection Part II (Make Sure You Are Sitting Down)</a><br /><a href="http://www.12robots.com/index.cfm/Security" target="_blank">12Robots.com</a><br /><br />In closing, security and convenience needn't always be at odds, but often allowing for both requires a higher state of awareness for developers and end-users. Let common sense prevail; perhaps it'll give me less to do in the way of <a href="http://holisticinfosec.org/content/category/6/23/45/" target="_blank">research</a>. ;-)<br /><br /><a href="http://del.icio.us/post?url=http://holisticinfosec.blogspot.com/2008/08/coldfusion-hack-me-or-help-me.html&title=ColdFusion:%20Hack%20Me%20or%20Help%20Me " title="ColdFusion: Hack Me or Help Me ">del.icio.us</a> | <a href="http://digg.com/submit?phase=2&amp;url=http://holisticinfosec.blogspot.com/2008/08/coldfusion-hack-me-or-help-me.html" title="ColdFusion: Hack Me or Help Me ">digg</a>]]></content:encoded>
      <pubDate>Thu, 28 Aug 2008 06:13:00 +0000</pubDate>
      <category domain="http://securityratty.com/tag/coldfusion">coldfusion</category>
      <category domain="http://securityratty.com/tag/coldfusion paths">coldfusion paths</category>
      <category domain="http://securityratty.com/tag/coldfusion fans">coldfusion fans</category>
      <category domain="http://securityratty.com/tag/coldfusion security issues">coldfusion security issues</category>
      <category domain="http://securityratty.com/tag/error">error</category>
      <category domain="http://securityratty.com/tag/database">database</category>
      <category domain="http://securityratty.com/tag/database username">database username</category>
      <category domain="http://securityratty.com/tag/error messages">error messages</category>
      <category domain="http://securityratty.com/tag/coldfusion feature">coldfusion feature</category>
      <source url="http://holisticinfosec.blogspot.com/2008/08/coldfusion-hack-me-or-help-me.html">ColdFusion: Hack Me or Help Me</source>
    </item>
    <item>
      <title><![CDATA[Sikhs Can Carry Knives on Airplanes in India]]></title>
      <link>http://securityratty.com/article/1cce8b18c160bf8003ab9f0c9abdc224</link>
      <guid>http://securityratty.com/article/1cce8b18c160bf8003ab9f0c9abdc224</guid>
      <description><![CDATA[That's what the rules say : Sikh passengers are allowed to carry Kirpan with them on board domestic flights. The total length of the 'Kirpan' should not exceed 22.86 CMs (9 inches) and the length of...]]></description>
      <content:encoded><![CDATA[<p>That's what the <a href="http://fateh.sikhnet.com/sikhnet/discussion.nsf/ca32680024ff68b487256a08007e86d8/e3121b2ca1969bec87256d42003f211a!OpenDocument">rules say</a>:</p>

<blockquote>Sikh passengers are allowed to carry Kirpan with them on board domestic flights. The total length of the 'Kirpan' should not exceed 22.86 CMs (9 inches) and the length of the blade should not exceed 15.24 CMs. (6 inches). It is being reiterated that these instructions should be fully implemented by concerned security personnel so that religious sentiments of the Sikh passengers are not hurt.</blockquote>

<p>How airport security is supposed to recognize a Sikh passenger is not explained.</p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/schneier/fulltext?a=FSF8cI"><img src="http://feeds.feedburner.com/~f/schneier/fulltext?i=FSF8cI" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/schneier/fulltext?a=2zA0wI"><img src="http://feeds.feedburner.com/~f/schneier/fulltext?i=2zA0wI" border="0"></img></a>
</div>]]></content:encoded>
      <pubDate>Tue, 10 Jun 2008 02:27:16 +0000</pubDate>
      <category domain="http://securityratty.com/tag/sikh passengers">sikh passengers</category>
      <category domain="http://securityratty.com/tag/kirpan">kirpan</category>
      <category domain="http://securityratty.com/tag/board domestic flights">board domestic flights</category>
      <category domain="http://securityratty.com/tag/length">length</category>
      <category domain="http://securityratty.com/tag/carry kirpan">carry kirpan</category>
      <category domain="http://securityratty.com/tag/total length">total length</category>
      <category domain="http://securityratty.com/tag/religious sentiments">religious sentiments</category>
      <category domain="http://securityratty.com/tag/inches">inches</category>
      <category domain="http://securityratty.com/tag/cms">cms</category>
      <source url="http://www.schneier.com/blog/archives/2008/06/sikhs_can_carry.html">Sikhs Can Carry Knives on Airplanes in India</source>
    </item>
    <item>
      <title><![CDATA[Blue River's stance on Sava security stands out]]></title>
      <link>http://securityratty.com/article/057ed0d1ba0eb036e642100e6c2b081e</link>
      <guid>http://securityratty.com/article/057ed0d1ba0eb036e642100e6c2b081e</guid>
      <description><![CDATA[It's been awhile since I've had something nice to say, and the golden opportunity to rectify that issue has presented itself in the discovery of some vulnerabilities in Sava CMS from the Blue River...]]></description>
      <content:encoded><![CDATA[It's been awhile since I've had something nice to say, and the golden opportunity to rectify that issue has presented itself in the discovery of some vulnerabilities in <a href="http://www.gosava.com/go/sava/">Sava CMS</a> from the <a href="http://www.blueriver.com/go/br/">Blue River Interactive Group</a>. <br />At 9:29pm May 19th, I sent a note to Blue River pointing out an XSS vulnerability. I received a reply from Malcolm at <span style="font-weight:bold;">9:46pm</span> (yes, 17 minutes later), stating that the issue would be addressed immediately and asking if I had questions or suggestions. <br />Wow! Really? <br />The lonely life of security dork/vuln researcher sometimes has its rewards. I offered to take a deeper look at Sava, with their permission, which Malcolm immediately granted. After further inspection, I noted a SQLi issue as well, but the update they'd already released had fixed the issue on other sites where the update had been applied. So, in what really amounts to 48 hours, the Blue River team went after the issues with a vengeance, and addressed them appropriately (and obviously quickly).<br />It's no secret that I am giant open source proponent, and Sava fits that definition in every way, not just their application but their open communication, pride in their product, and concern for their users.<br />This is what we in the security community hope for...those rare occasions to feel good about well intended efforts being met by further well intended efforts, all to the benefit of the user and the consumer.<br />Well done, Blue River...go Sava!<br /><br />Any Sava users who may be reading this, ensure that you are running Sava CMS 5.0.122 or later.<br />Advisory here: <a href="http://holisticinfosec.org/content/view/67/45/">HIO-2008-0523 Sava CMS SQLi & XSS</a><br /><br /><a href="http://del.icio.us/post?url=http://holisticinfosec.blogspot.com/2008/05/blue-rivers-stance-on-sava-security.html&title=Blue%20River's%20stance%20on%20Sava%20security%20stands%20out " title="Blue River's stance on Sava security stands out del.icio.us">del.icio.us</a> | <a href="http://digg.com/submit?phase=2&amp;url=http://holisticinfosec.blogspot.com/2008/05/blue-rivers-stance-on-sava-security.html" title="Blue River's stance on Sava security stands out ">digg</a>]]></content:encoded>
      <pubDate>Fri, 23 May 2008 16:02:00 +0000</pubDate>
      <category domain="http://securityratty.com/tag/sava">sava</category>
      <category domain="http://securityratty.com/tag/blue river">blue river</category>
      <category domain="http://securityratty.com/tag/blue river team">blue river team</category>
      <category domain="http://securityratty.com/tag/sava cms">sava cms</category>
      <category domain="http://securityratty.com/tag/blue river interactive">blue river interactive</category>
      <category domain="http://securityratty.com/tag/sava fits">sava fits</category>
      <category domain="http://securityratty.com/tag/issue">issue</category>
      <category domain="http://securityratty.com/tag/sava users">sava users</category>
      <category domain="http://securityratty.com/tag/sqli issue">sqli issue</category>
      <source url="http://holisticinfosec.blogspot.com/2008/05/blue-rivers-stance-on-sava-security.html">Blue River's stance on Sava security stands out</source>
    </item>
    <item>
      <title><![CDATA[We can't write secure code]]></title>
      <link>http://securityratty.com/article/79c47a2e1084bd1deba73b2fa9ab33e1</link>
      <guid>http://securityratty.com/article/79c47a2e1084bd1deba73b2fa9ab33e1</guid>
      <description><![CDATA[David Lacey makes the important point that writing secure software is &quot;not just about cutting secure code or developing better testing tools. We need to get things right much earlier in the...]]></description>
      <content:encoded><![CDATA[
      <a href="http://www.computerweekly.com/blogs/david_lacey">David Lacey</a> makes the important point that writing secure software is "not just about cutting secure code or developing better testing tools. We need to get things right much earlier in the development process." It's a subject I've been harping on about for some time, with many references to excellent resources such as <a href="http://www.owasp.org">OWASP</a>, and great leaders on the subject such as <a href="http://securitybuddha.com">Mark Curphey</a>.

Over the last few years I've heard many solutions proposed to fix the problem of insecure software, ranging from sacking the developers to improving the  software development lifecycle so that security requirements are stated from outset and followed through into production and beyond. The evidence is that none of it works. OK, the folk at <a href="http://www.microsoft.com/mscorp/twc/security/default.mspx">Microsoft</a>, for example, will say that security is now embedded in their culture, and they've certainly generated a nice new stream of revenue for themselves out of all the books, tools and journals on the subject. But they are still releasing security patches with a frequency and schedule that the I wish the rail company I use each day could achieve with their trains. And other vendors are coming up with clangers at an alarming rate. For example, this <a href="http://secunia.com/advisories/29843/">latest one</a> from leading CMS vendor RedDot. An SQL Injection vulnerability in an enterprise level CMS system - what were they playing at with their quality control?!

So, here's the thing. We can't write secure code. It's true. Can you show me any decent commercial, consumer focused product (that people actually want to use - not just techies who haven't seen daylight in 12 years and live on a diet of digestive biscuits) that is secure from the off as soon as it's exposed to the Internet and where 12 months later it hasn't required a patch of some sort? Systems are simply too complicated with too many lines of code for anyone to expect that they can be released without containing bugs and security holes. That doesn't mean that we shouldn't try, it just means that we should take a different approach. That approach, in my opinion, is to take a leaf out of the new edition of the <a href="https://www.pcisecuritystandards.org/">PCI standards </a>and stick a ruddy great application firewall in front of everything. That doesn't make the code secure, it's a sticking plaster over a wound. But  - to continue the analogy - a plaster stops the bleeding, prevents germs getting in, and while it's not a cure, it's good enough.

I'm not knocking OWASP et al. It's the first resource I recommend developers go to and will remain so. Just that the business expects more functionality, cheaper costs, more complexity, better performance, and a more rapid deployment for its products. Chucking in security with all that lot is like rubbing your belly and patting your head at the same time, while riding a motorbike. So, let's make it easy on ourselves. Application firewalls! 
      
   ]]></content:encoded>
      <pubDate>Fri, 16 May 2008 03:00:00 +0000</pubDate>
      <category domain="http://securityratty.com/tag/code">code</category>
      <category domain="http://securityratty.com/tag/secure">secure</category>
      <category domain="http://securityratty.com/tag/code secure">code secure</category>
      <category domain="http://securityratty.com/tag/secure code">secure code</category>
      <category domain="http://securityratty.com/tag/secure software">secure software</category>
      <category domain="http://securityratty.com/tag/security">security</category>
      <category domain="http://securityratty.com/tag/security holes">security holes</category>
      <category domain="http://securityratty.com/tag/security requirements">security requirements</category>
      <category domain="http://securityratty.com/tag/security patches">security patches</category>
      <source url="http://www.computerweekly.com/blogs/stuart_king/2008/05/david-lacey-makes-the-importan.html">We can't write secure code</source>
    </item>
    <item>
      <title><![CDATA[Defending the Caveman - Are blogs newsworthy?]]></title>
      <link>http://securityratty.com/article/4e3d13b699d77f6e54f6fca2e0371900</link>
      <guid>http://securityratty.com/article/4e3d13b699d77f6e54f6fca2e0371900</guid>
      <description><![CDATA[newsworthy /ˈnuzˌwɜr ði, ˈnyuz-/ Pronunciation Key - Show Spelled Pronunciation [ nooz -wur- th ee, nyooz
adjective - of sufficient interest to the public or a special audience to warrant press...]]></description>
      <content:encoded><![CDATA[
<div xmlns="http://www.w3.org/1999/xhtml"><p><strong>news·wor·thy</strong> <img src="http://cache.lexico.com/g/d/premium.gif" border="0" /> <img src="http://cache.lexico.com/dictionary/graphics/luna/thinsp.png" border="0" /><a href="https://secure.reference.com/premium/login.html?rd=2&amp;u=http%3A%2F%2Fdictionary.reference.com%2Fbrowse%2Fnewsworthy"><img src="http://cache.lexico.com/g/d/speaker.gif" border="0" /></a> /ˈnuzˌwɜr<img src="http://cache.lexico.com/dictionary/graphics/luna/thinsp.png" border="0" />ði, ˈnyuz-/ <a>Pronunciation Key</a> - <a>Show Spelled Pronunciation</a>[<strong>nooz</strong>-wur-<em>th</em><img src="http://cache.lexico.com/dictionary/graphics/luna/thinsp.png" border="0" />ee, <strong>nyooz</strong>-] </p>

<p>–adjective - <strong>of sufficient interest to the public or a special audience to warrant press attention or coverage.</strong> </p>

<p><a onclick="window.open(this.href, '_blank', 'width=783,height=540,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false" href="http://www.stillsecureafteralltheseyears.com/.shared/image.html?/photos/uncategorized/2008/02/29/caveman.gif"><img title="Caveman" height="193" alt="Caveman" src="http://www.stillsecureafteralltheseyears.com/ashimmy/images/2008/02/29/caveman.gif" width="280" border="0" style="FLOAT: right; MARGIN: 0px 0px 5px 5px" /></a> I wanted to come back and touch on something that someone wrote in a comment yesterday.&nbsp; This has nothing to do with whether or not a government or service has a right to filter out content, they do.&nbsp; So does just about any employer on their own network and machines.&nbsp; For me the bigger issue was the comment &quot;... and frankly blogs aren't newsworthy, the majority of them are just random points of view that wouldn't be cited, with any validity&quot;.&nbsp; To me this is a clear sign of someone who has not spent a lot of time out among the rest of us lately.&nbsp; What cave has this person been living in?&nbsp; Whether we are talking about politics, science, music or technology, it takes some kind of special cretin to make and believe this argument about whether blogs are newsworthy. Part and parcel with this attitude seems to be the attitude that people who read blogs are bandwidth slurping slackers, who have nothing to do all day but avoid doing anything productive at work and read these extreme waste of times.</p>

<p>Do people really believe this?&nbsp; Evidently so.&nbsp; My view is this: blogs have become a major source of news and influence. They have revolutionized the media industry in a similar fashion to what the desktop publishing software market did to the the print industry. They have given voice to millions and put the common man on par with the hereinbefore omnipotent media reporter.&nbsp; But really folks, is there really even a doubt in your minds on this?&nbsp; If there is, here are some links that may help settle that question:</p>

<p><a title="http://www.foreignpolicy.com/story/cms.php?story_id=2707&amp;popup_delayed=1" href="http://www.foreignpolicy.com/story/cms.php?story_id=2707&amp;popup_delayed=1">http://www.foreignpolicy.com/story/cms.php?story_id=2707&amp;popup_delayed=1</a> </p>

<p><em>Every day, millions of online diarists, or “bloggers,” share their opinions with a global audience. Drawing upon the content of the international media and the World Wide Web, they weave together an elaborate network with agenda-setting power on issues ranging from human rights in China to the U.S. occupation of Iraq. What began as a hobby is evolving into a new medium that is changing the landscape for journalists and policymakers alike.</em></p>

<p><a title="http://news.bbc.co.uk/1/hi/technology/4976276.stm" href="http://news.bbc.co.uk/1/hi/technology/4976276.stm">http://news.bbc.co.uk/1/hi/technology/4976276.stm</a></p>

<p><strong><em>The impact of blogging has reached a tipping point, argues Julian Smith, senior analyst at Jupiter Research.</em></strong></p>

<p><em>This week's We Media forum was covered by the blogs</em></p>

<p><em>Anyone studying the media over the last few months might have noticed a sudden increase in concern about the growth of consumer-created content and the impact of blogging on business</em>. </p>

<p>There are a lot more similar types of reports from &quot;valid news sources&quot; that I can show that proves this point, but I suspect for the majority of you that would be dulling the point.&nbsp; But lets not forget the valuable lesson here.&nbsp; There are people out there who blinded by their own beliefs do not see the forest as being made up of trees, but see something else entirely.&nbsp; </p>

<p>But to the person who left this comment I ask: if blogs are not newsworthy and worth reading, what were you doing reading mine and wasting your time with a comment?&nbsp; I think the answer to that will go a long way towards coming to grips with reality.</p></div>

<p><a href="http://feeds.feedburner.com/~a/StillsecureAfterAllTheseYears?a=MLPykh"><img src="http://feeds.feedburner.com/~a/StillsecureAfterAllTheseYears?i=MLPykh" border="0"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?a=T86gQaE"><img src="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?i=T86gQaE" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?a=M8EYTqE"><img src="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?i=M8EYTqE" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?a=NgOen3E"><img src="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?i=NgOen3E" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?a=tttVNME"><img src="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?i=tttVNME" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?a=dw4AvOe"><img src="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?i=dw4AvOe" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?a=cCwZTGe"><img src="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?i=cCwZTGe" border="0"></img></a>
</div>]]></content:encoded>
      <pubDate>Fri, 29 Feb 2008 12:18:25 +0000</pubDate>
      <category domain="http://securityratty.com/tag/blogs">blogs</category>
      <category domain="http://securityratty.com/tag/newsworthy">newsworthy</category>
      <category domain="http://securityratty.com/tag/frankly blogs">frankly blogs</category>
      <category domain="http://securityratty.com/tag/media">media</category>
      <category domain="http://securityratty.com/tag/media forum">media forum</category>
      <category domain="http://securityratty.com/tag/newsworthy nuzwr">newsworthy nuzwr</category>
      <category domain="http://securityratty.com/tag/valid news sources">valid news sources</category>
      <category domain="http://securityratty.com/tag/international media">international media</category>
      <category domain="http://securityratty.com/tag/comment yesterday">comment yesterday</category>
      <source url="http://feeds.feedburner.com/~r/StillsecureAfterAllTheseYears/~3/243540134/defending-the-c.html">Defending the Caveman - Are blogs newsworthy?</source>
    </item>
    <item>
      <title><![CDATA[CMS HIPAA Compliance Review Checklist]]></title>
      <link>http://securityratty.com/article/3de2d1a85ecbace42822f0b9c4622c43</link>
      <guid>http://securityratty.com/article/3de2d1a85ecbace42822f0b9c4622c43</guid>
      <description><![CDATA[CMS (Centers for Medicare and Meicaid Services) has posted a PDF document that lists the potential interviewees and the artifacts to be examined during a HIPAA compliance review. It's a good heads-up...]]></description>
      <content:encoded><![CDATA[CMS (Centers for Medicare and Meicaid Services) has posted a PDF document that lists the potential interviewees and the artifacts to be examined during a HIPAA compliance review.  It's a good heads-up for those of us providing security in the health care industry. ]]></content:encoded>
      <pubDate>Tue, 26 Feb 2008 10:25:35 +0000</pubDate>
      <category domain="http://securityratty.com/tag/hipaa compliance review">hipaa compliance review</category>
      <category domain="http://securityratty.com/tag/health care industry">health care industry</category>
      <category domain="http://securityratty.com/tag/cms">cms</category>
      <category domain="http://securityratty.com/tag/meicaid services">meicaid services</category>
      <category domain="http://securityratty.com/tag/pdf document">pdf document</category>
      <category domain="http://securityratty.com/tag/potential interviewees">potential interviewees</category>
      <category domain="http://securityratty.com/tag/lists">lists</category>
      <category domain="http://securityratty.com/tag/artifacts">artifacts</category>
      <category domain="http://securityratty.com/tag/centers">centers</category>
      <source url="http://networking.ittoolbox.com/r/rss.asp?url=http://blogs.ittoolbox.com/security/adventures/archives/cms-hipaa-compliance-review-checklist-22722">CMS HIPAA Compliance Review Checklist</source>
    </item>
    <item>
      <title><![CDATA[Links for 2008-01-22 [del.icio.us]]]></title>
      <link>http://securityratty.com/article/6435d313b2851e2653165f9426050242</link>
      <guid>http://securityratty.com/article/6435d313b2851e2653165f9426050242</guid>
      <description><![CDATA[TaoSecurity: Is This For Real
7 myths about security metrics
CMS to check hospitals for HIPAA security compliance
One year later: Five takeaways from the TJX breach
Riskbloggers - Security Wisdom...]]></description>
      <content:encoded><![CDATA[<ul>
<li><a href="http://taosecurity.blogspot.com/2008/01/is-this-for-real.html">TaoSecurity: Is This For Real?</a></li>
<li><a href="http://www.noticebored.com/html/metrics.html">7 myths about security metrics</a></li>
<li><a href="http://www.govhealthit.com/online/news/350176-1.html?type=pf">CMS to check hospitals for HIPAA security compliance</a></li>
<li><a href="http://www.computerworld.com/action/article.do?command=viewArticleBasic&taxonomyName=security&articleId=9057758">One year later: Five takeaways from the TJX breach</a></li>
<li><a href="http://www.riskbloggers.com/ljh/2008/01/alvin-toffler-futurologist-or-security-guru/">Riskbloggers - Security Wisdom ahead of the curve</a></li>
<li><a href="http://www.tradingmarkets.com/.site/news/Stock%20News/1011119/">Q1 Labs Signs OEM Agreement with Juniper Networks</a></li>
<li><a href="http://www.bizjournals.com/sanjose/stories/2008/01/21/daily26.html">ArcSight plans to raise about $52M in IPO - Silicon Valley / San Jose Business Journal:</a><br/>
In an amended filing with the Securities and Exchange Commission, when, Cupertino-based ArcSight said it plans to sell 6 million shares, while stockholders will sell an additional 861,919 shares. Based on the expected price range, the company would have a</li>
</ul><img src="http://feeds.feedburner.com/~r/AntonChuvakinPersonalBlog/~4/221440901" height="1" width="1"/>]]></content:encoded>
      <pubDate>Tue, 22 Jan 2008 21:00:00 +0000</pubDate>
      <category domain="http://securityratty.com/tag/arcsight plans">arcsight plans</category>
      <category domain="http://securityratty.com/tag/arcsight">arcsight</category>
      <category domain="http://securityratty.com/tag/shares">shares</category>
      <category domain="http://securityratty.com/tag/hipaa security compliance">hipaa security compliance</category>
      <category domain="http://securityratty.com/tag/plans">plans</category>
      <category domain="http://securityratty.com/tag/million shares">million shares</category>
      <category domain="http://securityratty.com/tag/security wisdom ahead">security wisdom ahead</category>
      <category domain="http://securityratty.com/tag/juniper networks">juniper networks</category>
      <category domain="http://securityratty.com/tag/security metrics">security metrics</category>
      <source url="http://feeds.feedburner.com/~r/AntonChuvakinPersonalBlog/~3/221440901/anton18">Links for 2008-01-22 [del.icio.us]</source>
    </item>
    <item>
      <title><![CDATA[HIPAA Growing Teeth, Round II?]]></title>
      <link>http://securityratty.com/article/c741622d99f09f7c1917f9d7959599a6</link>
      <guid>http://securityratty.com/article/c741622d99f09f7c1917f9d7959599a6</guid>
      <description><![CDATA[Half a year after round one of &quot; HIPAA Growing Teeth &quot; we proudly give you: round deux

Specifially, &quot; CMS to check hospitals for HIPAA security compliance &quot; paper claims that &quot; The Centers for...]]></description>
      <content:encoded><![CDATA[Half a year after round one of "<a href="http://chuvakin.blogspot.com/2007/06/hipaa-growing-teeth.html">HIPAA Growing Teeth</a>" we proudly give you: round deux :-)<br /><br />Specifially, "<a href="http://www.govhealthit.com/online/news/350176-1.html?type=pf">CMS to check hospitals for HIPAA security compliance</a>" paper claims that "<span class="storybody"><span class="storybody">The Centers for Medicare and Medicaid Services (CMS) will begin on-site reviews of hospitals’ compliance with security rules mandated by the Health Insurance Portability and Accountability Act of 1996. </span></span>"<br /><br />Can these guys kick (eeeeh, "bite," not "kick," since we are talking about "growing teeth" :-)) some insecure  healthcare ass? Only time will tell, but HIPAA won't be another PCI DSS (for many reasons)<div class="blogger-post-footer">About me: http://www.chuvakin.org</div><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/AntonChuvakinPersonalBlog?a=9CpWNjD"><img src="http://feeds.feedburner.com/~f/AntonChuvakinPersonalBlog?i=9CpWNjD" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/AntonChuvakinPersonalBlog?a=oHbAZOD"><img src="http://feeds.feedburner.com/~f/AntonChuvakinPersonalBlog?i=oHbAZOD" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/AntonChuvakinPersonalBlog/~4/221223750" height="1" width="1"/>]]></content:encoded>
      <pubDate>Tue, 22 Jan 2008 10:44:00 +0000</pubDate>
      <category domain="http://securityratty.com/tag/hipaa">hipaa</category>
      <category domain="http://securityratty.com/tag/round">round</category>
      <category domain="http://securityratty.com/tag/hipaa security compliance">hipaa security compliance</category>
      <category domain="http://securityratty.com/tag/teeth">teeth</category>
      <category domain="http://securityratty.com/tag/kick">kick</category>
      <category domain="http://securityratty.com/tag/health insurance portability">health insurance portability</category>
      <category domain="http://securityratty.com/tag/round deux">round deux</category>
      <category domain="http://securityratty.com/tag/insecure healthcare ass">insecure healthcare ass</category>
      <category domain="http://securityratty.com/tag/guys kick">guys kick</category>
      <source url="http://feeds.feedburner.com/~r/AntonChuvakinPersonalBlog/~3/221223750/hipaa-growing-teeth-round-ii.html">HIPAA Growing Teeth, Round II?</source>
    </item>
    <item>
      <title><![CDATA[TRICARE breach affects 4,700 households]]></title>
      <link>http://securityratty.com/article/15bfaf273b2fdbbbdf76168fa62115ad</link>
      <guid>http://securityratty.com/article/15bfaf273b2fdbbbdf76168fa62115ad</guid>
      <description><![CDATA[Technorati Tag: Security Breach

Date Reported
12/07/07

Organization
TRICARE

Contractor/Consultant/Branch
TRICARE Area Office Europe (TAO-Europe
Department of Defense TRICARE Management Activity...]]></description>
      <content:encoded><![CDATA[Technorati Tag: <a href="http://technorati.com/tag/security+breach" rel="tag">Security Breach</a><br><br>
<img src="http://breachblog.com/images/95781-88451/tricare.jpg" align="right" height="57" width="105"><font size="2"><span style="font-weight: bold;">Date Reported: </span><br>12/07/07<br><br><span style="font-weight: bold;">Organization: </span><br>TRICARE<br><br><span style="font-weight: bold;">Contractor/Consultant/Branch:</span><br>TRICARE Area Office Europe (TAO-Europe)<br>Department of Defense TRICARE Management Activity (TMA)<br>Electronic Data Systems (EDS)<br><br><span style="font-weight: bold;">Victims:</span><br>TRICARE beneficiaries located in Europe between the years 2004 and 2007<br><br><span style="font-weight: bold;">Number Affected:</span><br>4,700 households<br><br><span style="font-weight: bold;">Types of Data:</span><br>Full or partial Social Security Numbers, and for one or more members of the affected household, their name, date of birth, and a medical diagnosis code associated with a health benefits claim submitted to TMA<br><br><span style="font-weight: bold;">Breach Description:</span><br>On November 7th, 2007 Electronic Data Systems (EDS) reported to TRICARE that they had discovered a potential compromise of sensitive personally identifiable information belonging to beneficiaries located in Europe.&nbsp; EDS is an IT contractor for TRICARE and "had not appropriately secured a part of the system" they support.<br><br><span style="font-weight: bold;">Reference URL:</span><br><a href="http://www.tricare.mil/taoeuropebreach.cfm" target="_blank"> TRICARE TMA Website Announcement</a><br><a href="http://www.airforcetimes.com/news/2007/12/military_tricarebreach_071207w/" target="_blank"> Air Force Times Story</a><br><br><span style="font-weight: bold;">Report Credit:</span><br>TRICARE<br><br><span style="font-weight: bold;">Response:</span><br>From the online sources cited above:<br><br>A potential compromise of personally identifiable information belonging to approximately 4,700 TRICARE beneficiaries located in Europe occurred recently due to a problem with a claims Web site managed by Electronic Data Systems (EDS). <br><br>The incident was reported to TRICARE on November 7, 2007. The information that was potentially compromised, however, existed between the years 2004 and 2007.<br><br>The compromised information may include your full or partial Social Security Number, and for one or more members of your household, their name, date of birth, and a medical diagnosis code associated with a health benefits claim submitted to TRICARE Management Activity.<br><br>Although the assessment yields that external entities did in fact, access the system for purposes that do not appear malicious, at this time we have no indication that any of your personal information has been misused.<br><span style="font-style: italic;">[Evan] This statement is a little confusing to me.&nbsp; Are the "external entities" authorized or not?&nbsp; If they were not authorized to use the system, and they had in fact accessed the system, then I would say that the access was probably malicious in nature.</span><br><br>It is possible that an unauthorized person could have accessed your personal information, but the Department of Defense is taking proactive steps to keep you informed.<br><span style="font-style: italic;">[Evan] I don't like the word "proactive" when using it in reference to a reaction.&nbsp; The notification is a reaction to a lack of proactivity.&nbsp; You dig?</span><br><br>Those who may have been potentially affected by this compromise will receive a notification letter<br><br>The data was held on a Web application server that allowed external entities an unauthorized level of access without going through the required authentication process if the Web address was known.<br><br>That situation has since been remedied.<br><br>Practices such as Public Key Infrastructure (PKI) requirements and authentication verification cookies have fixed all known vulnerabilities associated with this incident. In addition, the CMS application has since been taken off-line. EDS has completed the forensics analysis of the server and is performing a by-line code review to ensure there are no further critical vulnerabilities present in the code.<br><span style="font-style: italic;">[Evan] Should EDS be the ones conducting the vulnerability assessment and code review?&nbsp; If it were me, I would feel more comfortable with a third-party review.</span><br><br>EDS is offering beneficiaries put at risk a free, one-year subscription to a credit monitoring and protection service.<br><br>Additionally, those affected will receive up to $20,000 identity theft protection coverage with no deductible as it relates to this matter.<br><br>Affected beneficiaries with questions or concerns may contact the EDS Incident Response Center at 1-800-556-3195.<br><br>Those located outside the United States must dial the country’s AT&amp;T USADirect access number first.<br><br><span style="font-weight: bold;">Commentary:</span><br>I am trying to determine with some certainty what led to this breach.&nbsp; <br>Was it poorly written code?&nbsp; (check out <a href="http://www.owasp.org/index.php/Main_Page" target="_blank"> OWASP</a>)<br>Was it a mis-configuration of the web server?<br>Was encryption not required, i.e. a user could use http or https to access the application?<br>Was it a combination of factors?&nbsp; I will assume it was a combination of factors.<br><br>On the one hand, I commend EDS for disclosing the breach to TRICARE, but on the other hand I am concerned about how long this problem may have gone un-noticed.&nbsp; Web applications acquiring, processing, accessing, storing or interacting with sensitive information in any manner require regular security reviews commensurate with the risk to the such information (unauthorized disclosure, alteration or destruction).&nbsp; This seems to be a case where you have an IT contractor in charge of design, implementation and maintenance of an application (typically with functionality as a driving factor) but also in charge of maintaining it's security.&nbsp; Information security really is a "stand-alone" function that should not be lumped into the same IT contract and warrants a "stand-alone" contract with a company that specializes in information security.&nbsp; My $.02.<br><br><span style="font-weight: bold;">Past Breaches:</span><br>Unknown</font><br><br>
<script src="http://feeds.feedburner.com/%7Es/breachblog?i=http://breachblog.com/2007/12/20/tricare.aspx" type="text/javascript" charset="utf-8"></script>
<br>
<br>
<script type="text/javascript"><!--
google_ad_client = "pub-4721162729073131";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_ad_channel = "";
//-->
</script>
<script type="text/javascript">
</script>]]></content:encoded>
      <pubDate>Thu, 20 Dec 2007 09:15:59 +0000</pubDate>
      <category domain="http://securityratty.com/tag/tricare">tricare</category>
      <category domain="http://securityratty.com/tag/information">information</category>
      <category domain="http://securityratty.com/tag/personal information">personal information</category>
      <category domain="http://securityratty.com/tag/code review">code review</category>
      <category domain="http://securityratty.com/tag/by-line code review">by-line code review</category>
      <category domain="http://securityratty.com/tag/information security">information security</category>
      <category domain="http://securityratty.com/tag/tricare beneficiaries">tricare beneficiaries</category>
      <category domain="http://securityratty.com/tag/beneficiaries">beneficiaries</category>
      <category domain="http://securityratty.com/tag/breach">breach</category>
      <source url="http://breachblog.com/2007/12/20/tricare.aspx">TRICARE breach affects 4,700 households</source>
    </item>
  </channel>
</rss>
