<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
  <channel>
    <title><![CDATA[Jeff Jones Security Blog]]></title>
    <link>http://securityratty.com/feed/dbdf8218dc416e519a61bfef15253ae2</link>
    <description></description>
    <pubDate>Wed, 23 Apr 2008 10:03:16 +0000</pubDate>
    <generator>iRatty Engine</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <item>
      <title><![CDATA[Download Hyper-V RTM for WIndows server 2008]]></title>
      <link>http://securityratty.com/article/c00af38230e4188f1bd4912085f5f7b2</link>
      <guid>http://securityratty.com/article/c00af38230e4188f1bd4912085f5f7b2</guid>
      <description><![CDATA[I converted my office fileserver to Windows Server 2008 (WS2008) a while back and I've never been happier - WS2008 is my favorite product ever. Nicely modular, pretty much everything turned off by...]]></description>
      <content:encoded><![CDATA[<p>I converted my office fileserver to Windows Server 2008 (WS2008) a while back and I've never been happier - WS2008 is my favorite product ever.&nbsp; Nicely modular, pretty much everything turned off by default and some great tools for enabling just the components your need for a particular role.</p> <p>There is one more step I've been wanting to take and that is to enable the Hyper-V role and convert my fileserver over to just one virtual machine on the box, so I can set up other VMs on the same box.&nbsp; Today, I was excited to see <a href="http://blogs.zdnet.com/virtualization/?p=465">Microsoft Releases Hyper-V</a> on CNET.&nbsp; Here is a summary of the key links (note that it is only available for the 64-bit versions of WS2008):</p> <ul> <li> <h3><a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=F3AB3D4B-63C8-4424-A738-BADED34D24ED&amp;displaylang=en" target="_blank">Update for Windows Server 2008 x64 Edition (KB950050)</a></h3></li> <li> <h3><a href="http://www.microsoft.com/windowsserver2008/en/us/hyperv-faq.aspx">Hyper-V FAQ</a></h3></li> <li> <h3><a href="http://www.microsoft.com/windowsserver2008/en/us/hyperv-install.aspx">How to Install Hyper-V</a></h3></li></ul> <p>Check back with my and I'll let you know how things go and share any tips I have for what to do or not do, as well as my review of how easy/hard it is.</p> <p>Regards ~ Jeff</p><img src="http://blogs.technet.com/aggbug.aspx?PostID=3079040" width="1" height="1">]]></content:encoded>
      <pubDate>Thu, 26 Jun 2008 20:02:47 +0000</pubDate>
      <category domain="http://securityratty.com/tag/windows server">windows server</category>
      <category domain="http://securityratty.com/tag/fileserver">fileserver</category>
      <category domain="http://securityratty.com/tag/hyper-v role">hyper-v role</category>
      <category domain="http://securityratty.com/tag/office fileserver">office fileserver</category>
      <category domain="http://securityratty.com/tag/ws2008">ws2008</category>
      <category domain="http://securityratty.com/tag/role">role</category>
      <category domain="http://securityratty.com/tag/microsoft releases hyper-v">microsoft releases hyper-v</category>
      <category domain="http://securityratty.com/tag/hyper-v faq">hyper-v faq</category>
      <category domain="http://securityratty.com/tag/install hyper-v">install hyper-v</category>
      <source url="http://blogs.technet.com/security/archive/2008/06/27/download-hyper-v-rtm-for-windows-server-2008.aspx">Download Hyper-V RTM for WIndows server 2008</source>
    </item>
    <item>
      <title><![CDATA[New Security Tools for IIS and SQL]]></title>
      <link>http://securityratty.com/article/b3892fbd49dab930356750501023c0df</link>
      <guid>http://securityratty.com/article/b3892fbd49dab930356750501023c0df</guid>
      <description><![CDATA[In cast you didn't see it, the Microsoft Security Response Center (MSRC) team just announced the release of three tools to help customers fend off SQL injection attacks
UrlScan 3.0 Beta ( see Wade...]]></description>
      <content:encoded><![CDATA[<p>In cast you didn't see it, the Microsoft Security Response Center (MSRC) team just <a href="SQL Injection Attacks Exploiting Unverified User Data Input" target="_blank">announced</a> the release of three tools to help customers fend off SQL injection attacks: <ul> <li>UrlScan 3.0 Beta (<a href="http://blogs.iis.net/wadeh/archive/2008/06/24/urlscan-v3-0-beta-release.aspx" target="_blank">see Wade Hilmo's blog for more</a>), a security tool that restricts the types of HTTP requests that Internet Information Services (IIS) will process. By blocking specific HTTP requests, the UrlScan helps prevent potentially harmful requests.</li> <li>Microsoft Source Code Analyzer for SQL Injection (MSCASI) CTP (<a href="http://blogs.msdn.com/sqlsecurity/archive/2008/06/24/microsoft-source-code-analyzer-for-sql-injection-june-2008-ctp.aspx" target="_blank">see the SQL Security blog for more</a>), a tool that can be used to detect ASP code susceptible to SQL injection attacks. </li> <li>Scrawlr (<a href="http://www.communities.hp.com/securitysoftware/blogs/spilabs/archive/2008/06/23/finding-sql-injection-with-scrawlr.aspx" target="_blank">see HP's security blog for more</a>), a free scanner, developed by HP Web Security Research Group in conjunction with Microsoft, which will allow customers to identify whether their Web sites might be susceptible to SQL injection.</li></ul> <p>There are already a lot of resources out there available already for these tools.&nbsp; Let me point you to a few of them: <ul> <li>The new Microsoft <a href="http://www.microsoft.com/technet/security/advisory/954462.mspx">Security Advisory 954462</a> announcing the tools, with guidance</li> <ul> <li><a href="http://www.communities.hp.com/securitysoftware/blogs/spilabs/archive/2008/06/23/finding-sql-injection-with-scrawlr.aspx">Finding SQL Injection with Scrawlr</a> at the <a href="http://www.communities.hp.com/securitysoftware/">HP Security Center</a></li> <li><a href="http://learn.iis.net/page.aspx/473/using-urlscan">URLScan Tool 3.0 Beta</a> page, including download links &amp; docs</li> <li>MSCASI download and reference kb: <a href="http://support.microsoft.com/kb/954476">Microsoft Knowledge Base Article 954476</a></li></ul> <li>A good <a href="http://blogs.msdn.com/sdl/archive/2008/05/15/giving-sql-injection-the-respect-it-deserves.aspx" target="_blank">discussion of Injection Attacks by Michael Howard</a> on the SDL Blog</li> <li><a href="http://blogs.technet.com/swi/archive/2008/05/29/sql-injection-attack.aspx">Security Vulnerability Research &amp; Defense Blog on SQL Injection Attack</a></li> <li>SDL blog post on the new tools: <a href="http://blogs.msdn.com/sdl/archive/2008/06/24/sql-injection-defense-tools.aspx">SQL Injection Defense Tools</a>&nbsp;</li></ul> <p>and some best practice guidance for developers:</p> <ul> <li><a href="http://msdn.microsoft.com/en-us/library/ms998271.aspx">How To: Protect from SQL Injection in ASP.NET</a></li> <li><a href="http://msdn.microsoft.com/en-us/library/cc676512.aspx" target="_blank">Preventing SQL Injections in ASP</a>, by Bala Neerumalla </li> <li><a href="http://forums.asp.net/t/1254125.aspx">Coding Techniques for protecting against SQL Injection in ASP.NET</a></li> <li><a href="http://blogs.iis.net/nazim/archive/2008/04/28/filtering-sql-injection-from-classic-asp.aspx">Filtering SQL Injection from Classic ASP</a></li></ul> <p>Best regards ~ Jeff</p><img src="http://blogs.technet.com/aggbug.aspx?PostID=3078096" width="1" height="1">]]></content:encoded>
      <pubDate>Wed, 25 Jun 2008 17:45:45 +0000</pubDate>
      <category domain="http://securityratty.com/tag/sdl blog post">sdl blog post</category>
      <category domain="http://securityratty.com/tag/blog">blog</category>
      <category domain="http://securityratty.com/tag/sql injection">sql injection</category>
      <category domain="http://securityratty.com/tag/sql injection attack">sql injection attack</category>
      <category domain="http://securityratty.com/tag/injection attacks">injection attacks</category>
      <category domain="http://securityratty.com/tag/sql injection attacks">sql injection attacks</category>
      <category domain="http://securityratty.com/tag/security blog">security blog</category>
      <category domain="http://securityratty.com/tag/defense blog">defense blog</category>
      <category domain="http://securityratty.com/tag/sdl blog">sdl blog</category>
      <source url="http://blogs.technet.com/security/archive/2008/06/25/new-security-tools-for-iis-and-sql.aspx">New Security Tools for IIS and SQL</source>
    </item>
    <item>
      <title><![CDATA[Visit the New SDL (Security Development Lifecycle) Web Site]]></title>
      <link>http://securityratty.com/article/5158bd712f2f52104c2f58be02341162</link>
      <guid>http://securityratty.com/article/5158bd712f2f52104c2f58be02341162</guid>
      <description><![CDATA[I wanted to mention to folks that a new Security Development Lifecycle (SDL) web site went up earlier this month on microsoft.com. Amazingly, you can navigate to it via http://www.microsoft.com/sdl ,...]]></description>
      <content:encoded><![CDATA[<p><a title="SDL web site screen shot" href="http://www.microsoft.com/sdl" target="_blank"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" border="0" alt="sdl-site" align="left" src="http://blogs.technet.com/blogfiles/security/WindowsLiveWriter/VisittheNewSDLSecurityDevelopmentLifecyc_ECF0/sdl-site_1.png" width="279" height="242"></p> <p></a>I wanted to mention to folks that a new Security Development Lifecycle (SDL) web site went up earlier this month on microsoft.com.&nbsp; Amazingly, you can navigate to it via <a href="http://www.microsoft.com/sdl">http://www.microsoft.com/sdl</a>, instead of some long name you'd never remember. </p> <p>Of course, once you navigate to that URL, you get redirected to a long url that you'll never remember that is on the <a href="http://msdn.microsoft.com">MSDN</a> subsite, which is encouraging when you think about it.</p> <p>I have it on reasonably good authority (aka the site owner), that there are plans for the site content to grow this year and that this will be one of the main starting points to learn more about Microsoft efforts to improve developer's ability to write code that is less prone to security problems.</p> <p>While I'm on this topic, I may as well provide some other pointers to related content, lifted from the SDL Home page:</p> <div class="RightRail"> <ul class="bulletedlist"> <li><a id="ctl00_mainContentContainer_ctl23" title="The Business Case for SDL" onclick="javascript:Track('ctl00_mainContentContainer_ctl19|ctl00_mainContentContainer_ctl23',this);" href="http://msdn.microsoft.com/en-us/security/cc420637.aspx">The Business Case for SDL</a><br> <li><a id="ctl00_mainContentContainer_ctl24" title="Process Guidance" onclick="javascript:Track('ctl00_mainContentContainer_ctl19|ctl00_mainContentContainer_ctl24',this);" href="http://msdn.microsoft.com/en-us/security/cc420639.aspx">SDL Process Guidance</a><br> <li><a id="ctl00_mainContentContainer_ctl25" title="Tools Repository" onclick="javascript:Track('ctl00_mainContentContainer_ctl19|ctl00_mainContentContainer_ctl25',this);" href="http://msdn.microsoft.com/en-us/security/cc421514.aspx">SDL Tools Repository</a><br> <li><a id="ctl00_mainContentContainer_ctl26" title="Getting Started: Laying the Foundation for SDL" onclick="javascript:Track('ctl00_mainContentContainer_ctl19|ctl00_mainContentContainer_ctl26',this);" href="http://msdn.microsoft.com/en-us/security/cc420632.aspx">Getting Started: Laying the Foundation for SDL</a><br> <li><a id="ctl00_mainContentContainer_ctl27" title="SDL Training and Resources" onclick="javascript:Track('ctl00_mainContentContainer_ctl19|ctl00_mainContentContainer_ctl27',this);" href="http://msdn.microsoft.com/en-us/security/cc448120.aspx">SDL Training and Resources</a></li></ul></div> <p>Considering the large amount of customer software that is developed in-house at large companies, I think SDL-like processes are becoming a critical need beyond vendor-developed software.&nbsp; If your company hasn't started this process already, these resource might provide a good starting point.</p> <p>Regards ~ Jeff</p><span class="sbmLink"> <table cellspacing="1" cellpadding="1"> <tbody> <tr> <td class="sbmText">Share this post : </td> <td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"><a class="sbmDim" onmouseover="mOvr(this)" title="Post it to del.icio.us" onmouseout="mOut(this)" href="http://del.icio.us/post?url=http://blogs.technet.com/security/archive/2008/06/20/visit-the-new-sdl-security-development-lifecycle-web-site.aspx&amp;;title=Visit the New SDL Web Site" target="_blank"><img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/deliciou4.png"></a> <td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"><a class="sbmDim" onmouseover="mOvr(this)" title="Post it to digg" onmouseout="mOut(this)" href="http://digg.com/submit?phase=2&amp;url=http://blogs.technet.com/security/archive/2008/06/20/visit-the-new-sdl-security-development-lifecycle-web-site.aspx&amp;title=Visit the New SDL Web Site" target="_blank"><img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/digg14.png"></a> <td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"><a class="sbmDim" onmouseover="mOvr(this)" title="Post it to live" onmouseout="mOut(this)" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;mkt=en-us&amp;url=http://blogs.technet.com/security/archive/2008/06/20/visit-the-new-sdl-security-development-lifecycle-web-site.aspx&amp;title=Visit the New SDL Web Site" target="_blank"><img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/live4.png"></a> <td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"><a class="sbmDim" onmouseover="mOvr(this)" title="Post it to technorati!" onmouseout="mOut(this)" href="http://technorati.com/faves/?add=http://blogs.technet.com/security/archive/2008/06/20/visit-the-new-sdl-security-development-lifecycle-web-site.aspx&amp;title=Visit the New SDL Web Site" target="_blank"><img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/technora4.png"></a> <td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"><a class="sbmDim" onmouseover="mOvr(this)" title="Post it to yahoo!" onmouseout="mOut(this)" href="http://myweb.yahoo.com/myresults/bookmarklet?u=http://blogs.technet.com/security/archive/2008/06/20/visit-the-new-sdl-security-development-lifecycle-web-site.aspx&amp;t=Visit the New SDL Web Site" target="_blank"><img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/yahoo9.png"></a></td></tr></tbody></table></span><img src="http://blogs.technet.com/aggbug.aspx?PostID=3074698" width="1" height="1">]]></content:encoded>
      <pubDate>Thu, 19 Jun 2008 20:08:18 +0000</pubDate>
      <category domain="http://securityratty.com/tag/sdl">sdl</category>
      <category domain="http://securityratty.com/tag/sdl tools repository">sdl tools repository</category>
      <category domain="http://securityratty.com/tag/sdl process guidance">sdl process guidance</category>
      <category domain="http://securityratty.com/tag/sdl home page">sdl home page</category>
      <category domain="http://securityratty.com/tag/security">security</category>
      <category domain="http://securityratty.com/tag/security development lifecycle">security development lifecycle</category>
      <category domain="http://securityratty.com/tag/sdl-like processes">sdl-like processes</category>
      <category domain="http://securityratty.com/tag/web site">web site</category>
      <category domain="http://securityratty.com/tag/process">process</category>
      <source url="http://blogs.technet.com/security/archive/2008/06/20/visit-the-new-sdl-security-development-lifecycle-web-site.aspx">Visit the New SDL (Security Development Lifecycle) Web Site</source>
    </item>
    <item>
      <title><![CDATA[Download: Server Core Potential Security Benefit]]></title>
      <link>http://securityratty.com/article/3ba3809fe0ad62c77d7afc33ccac284c</link>
      <guid>http://securityratty.com/article/3ba3809fe0ad62c77d7afc33ccac284c</guid>
      <description><![CDATA[With Windows Server 2008, the Microsoft Windows Server team introduced a new installation option Server Core
Server Core is a minimal install option of Windows Server that excludes much of the GUI and...]]></description>
      <content:encoded><![CDATA[<P>With Windows Server 2008, the Microsoft Windows Server team introduced a new installation option –Server Core. </P>
<P>Server Core is a “minimal install” option of Windows Server that excludes much of the GUI and many applications – such as Internet Explorer and Windows Media Player – that would be present in a default installation. </P>
<P>In this very short report (<A class="" href="http://blogs.technet.com/security/attachment/3069989.ashx" mce_href="http://blogs.technet.com/security/attachment/3069989.ashx">download the full report</A>), I perform a brief analysis how much smaller the software footprint is for Windows Server 2008 Server Core and examine a theoretical Server Core version of Windows Server 2003 over the past two years to gauge how much Server Core might convey in terms of reducing security updates. </P>
<P><A href="http://blogs.technet.com/blogfiles/security/WindowsLiveWriter/DownloadServerCorePotentialSecurityBenef_ABB0/chart_2.png" mce_href="http://blogs.technet.com/blogfiles/security/WindowsLiveWriter/DownloadServerCorePotentialSecurityBenef_ABB0/chart_2.png"><IMG style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px" height=318 alt=chart src="http://blogs.technet.com/blogfiles/security/WindowsLiveWriter/DownloadServerCorePotentialSecurityBenef_ABB0/chart_thumb.png" width=454 border=0 mce_src="http://blogs.technet.com/blogfiles/security/WindowsLiveWriter/DownloadServerCorePotentialSecurityBenef_ABB0/chart_thumb.png"></A> </P>
<P>As shown in the chart, looking at the Windows Server Security Bulletins over the past two years, 40% of them would <EM><STRONG>not</STRONG></EM> have applied to a theoretical Server Core build. The results of the analysis are encouraging in terms of security progress.&nbsp; Check back in a few weeks and I'll publish my 90 day vulnerability study for Windows Server and we'll look at how this potential is being fulfilled...</P><img src="http://blogs.technet.com/aggbug.aspx?PostID=3069989" width="1" height="1">]]></content:encoded>
      <pubDate>Thu, 12 Jun 2008 12:16:00 +0000</pubDate>
      <category domain="http://securityratty.com/tag/server core">server core</category>
      <category domain="http://securityratty.com/tag/windows server">windows server</category>
      <category domain="http://securityratty.com/tag/theoretical server core">theoretical server core</category>
      <category domain="http://securityratty.com/tag/security">security</category>
      <category domain="http://securityratty.com/tag/short report">short report</category>
      <category domain="http://securityratty.com/tag/minimal install option">minimal install option</category>
      <category domain="http://securityratty.com/tag/security progress">security progress</category>
      <category domain="http://securityratty.com/tag/day vulnerability study">day vulnerability study</category>
      <category domain="http://securityratty.com/tag/report">report</category>
      <source url="http://blogs.technet.com/security/archive/2008/06/12/download-server-core-potential-security-benefit.aspx">Download: Server Core Potential Security Benefit</source>
    </item>
    <item>
      <title><![CDATA[TechEd Session SEC250 - Windows Server Security Advances - 4:30PM Today, Room N320A]]></title>
      <link>http://securityratty.com/article/f5459e40335ee3e3e9fe028d9b99a133</link>
      <guid>http://securityratty.com/article/f5459e40335ee3e3e9fe028d9b99a133</guid>
      <description><![CDATA[For those of you that are at TechEd today, I want to invite you around to my session on Security Advances in Windows Server 2008 today in room N320A
I'll be covering this general outline
SDL work on...]]></description>
      <content:encoded><![CDATA[<p>For those of you that are at TechEd today, I want to invite you around to my session on Security Advances in Windows Server 2008 today in room N320A.</p> <p>I'll be covering this general outline:</p> <ul> <li>SDL work on Windows Server 2008</li> <li>Architectural security enhancements</li> <li>Security features and capabilities</li> <li>Looking at the security track record for the first 90 days</li></ul> <p>Without a doubt, Windows Server 2008 is my favorite product that we've released over the past few years in general, but also specifically in terms of security improvement - and I'll go into detail why I think some of the less-mentioned changes may be the most important ones beyond the security capabilities themselves.</p> <p>Of course, that last section of the talk will be my favorite, as I will be sharing some of my 90 Day analysis for the first time outside of the team.&nbsp; With the security progress we made back on Windows Server 2003, do you wonder how Windows Server 2008 compares?&nbsp; I'll share some tidbits on that.</p> <p>Wonder how it compares with the latest Red Hat Enterprise Linux 5?&nbsp; I'll briefly discuss that as well.&nbsp; In doing my analysis, I was surprised to find that Red Hat has made some changes that take it in the opposite direction from ones we've made in Windows Server - hint - it has to do with the default installation options.</p> <p>I'll see you there!</p> <p>Jeff</p><img src="http://blogs.technet.com/aggbug.aspx?PostID=3069530" width="1" height="1">]]></content:encoded>
      <pubDate>Wed, 11 Jun 2008 12:28:41 +0000</pubDate>
      <category domain="http://securityratty.com/tag/windows server">windows server</category>
      <category domain="http://securityratty.com/tag/security advances">security advances</category>
      <category domain="http://securityratty.com/tag/capabilities">capabilities</category>
      <category domain="http://securityratty.com/tag/architectural security enhancements">architectural security enhancements</category>
      <category domain="http://securityratty.com/tag/analysis">analysis</category>
      <category domain="http://securityratty.com/tag/security track record">security track record</category>
      <category domain="http://securityratty.com/tag/favorite">favorite</category>
      <category domain="http://securityratty.com/tag/favorite product">favorite product</category>
      <category domain="http://securityratty.com/tag/security capabilities">security capabilities</category>
      <source url="http://blogs.technet.com/security/archive/2008/06/11/teched-session-sec250-windows-server-security-advances-4-30pm-today-room-n320a.aspx">TechEd Session SEC250 - Windows Server Security Advances - 4:30PM Today, Room N320A</source>
    </item>
    <item>
      <title><![CDATA[Q1 2008 - Client OS Vulnerability Scorecard]]></title>
      <link>http://securityratty.com/article/7b8af4c00571d063bc5dfa725eaa52ca</link>
      <guid>http://securityratty.com/article/7b8af4c00571d063bc5dfa725eaa52ca</guid>
      <description><![CDATA[This paper is a compilation of vulnerability data for client operating systems for the first 3 month, January through March, of 2008. Vulnerabilities and fixes for the following products are...]]></description>
      <content:encoded><![CDATA[<p>This paper is a compilation of vulnerability data for client operating systems for the first 3 month, January through March, of 2008. Vulnerabilities and fixes for the following products are discussed:  <ul> <li>Microsoft Windows Vista  <li>Microsoft Windows XP SP2  <li>Red Hat Enterprise Linux Desktop (v. 5 client)  <li>Red Hat Enterprise Linux WS (V. 4)  <li>Ubuntu 6.06 LTS Desktop  <li>Apple Mac OS X 10.5 (Leopard)  <li>Apple Mac OS X 10.4 (Tiger)</li></ul> <p>For January through March of 2008, Mac OS X users experienced the highest number of vulnerabilities as well as the highest number of High severity vulnerabilities while Windows Vista users experienced the fewest and the fewest High severity vulnerabilities.  <p>Here is the chart breaking down all of the OSes by <a href="http://nvd.nist.gov/" mce_href="http://nvd.nist.gov/">NVD</a> severity ratings:  <p><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="330" alt="q108-client-scorecard-chart" src="http://blogs.technet.com/blogfiles/security/WindowsLiveWriter/Q12008ClientOSVulnerabilityScorecard_E197/q108-client-scorecard-chart_1.png" width="479" border="0" mce_src="http://blogs.technet.com/blogfiles/security/WindowsLiveWriter/Q12008ClientOSVulnerabilityScorecard_E197/q108-client-scorecard-chart_1.png">  <p><a href="http://blogs.technet.com/security/attachment/3055337.ashx">Download the attached paper</a> for full details. </p><span class="sbmLink"> <table cellspacing="1" cellpadding="1"> <tbody> <tr> <td class="sbmText">Share this post : </td> <td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"><a class="sbmDim" onmouseover="mOvr(this)" title="Post it to del.icio.us" onmouseout="mOut(this)" href="http://del.icio.us/post?url=http://blogs.technet.com/security/archive/2008/05/15/q1-2008-client-os-vulnerability-scorecard.aspx&amp;;title=Q1 2008 Client OS Vulnerability Scorecard" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/deliciou4.png" border="0"></a> <td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"><a class="sbmDim" onmouseover="mOvr(this)" title="Post it to digg" onmouseout="mOut(this)" href="http://digg.com/submit?phase=2&amp;url=http://blogs.technet.com/security/archive/2008/05/15/q1-2008-client-os-vulnerability-scorecard.aspx&amp;title=Q1 2008 Client OS Vulnerability Scorecard" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/digg14.png" border="0"></a> <td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"><a class="sbmDim" onmouseover="mOvr(this)" title="Post it to live" onmouseout="mOut(this)" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;mkt=en-us&amp;url=http://blogs.technet.com/security/archive/2008/05/15/q1-2008-client-os-vulnerability-scorecard.aspx&amp;title=Q1 2008 Client OS Vulnerability Scorecard" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/live4.png" border="0"></a> <td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"><a class="sbmDim" onmouseover="mOvr(this)" title="Post it to technorati!" onmouseout="mOut(this)" href="http://technorati.com/faves/?add=http://blogs.technet.com/security/archive/2008/05/15/q1-2008-client-os-vulnerability-scorecard.aspx&amp;title=Q1 2008 Client OS Vulnerability Scorecard" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/technora4.png" border="0"></a> <td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"><a class="sbmDim" onmouseover="mOvr(this)" title="Post it to yahoo!" onmouseout="mOut(this)" href="http://myweb.yahoo.com/myresults/bookmarklet?u=http://blogs.technet.com/security/archive/2008/05/15/q1-2008-client-os-vulnerability-scorecard.aspx&amp;t=Q1 2008 Client OS Vulnerability Scorecard" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/yahoo9.png" border="0"></a></td></tr></tbody></table></span><img src="http://blogs.technet.com/aggbug.aspx?PostID=3055337" width="1" height="1">]]></content:encoded>
      <pubDate>Wed, 14 May 2008 19:04:00 +0000</pubDate>
      <category domain="http://securityratty.com/tag/severity vulnerabilities">severity vulnerabilities</category>
      <category domain="http://securityratty.com/tag/vulnerabilities">vulnerabilities</category>
      <category domain="http://securityratty.com/tag/microsoft windows vista">microsoft windows vista</category>
      <category domain="http://securityratty.com/tag/mac">mac</category>
      <category domain="http://securityratty.com/tag/apple mac">apple mac</category>
      <category domain="http://securityratty.com/tag/microsoft windows">microsoft windows</category>
      <category domain="http://securityratty.com/tag/users">users</category>
      <category domain="http://securityratty.com/tag/windows vista users">windows vista users</category>
      <category domain="http://securityratty.com/tag/client">client</category>
      <source url="http://blogs.technet.com/security/archive/2008/05/15/q1-2008-client-os-vulnerability-scorecard.aspx">Q1 2008 - Client OS Vulnerability Scorecard</source>
    </item>
    <item>
      <title><![CDATA[Windows Vista vs Windows XP SP2 Vulnerability Report 2007]]></title>
      <link>http://securityratty.com/article/cf3b6bb7c73b12d6399d1342d7ea0e99</link>
      <guid>http://securityratty.com/article/cf3b6bb7c73b12d6399d1342d7ea0e99</guid>
      <description><![CDATA[In the wake of my Windows Vista One Year Vulnerability Report , I have received many questions regarding the current vulnerability record of Windows Vista as compares with Windows XP SP2
This short...]]></description>
      <content:encoded><![CDATA[<p>In the wake of my <a href="http://blogs.technet.com/security/archive/2008/01/23/download-windows-vista-one-year-vulnerability-report.aspx" mce_href="http://blogs.technet.com/security/archive/2008/01/23/download-windows-vista-one-year-vulnerability-report.aspx">Windows Vista One Year Vulnerability Report</a>, I have received many questions regarding the current vulnerability record of Windows Vista as compares with Windows XP SP2.  <p>This short paper is a compilation of vulnerability data for Microsoft Windows Vista and Microsoft Windows XP SP2 for calendar year 2007 and a brief analysis to see if any benefit is apparent for users of one OS over the other.  <p>I found that Windows Vista offers benefit over Windows XP SP2 in the following ways for 2007:  <ul> <li>Windows Vista had 30% fewer Security Bulletins than Windows XP  <li>Windows Vista had 20% fewer vulnerabilities than Windows XP  <li>Windows Vista had 28% fewer Critical and Important vulnerabilities than Windows XP  <li>26 vulnerabilities on Windows Vista are less severe for any users running as standard user.</li></ul> <p>Here is the chart breaking down the vulnerabilities by Microsoft severity ratings</p> <p><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="275" alt="vulns-vsev" src="http://blogs.technet.com/blogfiles/security/WindowsLiveWriter/MicrosoftVistavsWindowsXPSP2Vulnerabilit_AC60/vulns-vsev_1.png" width="454" border="0" mce_src="http://blogs.technet.com/blogfiles/security/WindowsLiveWriter/MicrosoftVistavsWindowsXPSP2Vulnerabilit_AC60/vulns-vsev_1.png"> </p> <p><a href="http://blogs.technet.com/security/attachment/3055334.ashx">Download the short paper</a> attached to this post for full details.</p><span class="sbmLink"> <table cellspacing="1" cellpadding="1"> <tbody> <tr> <td class="sbmText">Share this post : </td> <td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"><a class="sbmDim" onmouseover="mOvr(this)" title="Post it to del.icio.us" onmouseout="mOut(this)" href="http://del.icio.us/post?url=http://blogs.technet.com/security/archive/2008/05/14/microsoft-vista-vs-windows-xp-sp2-vulnerability-report-2007.aspx&amp;;title=Windows Vista vs Windows XP SP2 Vulnerability Report 2007" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/deliciou4.png" border="0"></a> <td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"><a class="sbmDim" onmouseover="mOvr(this)" title="Post it to digg" onmouseout="mOut(this)" href="http://digg.com/submit?phase=2&amp;url=http://blogs.technet.com/security/archive/2008/05/14/microsoft-vista-vs-windows-xp-sp2-vulnerability-report-2007.aspx&amp;title=Windows Vista vs Windows XP SP2 Vulnerability Report 2007" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/digg14.png" border="0"></a> <td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"><a class="sbmDim" onmouseover="mOvr(this)" title="Post it to live" onmouseout="mOut(this)" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;mkt=en-us&amp;url=http://blogs.technet.com/security/archive/2008/05/14/microsoft-vista-vs-windows-xp-sp2-vulnerability-report-2007.aspx&amp;title=Windows Vista vs Windows XP SP2 Vulnerability Report 2007" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/live4.png" border="0"></a> <td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"><a class="sbmDim" onmouseover="mOvr(this)" title="Post it to technorati!" onmouseout="mOut(this)" href="http://technorati.com/faves/?add=http://blogs.technet.com/security/archive/2008/05/14/microsoft-vista-vs-windows-xp-sp2-vulnerability-report-2007.aspx&amp;title=Windows Vista vs Windows XP SP2 Vulnerability Report 2007" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/technora4.png" border="0"></a> <td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"><a class="sbmDim" onmouseover="mOvr(this)" title="Post it to yahoo!" onmouseout="mOut(this)" href="http://myweb.yahoo.com/myresults/bookmarklet?u=http://blogs.technet.com/security/archive/2008/05/14/microsoft-vista-vs-windows-xp-sp2-vulnerability-report-2007.aspx&amp;t=Windows Vista vs Windows XP SP2 Vulnerability Report 2007" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/yahoo9.png" border="0"></a></td></tr></tbody></table></span><img src="http://blogs.technet.com/aggbug.aspx?PostID=3055334" width="1" height="1">]]></content:encoded>
      <pubDate>Wed, 14 May 2008 18:50:00 +0000</pubDate>
      <category domain="http://securityratty.com/tag/windows vista">windows vista</category>
      <category domain="http://securityratty.com/tag/microsoft windows vista">microsoft windows vista</category>
      <category domain="http://securityratty.com/tag/microsoft windows">microsoft windows</category>
      <category domain="http://securityratty.com/tag/windows">windows</category>
      <category domain="http://securityratty.com/tag/sp2">sp2</category>
      <category domain="http://securityratty.com/tag/vulnerabilities">vulnerabilities</category>
      <category domain="http://securityratty.com/tag/fewer vulnerabilities">fewer vulnerabilities</category>
      <category domain="http://securityratty.com/tag/short paper">short paper</category>
      <category domain="http://securityratty.com/tag/vulnerability report">vulnerability report</category>
      <source url="http://blogs.technet.com/security/archive/2008/05/14/microsoft-vista-vs-windows-xp-sp2-vulnerability-report-2007.aspx">Windows Vista vs Windows XP SP2 Vulnerability Report 2007</source>
    </item>
    <item>
      <title><![CDATA[UAC, an Excellent Description and Discussion by Crispin Cowan]]></title>
      <link>http://securityratty.com/article/137e1bc1882a9842d670e593ad1c3929</link>
      <guid>http://securityratty.com/article/137e1bc1882a9842d670e593ad1c3929</guid>
      <description><![CDATA[I was excited when Dr. Crispin Cowan joined the company a while back - what security person wouldn't be! As one of the key drivers behind StackGuard , Linux Security Modules and co-founder of Immunix,...]]></description>
      <content:encoded><![CDATA[<p>&nbsp;<img height="156" src="http://www.crispincowan.com/crispin_small.gif" width="117" align="left"></p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>I was excited when Dr. <a href="http://crispincowan.com/">Crispin Cowan</a> joined the company a while back - what security person wouldn't be!&nbsp; As one of the key drivers behind <a href="http://www.usenix.org/publications/library/proceedings/sec98/full_papers/cowan/cowan_html/cowan.html">StackGuard</a>, <a href="http://crispincowan.com/lsm-usenix02.pdf">Linux Security Modules</a> and co-founder of Immunix, which produced <a href="http://en.wikipedia.org/wiki/AppArmor">AppArmor</a> - few people are as <a href="http://blogs.msdn.com/crispincowan/about.aspx">qualified</a> as Dr. Cowan to talk about security features and security boundaries.</p> <p>So, when he asks "<a href="http://blogs.msdn.com/crispincowan/archive/2008/04/28/uac-desert-topping-or-floor-wax.aspx">Is UAC a convenience feature, or a security feature</a>?", I would say it is worth reading at least twice.&nbsp; And if my recommendation is not good enough for you, let me share this quote that might entice you to <a href="http://blogs.msdn.com/crispincowan/archive/2008/04/28/uac-desert-topping-or-floor-wax.aspx">go read the whole thing</a>:</p> <blockquote> <p><em>It is correct to say that UAC’s features are convenience features, in that it is <b>much</b> more convenient to respond to a UAC prompt than it is to have to switch to a separate desktop, log in as an administrator to do the administrative tasks, log out and then return to your standard user session. Whether one views a UAC prompt as a convenience or a nuisance depends on whether you compare it against running as a Standard User, or against running as a full Administrator: vs. running as Standard User UAC is a convenience feature that compromises security, but vs. running as an Administrator as was the default in XP UAC is a security enhancement.</em> <p><em>But does that mean that UAC is not a security feature? No. UAC, in all of its forms, including Silent Mode, provides some obstacles to attacks, and so so it is always a security feature. UAC in operation does nothing other than to say “no” to some access requests, and so it cannot be anything <b>but</b> a security feature.</em></p></blockquote> <p>Of course, it is always nice when someone shares your own opinion.&nbsp; As I've said in the past, <a href="http://blogs.technet.com/security/archive/2006/08/24/449938.aspx">security features do not have to be perfect</a> in order to provide security value.&nbsp; UAC definitely falls into that category.&nbsp; And, as is my wont, I'm now going to go off and see if I can find some (imperfect, most likely) way to measure that value...</p> <p>Regards ~ Jeff</p><img src="http://blogs.technet.com/aggbug.aspx?PostID=3054256" width="1" height="1">]]></content:encoded>
      <pubDate>Mon, 12 May 2008 18:07:49 +0000</pubDate>
      <category domain="http://securityratty.com/tag/uac">uac</category>
      <category domain="http://securityratty.com/tag/standard user uac">standard user uac</category>
      <category domain="http://securityratty.com/tag/standard user">standard user</category>
      <category domain="http://securityratty.com/tag/uac prompt">uac prompt</category>
      <category domain="http://securityratty.com/tag/security feature">security feature</category>
      <category domain="http://securityratty.com/tag/convenience feature">convenience feature</category>
      <category domain="http://securityratty.com/tag/convenience">convenience</category>
      <category domain="http://securityratty.com/tag/cowan">cowan</category>
      <category domain="http://securityratty.com/tag/crispin cowan">crispin cowan</category>
      <source url="http://blogs.technet.com/security/archive/2008/05/12/uac-an-excellent-description-and-discussion-by-crispin-cowan.aspx">UAC, an Excellent Description and Discussion by Crispin Cowan</source>
    </item>
    <item>
      <title><![CDATA[Iron Man Cameo - Samuel L. Jackson is Nick Fury]]></title>
      <link>http://securityratty.com/article/ad5e654237c164781814e7494f547107</link>
      <guid>http://securityratty.com/article/ad5e654237c164781814e7494f547107</guid>
      <description><![CDATA[Late Friday night, I was one of the millions of weekend viewers that help make Iron Man the second-best premiere ever . I am surprised by those results, but only because Iron Man isn't so well-known...]]></description>
      <content:encoded><![CDATA[<a href="http://blogs.technet.com/blogfiles/security/WindowsLiveWriter/SamuelL.JacksonNickFuryinIronMan_E46E/samual.jackson.is.nicky.fury_2.jpg"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="184" alt="samual.jackson.is.nicky.fury" src="http://blogs.technet.com/blogfiles/security/WindowsLiveWriter/SamuelL.JacksonNickFuryinIronMan_E46E/samual.jackson.is.nicky.fury_thumb.jpg" width="244" align="left" border="0"></a> <p>Late Friday night, I was one of the millions of weekend viewers that help make <a href="http://ironmanmovie.marvel.com/">Iron Man</a> the <a href="http://movies.yahoo.com/mv/news/ap/20080504/120993390000.html">second-best premiere ever</a>.&nbsp; I am surprised by those results, but only because Iron Man isn't so well-known as other Comic Book heroes like Superman or Batman.</p> <p>Yes, I liked it and was pretty sure I would even before I wnt.&nbsp; However, Robert Downey Jr. really did an excellent job as Tony Stark and the movie was faithful to the Origin Story, though it was updated to modern times.&nbsp; I love to see the casting of good actors to make these characters into movies.</p> <p>I had heard that there was an extra clip after the credits (which were super long, btw), so I stayed around until they were over and then snapped the picture to the left of the final scene and thought I'd share it with you.</p> <p>And the cameo dialog seems to mean there will be a follow-up movie of some sort from Marvel, though maybe not Iron Man 2:"... I'm here to talk to you about the Avengers Initiative."</p><img src="http://blogs.technet.com/aggbug.aspx?PostID=3050652" width="1" height="1">]]></content:encoded>
      <pubDate>Mon, 05 May 2008 19:30:40 +0000</pubDate>
      <category domain="http://securityratty.com/tag/iron">iron</category>
      <category domain="http://securityratty.com/tag/movie">movie</category>
      <category domain="http://securityratty.com/tag/comic book heroes">comic book heroes</category>
      <category domain="http://securityratty.com/tag/follow-up movie">follow-up movie</category>
      <category domain="http://securityratty.com/tag/tony stark">tony stark</category>
      <category domain="http://securityratty.com/tag/friday night">friday night</category>
      <category domain="http://securityratty.com/tag/robert downey">robert downey</category>
      <category domain="http://securityratty.com/tag/modern times">modern times</category>
      <category domain="http://securityratty.com/tag/weekend viewers">weekend viewers</category>
      <source url="http://blogs.technet.com/security/archive/2008/05/06/iron-man-cameo-samuel-l-jackson-is-nick-fury.aspx">Iron Man Cameo - Samuel L. Jackson is Nick Fury</source>
    </item>
    <item>
      <title><![CDATA[Microsoft Security Intelligence Report 2H07]]></title>
      <link>http://securityratty.com/article/1700864bf4331ec38e7c0a2d5800f940</link>
      <guid>http://securityratty.com/article/1700864bf4331ec38e7c0a2d5800f940</guid>
      <description><![CDATA[Yesterday, Microsoft published the new Security Intelligence Report for the 2nd half of 2007. (home page is http://www.microsoft.com/sir , and the download page is here
As one of the contributors for...]]></description>
      <content:encoded><![CDATA[<p><a href="http://www.microsoft.com/sir"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="328" alt="sir4-cover" src="http://blogs.technet.com/blogfiles/security/WindowsLiveWriter/MicrosoftSecurityIntelligenceReport2H07_60C1/sir4-cover_1.png" width="254" align="right" border="0"></a></p> <p>Yesterday, Microsoft published the new Security Intelligence Report for the 2nd half of 2007. (home page is <a href="http://www.microsoft.com/sir">http://www.microsoft.com/sir</a>, and the download page is <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=BCC879DB-9FE6-4331-B231-E274EA8FC804&amp;displaylang=en">here</a>).</p> <p>As one of the contributors for the report, I'd like to highlight the findings summary for the Industry vuln trends:</p> <ul> <li>Vulnerability disclosures decreased by about 5 percent in 2007, reversing a multiyear trend of increasing disclosures. Almost all of this decrease was observed in the second half of the year, which had the fewest disclosures since 2H05.<br></li> <li>Despite the decrease, the number of new disclosures across the industry remains in the thousands, with the number of disclosures in 2007 surpassing that of every other year in the study except 2006.<br></li> <li>The Common Vulnerability Scoring System (CVSS) used to score vulnerabilities in the NVD was revised in 2007 to increase its accuracy, consistency, and applicability. Retroactively applying the new formula to vulnerabilities disclosed in previous years classifies a much higher percentage of vulnerabilities as High-severity than was previously<br>the case. The vulnerabilities disclosed in 2007 continue this trend, with High-severity vulnerabilities accounting for about half of the total number of vulnerabilities.<br></li> <li>Vulnerabilities requiring a Low-level of complexity in order to exploit accounted for<br>about half of all vulnerabilities disclosed in 2H07. Although this number is relatively<br>large, the number has declined significantly from earlier periods.</li></ul> <p>Here is the high level trend chart from the report:</p> <p><a href="http://blogs.technet.com/blogfiles/security/WindowsLiveWriter/MicrosoftSecurityIntelligenceReport2H07_60C1/sir4-vulns.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="375" alt="sir4-vulns" src="http://blogs.technet.com/blogfiles/security/WindowsLiveWriter/MicrosoftSecurityIntelligenceReport2H07_60C1/sir4-vulns_thumb.png" width="644" border="0"></a> </p> <p>Regards ~ Jeff</p><img src="http://blogs.technet.com/aggbug.aspx?PostID=3043429" width="1" height="1">]]></content:encoded>
      <pubDate>Wed, 23 Apr 2008 10:03:16 +0000</pubDate>
      <category domain="http://securityratty.com/tag/score vulnerabilities">score vulnerabilities</category>
      <category domain="http://securityratty.com/tag/vulnerabilities">vulnerabilities</category>
      <category domain="http://securityratty.com/tag/report">report</category>
      <category domain="http://securityratty.com/tag/security intelligence report">security intelligence report</category>
      <category domain="http://securityratty.com/tag/high-severity vulnerabilities">high-severity vulnerabilities</category>
      <category domain="http://securityratty.com/tag/trend">trend</category>
      <category domain="http://securityratty.com/tag/disclosures">disclosures</category>
      <category domain="http://securityratty.com/tag/level trend chart">level trend chart</category>
      <category domain="http://securityratty.com/tag/vulnerability disclosures">vulnerability disclosures</category>
      <source url="http://blogs.technet.com/security/archive/2008/04/23/microsoft-security-intelligence-report-2h07.aspx">Microsoft Security Intelligence Report 2H07</source>
    </item>
  </channel>
</rss>
