<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="http://pierre.lacave.me/index.php?feed/rss2/xslt" ?><rss version="2.0"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:wfw="http://wellformedweb.org/CommentAPI/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/"
  xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>FreakyZoidberg - Security</title>
  <link>http://pierre.lacave.me/index.php?</link>
  <atom:link href="http://pierre.lacave.me/index.php?feed/category/Security/rss2" rel="self" type="application/rss+xml"/>
  <description></description>
  <language>en</language>
  <pubDate>Sat, 04 Sep 2010 08:00:26 +0100</pubDate>
  <copyright></copyright>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Dotclear</generator>
  
    
  <item>
    <title>Aurora in action</title>
    <link>http://pierre.lacave.me/index.php?post/2010/01/18/Aurora-in-action</link>
    <guid isPermaLink="false">urn:md5:f96cb63c7a583d51df46fb68badf6eae</guid>
    <pubDate>Mon, 18 Jan 2010 07:07:00 +0000</pubDate>
    <dc:creator>Pierre Lacave</dc:creator>
        <category>Security</category>
            
    <description>    &lt;p&gt;the IE exploit used in the last week attack against google and other american companies is now on Metasploit&lt;/p&gt;


&lt;p&gt;here a video of aurora (the code name given my McAfee for this exploit)&lt;/p&gt;


&lt;div class=&quot;external-media&quot; style=&quot;margin: 1em auto; text-align: center;&quot;&gt;
&lt;object type=&quot;application/x-shockwave-flash&quot; data=&quot;http://vimeo.com/moogaloop.swf?clip_id=8771582&quot; width=&quot;640&quot; height=&quot;284&quot;&gt;
  &lt;param name=&quot;movie&quot; value=&quot;http://vimeo.com/moogaloop.swf?clip_id=8771582&quot; /&gt;
  &lt;param name=&quot;wmode&quot; value=&quot;transparent&quot; /&gt;
  &lt;param name=&quot;FlashVars&quot; value=&quot;autoplay=0&amp;amp;fullscreen=1&amp;amp;show_title=1&amp;amp;show_byline=1&quot; /&gt;
&lt;/object&gt;
&lt;br /&gt;The &quot;Aurora&quot; IE Exploit in Action
&lt;/div&gt;
</description>
    
    
    
          <comments>http://pierre.lacave.me/index.php?post/2010/01/18/Aurora-in-action#comment-form</comments>
      <wfw:comment>http://pierre.lacave.me/index.php?post/2010/01/18/Aurora-in-action#comment-form</wfw:comment>
      <wfw:commentRss>http://pierre.lacave.me/index.php?feed/atom/comments/13</wfw:commentRss>
      </item>
    
  <item>
    <title>Web Application Security Consortium (WASC) 2008 report</title>
    <link>http://pierre.lacave.me/index.php?post/2009/10/26/Web-Application-Security-Consortium-%28WASC%29-2008-report</link>
    <guid isPermaLink="false">urn:md5:f0f6d4f28eaeea85763a31789d6fa457</guid>
    <pubDate>Mon, 26 Oct 2009 13:34:00 +0000</pubDate>
    <dc:creator>Pierre Lacave</dc:creator>
        <category>Security</category>
            
    <description>    &lt;p&gt;The Web Application Security Consotium has announced the statistics for 2008.&lt;/p&gt;


&lt;p&gt;The statistics includes data about 12186 web applications with 97554 detected vulnerabilities of different risk levels.
The analysis shows that more than 13%* of all reviewed sites can be compromised completely automatically. About 49% of web applications contain vulnerabilities of high risk level (Urgent and Critical) detected during automatic scanning
However, detailed manual and automated assessment by white box method allows to detect these high risk level vulnerabilities with probability up to 80-96%.
The probability to detect vulnerabilities with risk level more than medium (PCI DSS compliance level) is more than 86% by any method.
At the same time, detailed analysis shows that 99% of web applications are not compliant with PCI DSS standard.&lt;/p&gt;



&lt;p&gt;The most widespread vulnerabilities are Cross-Site Scripting, Information Leakage, SQL Injection, Insufficient Transport Layer Protection, Fingerprinting и HTTP Response Splitting. As a rule, Cross-Site Scripting, SQL Injection and HTTP Response Splitting vulnerabilities are caused by design errors, while Information Leakage, Insufficient Transport Layer Protection and Fingerprinting are often caused by insufficient administration (e.g., access control).&lt;/p&gt;



&lt;blockquote&gt;&lt;p&gt;The probability to detect vulnerabilities of different risk levels
&lt;img src=&quot;http://pierre.lacave.me/public/image1.png&quot; alt=&quot;t1&quot; style=&quot;display:block; margin:0 auto;&quot; title=&quot;t1, oct. 2009&quot; /&gt;&lt;/p&gt;&lt;/blockquote&gt;


&lt;blockquote&gt;&lt;p&gt;The most widespread vulnerabilities in web applications (% Vulns ALL)
&lt;img src=&quot;http://pierre.lacave.me/public/image2.png&quot; alt=&quot;image2.png&quot; style=&quot;display:block; margin:0 auto;&quot; title=&quot;image2.png, oct. 2009&quot; /&gt;&lt;/p&gt;&lt;/blockquote&gt;




&lt;blockquote&gt;&lt;p&gt;The probability to detect the most widespread vulnerabilities in web applications (% Sites ALL)
&lt;img src=&quot;http://pierre.lacave.me/public/image3.png&quot; alt=&quot;image3.png&quot; style=&quot;display:block; margin:0 auto;&quot; title=&quot;image3.png, oct. 2009&quot; /&gt;&lt;/p&gt;&lt;/blockquote&gt;



&lt;blockquote&gt;&lt;p&gt;Percent of vulnerabilities out of total number of vulnerabilities (% Vulns ALL)
&lt;img src=&quot;http://pierre.lacave.me/public/image4.png&quot; alt=&quot;image4.png&quot; style=&quot;display:block; margin:0 auto;&quot; title=&quot;image4.png, oct. 2009&quot; /&gt;&lt;/p&gt;&lt;/blockquote&gt;



&lt;blockquote&gt;&lt;p&gt;The probability to detect vulnerabilities depending on their origin
&lt;img src=&quot;http://pierre.lacave.me/public/image5.png&quot; alt=&quot;image5.png&quot; style=&quot;display:block; margin:0 auto;&quot; title=&quot;image5.png, oct. 2009&quot; /&gt;&lt;/p&gt;&lt;/blockquote&gt;


&lt;blockquote&gt;&lt;p&gt;The probability to detect the most risky vulnerabilities in Web applications (% Sites BlackBox &amp;amp; WhiteBox)
&lt;img src=&quot;http://pierre.lacave.me/public/image9.png&quot; alt=&quot;image9.png&quot; style=&quot;display:block; margin:0 auto;&quot; title=&quot;image9.png, oct. 2009&quot; /&gt;&lt;/p&gt;&lt;/blockquote&gt;



&lt;p&gt;Source&amp;nbsp;: &lt;a href=&quot;http://projects.webappsec.org&quot;&gt;projects.webappsec.org&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://pierre.lacave.me/index.php?post/2009/10/26/Web-Application-Security-Consortium-%28WASC%29-2008-report#comment-form</comments>
      <wfw:comment>http://pierre.lacave.me/index.php?post/2009/10/26/Web-Application-Security-Consortium-%28WASC%29-2008-report#comment-form</wfw:comment>
      <wfw:commentRss>http://pierre.lacave.me/index.php?feed/atom/comments/8</wfw:commentRss>
      </item>
    
</channel>
</rss>