<feed version="0.3"
      xmlns="http://purl.org/atom/ns#"
      xmlns:dc="http://purl.org/dc/elements/1.1/">
  <author>
    <name>David Litchfield</name>
    <email>david@davidlitchfield.com</email>
  </author>
  <copyright mode="escaped"
             type="text/html">Copyright 2007, David Litchfield</copyright>
  <entry>
    <id>tag:www.davidlitchfield.com,2008-07-18:%2Fblog%2Farchives%2F00000044.htm</id>
    <author>
      <name>David Litchfield</name>
      <email>david@davidlitchfield.com</email>
    </author>
    <content mode="escaped"
             type="text/html">  &amp;lt;P&amp;gt; At the end of April 2008 I published a paper about a new class of flaw in Oracle entitled &amp;quot;Lateral SQL Injection&amp;quot;. &amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; The paper can be found here: &amp;lt;A HREF=&amp;quot;http://www.databasesecurity.com/dbsec/lateral-sql-injection.pdf&amp;quot;&amp;gt;http://www.databasesecurity.com/dbsec/lateral-sql-injection.pdf&amp;lt;/A&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; Essentially the paper details a way in which the attacker can manipulate the environment to trick an Oracle database into using arbitrary SQL in DATE functions and data. &amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; A number of people at the time dismissed it as irrelevant because the attacker required the ALTER SESSIOn privilege. Well, as it turns out, you don&amp;apos;t need the ALTER SESSION privilege at all. Here&amp;apos;s why: there are certain ALTER SESSION statements that can be executed even though the user doesn&amp;apos;t have the ALTER SESSION privilege. The statements that can be executed without the privilege include those that relate to National Language Support. Thus a user without ALTER SESSION privileges can change the date format and so employ a lateral SQL injection attack. The script below shows this in action. We connect to a fully patched 11g server and confirm we only have CREATE SESSION privileges - i.e. the minimum we need to connect to the server - everyone gets this privilege. We then issue an ALTER SESSION statement to try set SQL_TRACE to true. As expected this fails with an insufficient privileges error. But then we issues an ALTER SESSION to set the NLS_DATE_FORMAT and this succeeds. Lastly we call the SYSDATE function to confirm it took.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; &amp;lt;br /&amp;gt; C:\&amp;gt;sqlplus /nolog&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; SQL*Plus: Release 11.1.0.6.0 - Production on Fri Jul 18 14:47:17 2008&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; Copyright (c) 1982, 2007, Oracle.  All rights reserved.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; SQL&amp;gt; connect testuser1/testuser1&amp;lt;br /&amp;gt; Connected.&amp;lt;br /&amp;gt; SQL&amp;gt; select * from session_privs;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; PRIVILEGE&amp;lt;br /&amp;gt; ----------------------------------------&amp;lt;br /&amp;gt; CREATE SESSION&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; SQL&amp;gt; alter session set sql_trace = true;&amp;lt;br /&amp;gt; alter session set sql_trace = true&amp;lt;br /&amp;gt; *&amp;lt;br /&amp;gt; ERROR at line 1:&amp;lt;br /&amp;gt; ORA-01031: insufficient privileges&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; &amp;lt;br /&amp;gt; SQL&amp;gt; alter session set nls_date_format=&amp;apos;&amp;quot;&amp;apos;&amp;apos; and myfunc()=1--&amp;quot;&amp;apos;;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; Session altered.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; SQL&amp;gt; select sysdate from dual;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; SYSDATE&amp;lt;br /&amp;gt; ------------------&amp;lt;br /&amp;gt; &amp;apos; and myfunc()=1--&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; SQL&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; Thus we can see that no special privileges are required to effect a lateral SQL injection attack.  &amp;lt;/p&amp;gt;  &amp;lt;p&amp;gt;Posted by David On 18/07/08 At 07:05 AM&amp;lt;/p&amp;gt;</content>
    <issued>2008-07-18T14:05:36Z</issued>
    <link href="http://www.davidlitchfield.com/blog/archives/00000044.htm"
          rel="alternate"
          type="text/html" />
    <modified>2008-07-18T14:05:36Z</modified>
    <title mode="escaped"
           type="text/html">Lateral SQL Injection Revisited - No Special Privs Required</title>
  </entry>
  <entry>
    <id>tag:www.davidlitchfield.com,2008-07-18:%2Fblog%2Farchives%2F00000043.htm</id>
    <author>
      <name>David Litchfield</name>
      <email>david@davidlitchfield.com</email>
    </author>
    <content mode="escaped"
             type="text/html">  &amp;lt;P&amp;gt; Oracle has released a &amp;lt;A HREF=&amp;quot;http://www.oracle.com/technology/deploy/security/critical-patch-updates/cpujul2008.html&amp;quot;&amp;gt;critical patch update&amp;lt;/A&amp;gt;. This update fixes a number of serious issues including a Oracle Application Server PLSQL injection flaw I found in October 2007.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; This flaw will serve as an excellent example for my upcoming &amp;lt;A HREF=&amp;quot;http://www.blackhat.com/html/bh-usa-08/train-bh-usa-08-dl.html&amp;quot;&amp;gt;Hacking Oracle PLSQL&amp;lt;/A&amp;gt; training course at Blackhat in Vegas this August.  &amp;lt;/p&amp;gt;  &amp;lt;p&amp;gt;Posted by David On 15/07/08 At 01:38 PM&amp;lt;/p&amp;gt;</content>
    <issued>2008-07-18T14:05:36Z</issued>
    <link href="http://www.davidlitchfield.com/blog/archives/00000043.htm"
          rel="alternate"
          type="text/html" />
    <modified>2008-07-18T14:05:36Z</modified>
    <title mode="escaped"
           type="text/html">Oracle have released a Critical Patch Update</title>
  </entry>
  <entry>
    <id>tag:www.davidlitchfield.com,2008-07-18:%2Fblog%2Farchives%2F00000042.htm</id>
    <author>
      <name>David Litchfield</name>
      <email>david@davidlitchfield.com</email>
    </author>
    <content mode="escaped"
             type="text/html">  &amp;lt;P&amp;gt; So after publishing &amp;lt;A HREF=&amp;quot;http://www.databasesecurity.com/dbsec/lateral-sql-injection.pdf&amp;quot;&amp;gt;my paper&amp;lt;/A&amp;gt; the other day I&amp;apos;ve received a number of mails and comments from people who clearly don&amp;apos;t quite &amp;quot;get it&amp;quot;. Let me correct some of the more common comments and misconceptions.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; 1) You have to be highly privileged to do this.&amp;lt;br /&amp;gt; No, you don&amp;apos;t - in a multistage attack you can get what you need. To effect an attack, as described in the paper, you need to acquire the ALTER SESSION privilege. You can get this by exploiting another flaw such as DB04 in the April 2008 Critical Patch Update. This is a injection flaw into a ALTER SESSION statement. Furthermore, prior to Oracle 10gR2 the CONNECT role had the ALTER SESSION privilege.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; 2) You need direct access to the database to effect this attack&amp;lt;br /&amp;gt; No, you don&amp;apos;t. The attack described in the paper can be launched via the web through Oracle Application Server for example. Again, it&amp;apos;s a multistage attack, but easily doable. Just use any one of the 5 bypass techniques I&amp;apos;ve published over the past few years and if the app server is patched against all those then look for an initial inject point in the custome app and use any of the facilitator methods I&amp;apos;ve described in the past.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; 3) This is simply second order SQL injection.&amp;lt;br /&amp;gt; No, it&amp;apos;s not, but it is similar. Second order SQL injection is where you load up a table with your attack SQL. At some later point this SQL is selected as data from the table and embedded in a dynamic query. The attack described in my paper doesn&amp;apos;t deal with stored data. It manipulates the way the date and time is treated. &amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; 4) This paper is pointless as you should be using bind variables for dynamic queries, anyway.&amp;lt;br /&amp;gt; Many developers only use bind variables when dealing with varchar data and input as they are known to be dangerous. They won&amp;apos;t use bind variables when it comes to DATE or NUMBER data types. The whole point of the paper is to prove that DATA and NUMBER data types can be dangerous and that bind variables &amp;lt;I&amp;gt;should&amp;lt;/I&amp;gt; be used.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; 5) &amp;lt;A HREF=&amp;quot;http://blogs.oracle.com/security/2008/04/28&amp;quot;&amp;gt;This paper is mostly academic&amp;lt;/A&amp;gt;&amp;lt;br /&amp;gt; No, it&amp;apos;s not. This presents a potential threat to PL/SQL applications. Developers should take heed. Suggesting otherwise is irresponsible.  &amp;lt;/p&amp;gt;  &amp;lt;p&amp;gt;Posted by David On 29/04/08 At 12:22 AM&amp;lt;/p&amp;gt;</content>
    <issued>2008-07-18T14:05:36Z</issued>
    <link href="http://www.davidlitchfield.com/blog/archives/00000042.htm"
          rel="alternate"
          type="text/html" />
    <modified>2008-07-18T14:05:36Z</modified>
    <title mode="escaped"
           type="text/html">Look before you leap...</title>
  </entry>
  <entry>
    <id>tag:www.davidlitchfield.com,2008-07-18:%2Fblog%2Farchives%2F00000041.htm</id>
    <author>
      <name>David Litchfield</name>
      <email>david@davidlitchfield.com</email>
    </author>
    <content mode="escaped"
             type="text/html">  &amp;lt;P&amp;gt; I&amp;apos;ve just released some research that demonstrates a new class of vulnerability in Oracle and how it can be exploited by an attacker. You can grab the paper from here: &amp;lt;A HREF=&amp;quot;http://www.databasesecurity.com/dbsec/lateral-sql-injection.pdf&amp;quot;&amp;gt;http://www.databasesecurity.com/dbsec/lateral-sql-injection.pdf&amp;lt;/A&amp;gt;  &amp;lt;/p&amp;gt;  &amp;lt;p&amp;gt;Posted by David On 24/04/08 At 09:44 AM&amp;lt;/p&amp;gt;</content>
    <issued>2008-07-18T14:05:36Z</issued>
    <link href="http://www.davidlitchfield.com/blog/archives/00000041.htm"
          rel="alternate"
          type="text/html" />
    <modified>2008-07-18T14:05:36Z</modified>
    <title mode="escaped"
           type="text/html">A New Class of Vulnerability in Oracle: Lateral SQL Injection</title>
  </entry>
  <entry>
    <id>tag:www.davidlitchfield.com,2008-07-18:%2Fblog%2Farchives%2F00000040.htm</id>
    <author>
      <name>David Litchfield</name>
      <email>david@davidlitchfield.com</email>
    </author>
    <content mode="escaped"
             type="text/html">  &amp;lt;P&amp;gt; Tonight, &amp;lt;A HREF=&amp;quot;http://www.ngssoftware.com/&amp;quot;&amp;gt;NGSSoftware&amp;lt;/A&amp;gt; won the Best Security Company category of the &amp;lt;A HREF=&amp;quot;http://www.scmagazine.com/uk/awards/&amp;quot;&amp;gt;SC Magazine 2008 European Awards&amp;lt;/A&amp;gt;. Woohoo! Thanks to all the guys at NGS - it was thoroughly a team triumph &amp;lt;img src=&amp;quot;http://www.davidlitchfield.com/blog/emoticons/smile.gif&amp;quot; alt=&amp;quot;smile&amp;quot; /&amp;gt;  &amp;lt;/p&amp;gt;  &amp;lt;p&amp;gt;Posted by David On 22/04/08 At 06:35 PM&amp;lt;/p&amp;gt;</content>
    <issued>2008-07-18T14:05:36Z</issued>
    <link href="http://www.davidlitchfield.com/blog/archives/00000040.htm"
          rel="alternate"
          type="text/html" />
    <modified>2008-07-18T14:05:36Z</modified>
    <title mode="escaped"
           type="text/html">Citius, Altius, Fortius!</title>
  </entry>
  <entry>
    <id>tag:www.davidlitchfield.com,2008-07-18:%2Fblog%2Farchives%2F00000039.htm</id>
    <author>
      <name>David Litchfield</name>
      <email>david@davidlitchfield.com</email>
    </author>
    <content mode="escaped"
             type="text/html">  &amp;lt;P&amp;gt; I&amp;apos;ve been wrong in the past on a few occasions but never until last Firday was I wrong so honouredly. For a brief moment in Internet time I was wrong according to &amp;lt;A HREF=&amp;quot;http://securitywatch.eweek.com/&amp;quot;&amp;gt;Ryan&amp;apos;s&amp;lt;/A&amp;gt; facebook status. [Thanks, &amp;lt;A HREF=&amp;quot;http://hellnbak.wordpress.com/&amp;quot;&amp;gt;Steve&amp;lt;/A&amp;gt; &amp;lt;img src=&amp;quot;http://www.davidlitchfield.com/blog/emoticons/wink.gif&amp;quot; alt=&amp;quot;wink&amp;quot; /&amp;gt;]&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; But I wasn&amp;apos;t wrong. With all due respect to Ryan he misunderstood my &amp;lt;A HREF=&amp;quot;http://www.davidlitchfield.com/blog/archives/00000038.htm&amp;quot;&amp;gt;post&amp;lt;/A&amp;gt;, and in this case, is the person who is wrong. He thought my post was defending public vulns counts as a &amp;lt;I&amp;gt;true and accurate&amp;lt;/I&amp;gt; measure of SDL&amp;apos;s success. My post wasn&amp;apos;t about this at all and was simply a correction of something &amp;lt;A HREF=&amp;quot;http://spiresecurity.typepad.com/spire_security_viewpoint/2008/04/microsofts-sdl.html&amp;quot;&amp;gt;Pete&amp;lt;/A&amp;gt; said which I think know is not true. Boiling it down to the basics, as part of a much larger post, Pete said that Microsoft have paid the top researchers for their permanent silence which is why he thinks the public vuln count is down. My post said that this wasn&amp;apos;t the case and that NGS can and do still release advisories - refer to both posts for the gory details &amp;lt;img src=&amp;quot;http://www.davidlitchfield.com/blog/emoticons/smile.gif&amp;quot; alt=&amp;quot;smile&amp;quot; /&amp;gt; &amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; So I wasn&amp;apos;t wrong after all, but anyway, let&amp;apos;s tackle the larger issue: using public vuln counts as a metric for the success of SDL - can we or can&amp;apos;t we - should we or shouldn&amp;apos;t we?&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; &amp;lt;br /&amp;gt; To me the guts of these question are, at release time how many bugs are in the software? More or less than one would expect?&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; Here&amp;apos;s a potentially true or false statement:&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; (1) Public vuln count is down meaning that there are (2) less bugs in release-day code meaning that (3) SDL works.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; For those that think this is false it&amp;apos;s because point 2 doesn&amp;apos;t necessarily follow from point (1). For Pete, it doesn&amp;apos;t follow because he thinks the researchers have been gagged. Even if this were true, which it&amp;apos;s not (see my post), there&amp;apos;s a problem - &amp;lt;I&amp;gt;remembering that the vuln count is down&amp;lt;/I&amp;gt; what happened to the flaws that the researchers found but kept quiet? Either they were fixed or they&amp;apos;re still in the code. If the latter, then why haven&amp;apos;t they been found by other good researchers who baulk at the very idea of working for Microsoft and would love to see nothing more than Microsoft being embarrased or by made a name for themselves by getting out an advisory or two or sold them to Verisign or Tippingpoint&amp;apos;s ZDI? Given that this hasn&amp;apos;t happened we must assume the bugs supposedly found by gagged researchers were fixed silently and therefore the bugs are no longer in the code. This bring us to silent fixes. Silent fixes are another reason why some people (Ryan for example) think point (2) above doesn&amp;apos;t necessarily follow point (1). We all know that given some patched software and some unpatched software hackers have learned how to find the bugs that have been silently fixed. A really juicy flaw would soon be found and end up in Metasploit or Canvas and I&amp;apos;m sure some modules have come through this route &amp;lt;I&amp;gt;but nowhere near the numbers of flaws we&amp;apos;d need to make up the difference given the current public vuln counts.&amp;lt;/I&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; Here&amp;apos;s another thing about silent fixes and quoting from an email from Ryan: &amp;quot;we know [silent fixes] exist because the SDL requires that SWI [the MS internal security team] looks in adjoining areas for code dependencies and those are fixed but never documented [publicly].&amp;quot;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; This is true. Whilst Ryan doesn&amp;apos;t think it, to me this doesn&amp;apos;t say anything bad about using public vuln counts as a metric for measuring the success of SDL; in fact it says something good about it. If SDL dictates that when a new bug is found externally, SWI looks for similar flaws then this surely leads to more bugs being found internally, meaning less are found externally, meaning the potential public vuln count diminishes. QED &amp;lt;img src=&amp;quot;http://www.davidlitchfield.com/blog/emoticons/wink.gif&amp;quot; alt=&amp;quot;wink&amp;quot; /&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; But seriously, and wrapping this up for good (at least from my perspective), I don&amp;apos;t claim public vuln counting is an accurate metric for measuring the success of SDL. It may or may not be accurate.  However it &amp;lt;I&amp;gt;is&amp;lt;/I&amp;gt; a measure nonetheless and shows the direction of the trend. There is an expectation that software developed under SDL will make the code in the final released product more secure and have less security bugs. Given that there are less bugs it is reasonable to assume that the public vuln count will be less, too. Lastly, let&amp;apos;s consider this: if the public vuln count was up, even marginally, you could bet that everyone would be screaming from the rooftops that SDL was a failure. Given that most people (even Pete and Ryan) think SDL was a &amp;lt;I&amp;gt;success&amp;lt;/I&amp;gt;, why is it so hard to believe the opposite?&amp;lt;br /&amp;gt;   &amp;lt;/p&amp;gt;  &amp;lt;p&amp;gt;Posted by David On 20/04/08 At 05:51 PM&amp;lt;/p&amp;gt;</content>
    <issued>2008-07-18T14:05:36Z</issued>
    <link href="http://www.davidlitchfield.com/blog/archives/00000039.htm"
          rel="alternate"
          type="text/html" />
    <modified>2008-07-18T14:05:36Z</modified>
    <title mode="escaped"
           type="text/html">I&amp;apos;m wrong. Supposedly...</title>
  </entry>
  <entry>
    <id>tag:www.davidlitchfield.com,2008-07-18:%2Fblog%2Farchives%2F00000038.htm</id>
    <author>
      <name>David Litchfield</name>
      <email>david@davidlitchfield.com</email>
    </author>
    <content mode="escaped"
             type="text/html">  &amp;lt;P&amp;gt; Some people are arguing that you shouldn&amp;apos;t/can&amp;apos;t use publicly disclosed vulnerability counts as a metric to the success of the SDL. The major sticking point is best codified with a quote from &amp;lt;A HREF=&amp;quot;http://spiresecurity.typepad.com/spire_security_viewpoint/2008/04/microsofts-sdl.html&amp;quot;&amp;gt;Pete Lindstrom&amp;apos;s blog&amp;lt;/A&amp;gt;:&amp;lt;br /&amp;gt; &amp;lt;B&amp;gt;&amp;lt;br /&amp;gt; &amp;quot;Microsoft has systematically hired and/or contracted with every one of their most vocal critics (and most seasoned bugfinders) to do the work behind the scenes and they don&amp;apos;t count those vulns!&amp;quot;&amp;lt;br /&amp;gt; &amp;lt;/B&amp;gt;&amp;lt;br /&amp;gt; This quote suggests a lack on understanding about what really goes on &amp;quot;behind the scenes&amp;quot; so this blog posting should hopefully make things clearer. Firstly, some definitions: a &amp;quot;pre-release product&amp;quot; is a product not yet shipped and at any given moment is under-going some part of the SDL process. A &amp;quot;shipped product&amp;quot; is a product that has undergone the SDL processes and whose code has been finalized. Now, the main aim of Microsoft&amp;apos;s Security Development Lifecycle (SDL) is to deliver to their customers shipped products whose code is as robust and secure as possible. As part of this process there is a Final Security Review (FSR). This is where Microsoft hire an external 3rd party that are sent to give the pre-release product and code a beating up - code commandos if you will &amp;lt;img src=&amp;quot;http://www.davidlitchfield.com/blog/emoticons/wink.gif&amp;quot; alt=&amp;quot;wink&amp;quot; /&amp;gt; This FSR serves two important purposes from my point of view. Firstly, for each problem found questions are asked as to how the problem got through as far as it did. The answers to these questions allow the tools and processes behind SDL to be refined and improved meaning that, next time around, instances of the same class of issue shouldn&amp;apos;t get so far again. The second purpose of the FSR, and most obvious, is to ensure that there are fewer security problems in the final, shipped product because they are found and fixed. In other words, the use of a FSR, which is part of SDL, means that the final product is more secure (by which I mean has less security flaws) than a hypothetical product that did not undergo the FSR.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; Now down to counting vulnerabilities as a metric...&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; You only start counting bugs when the code has been finalized and the product ships. You don&amp;apos;t start counting before - as it&amp;apos;s a pre-release product undergoing security review. This should be obvious.  So even if during the FSR of a given product a gazillion bugs were found then, with regard to the vulnerability count, this is entirely irrelevant because these bugs were in a pre-release product and not a shipped product and were found as &amp;lt;I&amp;gt;part&amp;lt;/I&amp;gt; of the SDL process.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; Now what happens if one of Microsoft&amp;apos;s hired code commandos finds a flaw in a shipped product? I think this question is the root cause of Pete&amp;apos;s and people of his ilk&amp;apos;s lack of trust when it comes to vulnerability counting as a metric. His assumption is that these are quietly swept under the carpet and therefore not counted. Let me put him straight. This does not happen.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; The reason it doesn&amp;apos;t happen is two fold - firstly, NGSSoftware don&amp;apos;t want to be or be seen as Microsoft lackeys and secondly Microsoft doesn&amp;apos;t want to, or be seen to be, hiring lackeys. In the former case it would affect our independent status and in the latter it would undermine Microsoft&amp;apos;s attempts to improve their software&amp;apos;s security and convince their customers that this is the case. To that end, NGSSoftware asked for and was whole-heartedly given the right to continue to research and publish flaws in Microsoft products - shipped products - even those we have done work on when they were pre-release. Here are some MS alerts from the past two years that NGS have been credited in:&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; http://www.microsoft.com/technet/security/bulletin/ms06-nov.mspx &amp;lt;br /&amp;gt; http://www.microsoft.com/technet/security/bulletin/ms06-aug.mspx &amp;lt;br /&amp;gt; http://www.microsoft.com/technet/security/bulletin/ms06-jun.mspx &amp;lt;br /&amp;gt; http://www.microsoft.com/technet/security/bulletin/ms06-mar.mspx &amp;lt;br /&amp;gt; http://www.microsoft.com/technet/security/bulletin/ms06-jan.mspx &amp;lt;br /&amp;gt; http://www.microsoft.com/technet/security/bulletin/ms07-apr.mspx&amp;lt;br /&amp;gt; http://www.microsoft.com/technet/security/bulletin/ms07-jul.mspx&amp;lt;br /&amp;gt; http://www.microsoft.com/technet/security/bulletin/ms07-dec.mspx&amp;lt;br /&amp;gt; http://www.microsoft.com/technet/security/bulletin/ms08-feb.mspx&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; Furthermore, we don&amp;apos;t do any MS sponsored reviews &amp;lt;I&amp;gt;after&amp;lt;/I&amp;gt; the product has been shipped so if we find a security flaw at this stage there will be an alert. &amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; Let me state this as clearly as I can. If I found a flaw in SQL Server 2005 tomorrow, I would report it to secure@microsoft.com, it would be fixed and an alert would be publicly issued. If SQL Server 2005 wasn&amp;apos;t so secure, I would find one just to prove this - but I can&amp;apos;t - because it is secure and SDL, every part of it, is responsible. So, when it comes to using publicly reported vulnerabilities in shipped products as a metric for SDL, rest assured, the results aren&amp;apos;t as skewed as some would have you believe. I personally think, and I hope this blog posting will help convince others, that as any measure goes in an imperfect world, this one&amp;apos;s &amp;quot;pretty good&amp;quot;.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; &amp;lt;br /&amp;gt;   &amp;lt;/p&amp;gt;  &amp;lt;p&amp;gt;Posted by David On 18/04/08 At 10:24 AM&amp;lt;/p&amp;gt;</content>
    <issued>2008-07-18T14:05:36Z</issued>
    <link href="http://www.davidlitchfield.com/blog/archives/00000038.htm"
          rel="alternate"
          type="text/html" />
    <modified>2008-07-18T14:05:36Z</modified>
    <title mode="escaped"
           type="text/html">Code Commandos, SDL and Metrics</title>
  </entry>
  <generator url="http://search.cpan.org/dist/XML-Atom-SimpleFeed"
             version="0.7">XML::Atom::SimpleFeed</generator>
  <link href="http://www.davidlitchfield.com/blog"
        rel="alternate"
        type="text/html" />
  <modified>2008-07-18T14:05:36Z</modified>
  <title mode="escaped"
         type="text/html">David Litchfield's blog</title>
</feed>
