<?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: cve]]></title>
    <link>http://securityratty.com/tag/cve</link>
    <description></description>
    <pubDate>Fri, 16 May 2008 19:36:19 +0000</pubDate>
    <generator>iRatty Engine</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <item>
      <title><![CDATA[Microsofts Patch Fix Critical Vulnerabilities In IE And Office]]></title>
      <link>http://securityratty.com/article/83530b8c3cc5bababe63cdb90ab7881a</link>
      <guid>http://securityratty.com/article/83530b8c3cc5bababe63cdb90ab7881a</guid>
      <description><![CDATA[Microsoft has released six critical patches and five patches described as important, addressing a total of 26 vulnerabilities. All six critical updates address code injection risks involving Access,...]]></description>
      <content:encoded><![CDATA[Microsoft has released six critical patches and five patches described as important, addressing a total of 26 vulnerabilities. All six critical updates address code injection risks involving Access, Excel, Microsoft Office and Internet Explorer.
Full bulletin can be found here. Here’s the brief summary of critical flaws:
CVE-2008-2254, CVE-2008-2255, CVE-2008-2256, CVE-2008-2257, CVE-2008-2259 and CVE-2008-2258: These patches fix [...]]]></content:encoded>
      <pubDate>Wed, 13 Aug 2008 08:26:27 +0000</pubDate>
      <category domain="http://securityratty.com/tag/critical">critical</category>
      <category domain="http://securityratty.com/tag/critical patches">critical patches</category>
      <category domain="http://securityratty.com/tag/patches">patches</category>
      <category domain="http://securityratty.com/tag/microsoft">microsoft</category>
      <category domain="http://securityratty.com/tag/patches fix">patches fix</category>
      <category domain="http://securityratty.com/tag/critical flaws">critical flaws</category>
      <category domain="http://securityratty.com/tag/microsoft office">microsoft office</category>
      <category domain="http://securityratty.com/tag/internet explorer">internet explorer</category>
      <category domain="http://securityratty.com/tag/vulnerabilities">vulnerabilities</category>
      <source url="http://cyberinsecure.com/microsofts-patch-fix-critical-vulnerabilities-in-ie-and-office/">Microsofts Patch Fix Critical Vulnerabilities In IE And Office</source>
    </item>
    <item>
      <title><![CDATA[The Bitrix open redirect vulnerability: a lesson in the absurd]]></title>
      <link>http://securityratty.com/article/ba33a71b163a199270da98310b1b1201</link>
      <guid>http://securityratty.com/article/ba33a71b163a199270da98310b1b1201</guid>
      <description><![CDATA[I try to limit my heckling to McYouKnowWho, but I just stumbled across an issue I couldn't leave alone
If you've been keeping up on recent articles I've published, you know open redirect...]]></description>
      <content:encoded><![CDATA[I try to limit my heckling to McYouKnowWho, but I just stumbled across an issue I couldn't leave alone. <br />If you've been keeping up on recent articles I've published, you know open redirect vulnerabilities really bother me; thus <span style="font-style:italic;">Open redirect vulnerabilities: definition and prevention</span> in <a href="http://www.net-security.org/dl/insecure/INSECURE-Mag-17.pdf">(IN)SECURE Issue 17</a>. <br /><span style="font-style:italic;"><span style="font-weight:bold;">Sidebar:</span> I recently spotted a great academic <a href="http://www.cs.indiana.edu/cgi-pub/cshue/research/woot08.pdf" target="_blank">paper</a> on the same issue by Shue, Kalafut, and Gupta at Indian University. Definitive, to say the least.</span><br />Back to the issue at hand. It should have occurred to me to check for this earlier; write it off to being busy. Allow me to spell it out simply.<br /><br />1) On May 2nd, 2008, I <a href="http://holisticinfosec.org/content/view/62/45/" target="_blank">published</a> a open redirect vulnerability in Bitrix Site Manager 6.5, specifically <a href="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2008-2052" target="_blank">CVE-2008-2052</a>.<br /> <br />2) The vulnerability is a simple one to reproduce, easily exploited by phishers and malware propagators. The issue is still unresolved by the vendor, so here's an example, still available, from their site:<br /><a href="http://www.bitrixsoft.com/bitrix/redirect.php?event1=demo_out&event2=sm_demo&event3=pdemo&goto=http://www.xssed.com/news/29/The_dangers_of_Redirect_vulnerabilities/" target="_blank">http://www.bitrixsoft.com/bitrix/redirect.php?event1=demo_out&event2=<br />sm_demo&event3=pdemo&goto=http://www.xssed.com/news/29/<br />The_dangers_of_Redirect_vulnerabilities</a>/<br />Obviously, the fact that I can send you to XSSed.com's fine explanation of the issue, in the context of the vendor's site, is a no-no in Web App Sec 101. In May, the vendor  responded, saying they'd fix it, but I've not received the promised communication that they have. Their own site certainly hasn't been mitigated, so we'll see.<br /><br />3) One of the sites I found exhibiting this vulnerability while researching the issue via Googledork is <a href="http://en.securitylab.ru" target="_blank">http://en.securitylab.ru</a>.<br /><br />4) The same day, en.securitylab.ru posts their <a href="http://en.securitylab.ru/nvd/352513.php" target="_blank">version</a> of the CVE vulnerability advisory for the Bitrix vulnerability.<br />   <br />5) As a reference, en.securitylab.ru links to my original advisory <span style="font-weight:bold;">USING THE EXACT SAME VULNERABLE REDIRECT SCRIPT!</span><br /><a href="http://en.securitylab.ru/bitrix/redirect.php?event3=352513&goto=http://holisticinfosec.org/content/view/62/45/" target="_blank">http://en.securitylab.ru/bitrix/redirect.php?event3=352513&<br />goto=http://holisticinfosec.org/content/view/62/45/</a><br /><br />To this day, neither the vendor's site, nor Security Lab's site have been mitigated.<br />A malicious attacker could send a "security advisory" in a phishing email, supposedly from Security Lab, and redirect the victim to another web site, likely also somewhere in Russia, and laden with malware.<br />This could be a candidate for <a href="http://pwnie-awards.org/2008/" target="_blank">Pwnie Award</a> 2009. ;-)<br /><br />Common, people...fix it!<br /><br /><a href="http://del.icio.us/post?url=http://holisticinfosec.blogspot.com/2008/07/bitrix-open-redirect-vulnerability.html&title=The%20Bitrix%20open%20redirect%20vulnerability:%20a%20lesson%20in%20the%20absurd " title="The Bitrix open redirect vulnerability: a lesson in the absurd ">del.icio.us</a> | <a href="http://digg.com/submit?phase=2&amp;url=http://holisticinfosec.blogspot.com/2008/07/bitrix-open-redirect-vulnerability.html" title="The Bitrix open redirect vulnerability: a lesson in the absurd ">digg</a>]]></content:encoded>
      <pubDate>Tue, 22 Jul 2008 19:00:00 +0000</pubDate>
      <category domain="http://securityratty.com/tag/vulnerability">vulnerability</category>
      <category domain="http://securityratty.com/tag/redirect">redirect</category>
      <category domain="http://securityratty.com/tag/redirect vulnerability">redirect vulnerability</category>
      <category domain="http://securityratty.com/tag/cve vulnerability advisory">cve vulnerability advisory</category>
      <category domain="http://securityratty.com/tag/redirect vulnerabilities">redirect vulnerabilities</category>
      <category domain="http://securityratty.com/tag/bitrix site manager">bitrix site manager</category>
      <category domain="http://securityratty.com/tag/site">site</category>
      <category domain="http://securityratty.com/tag/issue">issue</category>
      <category domain="http://securityratty.com/tag/secure issue">secure issue</category>
      <source url="http://holisticinfosec.blogspot.com/2008/07/bitrix-open-redirect-vulnerability.html">The Bitrix open redirect vulnerability: a lesson in the absurd</source>
    </item>
    <item>
      <title><![CDATA[VMware ESX Server Update For Tomcat and Java JRE]]></title>
      <link>http://securityratty.com/article/03ef91d56df1a793b7f5059b1cd49214</link>
      <guid>http://securityratty.com/article/03ef91d56df1a793b7f5059b1cd49214</guid>
      <description><![CDATA[Heres a quick bullet from Secunia on a VMWare ESX update
From Secunia
VMware has issued an update for VMware ESX Server. This fixes some vulnerabilities, which can be exploited by malicious people to...]]></description>
      <content:encoded><![CDATA[<p>Here&#8217;s a quick bullet from Secunia on a VMWare ESX update. </p>
<p>From Secunia:</p>
<blockquote><p>VMware has issued an update for VMware ESX Server. This fixes some vulnerabilities, which can be exploited by malicious people to cause a DoS (Denial of Service), bypass certain security restrictions, manipulate data, disclose sensitive/system information, or potentially compromise a vulnerable system.</p></blockquote>
<p>The rating on this is &#8220;highly critical&#8221;. For the list CVE issues that it patches, read on.</p>
<p><a href="http://secunia.com/advisories/30676/">Article Link</a></p>

<p><a href="http://feeds.feedburner.com/~a/Liquidmatrix?a=X9n6Pk"><img src="http://feeds.feedburner.com/~a/Liquidmatrix?i=X9n6Pk" border="0"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/Liquidmatrix?a=HA094I"><img src="http://feeds.feedburner.com/~f/Liquidmatrix?i=HA094I" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Liquidmatrix?a=EfSA0i"><img src="http://feeds.feedburner.com/~f/Liquidmatrix?i=EfSA0i" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Liquidmatrix?a=T7HE9i"><img src="http://feeds.feedburner.com/~f/Liquidmatrix?i=T7HE9i" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Liquidmatrix?a=XvJXAi"><img src="http://feeds.feedburner.com/~f/Liquidmatrix?i=XvJXAi" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Liquidmatrix?a=S2BZki"><img src="http://feeds.feedburner.com/~f/Liquidmatrix?i=S2BZki" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Liquidmatrix/~4/313720953" height="1" width="1"/>]]></content:encoded>
      <pubDate>Tue, 17 Jun 2008 06:42:29 +0000</pubDate>
      <category domain="http://securityratty.com/tag/vmware esx">vmware esx</category>
      <category domain="http://securityratty.com/tag/vmware esx server">vmware esx server</category>
      <category domain="http://securityratty.com/tag/vmware">vmware</category>
      <category domain="http://securityratty.com/tag/list cve issues">list cve issues</category>
      <category domain="http://securityratty.com/tag/disclose sensitivesystem information">disclose sensitivesystem information</category>
      <category domain="http://securityratty.com/tag/malicious people">malicious people</category>
      <category domain="http://securityratty.com/tag/article link">article link</category>
      <category domain="http://securityratty.com/tag/security restrictions">security restrictions</category>
      <category domain="http://securityratty.com/tag/highly critical">highly critical</category>
      <source url="http://feeds.feedburner.com/~r/Liquidmatrix/~3/313720953/">VMware ESX Server Update For Tomcat and Java JRE</source>
    </item>
    <item>
      <title><![CDATA[Verizon Business has a new report on data breaches]]></title>
      <link>http://securityratty.com/article/5c88f00ec812514d1a77dd5236efe776</link>
      <guid>http://securityratty.com/article/5c88f00ec812514d1a77dd5236efe776</guid>
      <description><![CDATA[The Verizon Business data breach report is by far the most comprehensive and detailed report on data breaches I have seen. It is great to see the break down of what is the root cause of these...]]></description>
      <content:encoded><![CDATA[<p>The Verizon Business data breach report is by far the most comprehensive and detailed report on data breaches I have seen.  It is great to see the break down of what is the root cause of these expensive and significant computer security failures.  While it is interesting to see counts of malware infected computers from Symantec and vulnerability counts from CVE, this report gets to the actual attacks that organizations need to prevent with their security programs.</p>
<p><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:TrackMoves /> <w:TrackFormatting /> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:DoNotPromoteQF /> <w:LidThemeOther>EN-US</w:LidThemeOther> <w:LidThemeAsian>X-NONE</w:LidThemeAsian> <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> <w:SplitPgBreakAndParaMark /> <w:DontVertAlignCellWithSp /> <w:DontBreakConstrainedForcedTables /> <w:DontVertAlignInTxbx /> <w:Word11KerningPairs /> <w:CachedColBalance /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> <m:mathPr> <m:mathFont m:val="Cambria Math" /> <m:brkBin m:val="before" /> <m:brkBinSub m:val="&#45;-" /> <m:smallFrac m:val="off" /> <m:dispDef /> <m:lMargin m:val="0" /> <m:rMargin m:val="0" /> <m:defJc m:val="centerGroup" /> <m:wrapIndent m:val="1440" /> <m:intLim m:val="subSup" /> <m:naryLim m:val="undOvr" /> </m:mathPr></w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"   DefSemiHidden="true" DefQFormat="false" DefPriority="99"   LatentStyleCount="267"> <w:LsdException Locked="false" Priority="0" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Normal" /> <w:LsdException Locked="false" Priority="9" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="heading 1" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9" /> <w:LsdException Locked="false" Priority="39" Name="toc 1" /> <w:LsdException Locked="false" Priority="39" Name="toc 2" /> <w:LsdException Locked="false" Priority="39" Name="toc 3" /> <w:LsdException Locked="false" Priority="39" Name="toc 4" /> <w:LsdException Locked="false" Priority="39" Name="toc 5" /> <w:LsdException Locked="false" Priority="39" Name="toc 6" /> <w:LsdException Locked="false" Priority="39" Name="toc 7" /> <w:LsdException Locked="false" Priority="39" Name="toc 8" /> <w:LsdException Locked="false" Priority="39" Name="toc 9" /> <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption" /> <w:LsdException Locked="false" Priority="10" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Title" /> <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font" /> <w:LsdException Locked="false" Priority="11" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtitle" /> <w:LsdException Locked="false" Priority="22" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Strong" /> <w:LsdException Locked="false" Priority="20" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Emphasis" /> <w:LsdException Locked="false" Priority="59" SemiHidden="false"    UnhideWhenUsed="false" Name="Table Grid" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text" /> <w:LsdException Locked="false" Priority="1" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="No Spacing" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 1" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 1" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 1" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 1" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision" /> <w:LsdException Locked="false" Priority="34" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="List Paragraph" /> <w:LsdException Locked="false" Priority="29" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Quote" /> <w:LsdException Locked="false" Priority="30" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Quote" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 1" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 1" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 1" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 1" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 1" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 2" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 2" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 2" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 2" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 2" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 2" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 2" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 2" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 3" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 3" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 3" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 3" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 3" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 3" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 3" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 3" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 3" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 4" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 4" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 4" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 4" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 4" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 4" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 4" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 4" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 4" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 5" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 5" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 5" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 5" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 5" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 5" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 5" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 5" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 5" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 6" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 6" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 6" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 6" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 6" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 6" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 6" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 6" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 6" /> <w:LsdException Locked="false" Priority="19" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis" /> <w:LsdException Locked="false" Priority="21" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis" /> <w:LsdException Locked="false" Priority="31" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference" /> <w:LsdException Locked="false" Priority="32" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Reference" /> <w:LsdException Locked="false" Priority="33" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Book Title" /> <w:LsdException Locked="false" Priority="37" Name="Bibliography" /> <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading" /> </w:LatentStyles> </xml><![endif]--> <!--[if gte mso 10]></p>
<style>
 /* Style Definitions */
 table.MsoNormalTable
	{mso-style-name:"Table Normal";
	mso-tstyle-rowband-size:0;
	mso-tstyle-colband-size:0;
	mso-style-noshow:yes;
	mso-style-priority:99;
	mso-style-qformat:yes;
	mso-style-parent:"";
	mso-padding-alt:0in 5.4pt 0in 5.4pt;
	mso-para-margin:0in;
	mso-para-margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:10.0pt;
	font-family:"Times New Roman","serif";}
</style>
<p><![endif]--></p>
<p class="MsoNormal">Digging into the full report they say that 59% of the breaches involve hacking.  Of those the breakdown is this:</p>
<p class="MsoNormal">
<ul>
<li>Application/Service layer -39%</li>
<li>OS/Platform layer - 23%</li>
<li>Exploit known vulnerability -18%</li>
<li>Exploit unknown vulnerability - 5%</li>
<li>Use of back door -15%</li>
</ul>
<blockquote>
<p class="MsoNormal">“Attacks targeting applications, software, and services were by far the most common technique, representing 39 percent of all hacking activity leading to data compromise. This follows a trend in recent years of attacks moving up the stack. Far from passé, operating system, platform, and server-level attacks accounted for a sizable portion of breaches. Eighteen percent of hacks exploited a specific known vulnerability while 5 percent exploited unknown vulnerabilities for which a patch was not available at the time of the attack. Evidence of re-entry via backdoors, which enable prolonged access to and control of compromised systems, was found in 15 percent of hacking-related breaches. The attractiveness of this to criminals desiring large quantities of information is obvious.”</p>
<p class="MsoNormal">
</blockquote>
<p class="MsoNormal">The largest single type of breach is hacking and within that the largest type is application/service layer attacks. So if we multiply 59% times 39% we get 23% of those 500, or 115, data breaches are due attackers  hacking applications.  That is a very significant number of the whole slice of the data breach pie.  It is clear that securing applications is a significant part of protecting against data breaches.</p>
<p class="MsoNormal">
<p class="MsoNormal"><a href="http://www.verizonbusiness.com/resources/security/databreachreport.pdf">Full Report</a></p>
<p class="MsoNormal">
<p class="MsoNormal">-Chris</p>
]]></content:encoded>
      <pubDate>Thu, 12 Jun 2008 16:21:39 +0000</pubDate>
      <category domain="http://securityratty.com/tag/data breaches">data breaches</category>
      <category domain="http://securityratty.com/tag/breaches">breaches</category>
      <category domain="http://securityratty.com/tag/attacks">attacks</category>
      <category domain="http://securityratty.com/tag/layer attacks">layer attacks</category>
      <category domain="http://securityratty.com/tag/vulnerability counts">vulnerability counts</category>
      <category domain="http://securityratty.com/tag/vulnerability">vulnerability</category>
      <category domain="http://securityratty.com/tag/report">report</category>
      <category domain="http://securityratty.com/tag/exploit unknown vulnerability">exploit unknown vulnerability</category>
      <category domain="http://securityratty.com/tag/actual attacks">actual attacks</category>
      <source url="http://www.veracode.com/blog/?p=107">Verizon Business has a new report on data breaches</source>
    </item>
    <item>
      <title><![CDATA[Fake YouTube Site Serving Flash Exploits]]></title>
      <link>http://securityratty.com/article/05a0a3aecae41b8680c264c36b2e1800</link>
      <guid>http://securityratty.com/article/05a0a3aecae41b8680c264c36b2e1800</guid>
      <description><![CDATA[Originally mentioned by the folks at Sunbelt, this fake YouTube site happens to be a bit more interesting than it seems at the first place

Clicking on that link then redirects to a different site,...]]></description>
      <content:encoded><![CDATA[<a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp3.blogger.com/_wICHhTiQmrA/SFEJJvf6l-I/AAAAAAAAByI/TqpRO54ISd0/s1600-h/fake_youtube_flash_exploits.png"><img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://bp3.blogger.com/_wICHhTiQmrA/SFEJJvf6l-I/AAAAAAAAByI/TqpRO54ISd0/s200/fake_youtube_flash_exploits.png" alt="" id="BLOGGER_PHOTO_ID_5210956306818176994" border="0" /></a>Originally mentioned by the folks at Sunbelt, this <a href="http://sunbeltblog.blogspot.com/2008/06/dangerous-youtube-spoof.html">fake YouTube site</a> happens to be a bit more interesting than it seems at the first place :<br /><br />"<span style="font-style: italic;">Clicking on that link then redirects to a different site, youtube-s, which serves exploits to attempt to infect your system.  Then, if your browser hasn’t completely crashed at that point, you may ultimately get redirected to the real YouTube, displaying some idiotic video (he</span><span style="font-style: italic;">nce, possibly even helping to continue the infection, by having users forward the spam above)</span>"<br /><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp2.blogger.com/_wICHhTiQmrA/SFEOU1gg68I/AAAAAAAAByQ/i2QPNRQY56U/s1600-h/fake_youtube_obfuscated.JPG"><img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://bp2.blogger.com/_wICHhTiQmrA/SFEOU1gg68I/AAAAAAAAByQ/i2QPNRQY56U/s200/fake_youtube_obfuscated.JPG" alt="" id="BLOGGER_PHOTO_ID_5210961994968001474" border="0" /></a>Interesting mostly because it not just attempts to serve a online games password stealer through exploiting the ubiquitous MDAC exploit, but is <a href="http://ddanchev.blogspot.com/2008/05/malware-attack-exploiting-flash-zero.html">also serving a flash exploit</a> which when analyzed leads us to a web based C&amp;C of new malware kit. And although I've been aware of its existence for a while now, it's the first time I see it in action.<br /><br />Upon analyzing <span style="font-weight: bold;">yout</span><span style="font-weight: bold;">ube-r.com</span> (211.95.79.57) a couple of days ago, it's now returning a 403 forbidden message, however, copies of the malware have already been obtained and analyzed. In between attempting to infect with MDAC at <span style="font-weight: bold;">youtube-s.com/load.php?id=912</span>;  the flash exploit loads from <span style="font-weight: bold;">a9rhiwa.cn/update_files/1.swf</span>, and while this is happening the end user is redirected to the real YouTube site. Some sample detection rates :<br /><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp2.blogger.com/_wICHhTiQmrA/SFEOeW_qEyI/AAAAAAAAByY/3WrhqBeFukY/s1600-h/fake_youtube_deobfuscated.JPG"><img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://bp2.blogger.com/_wICHhTiQmrA/SFEOeW_qEyI/AAAAAAAAByY/3WrhqBeFukY/s200/fake_youtube_deobfuscated.JPG" alt="" id="BLOGGER_PHOTO_ID_5210962158575817506" border="0" /></a>Scanners result : 7/32 (21.88%)<br /><span style="font-weight: bold;">TR/Crypt.ULPM.Gen; Mal/EncPk-CO</span><br />File size: 8704 bytes<br />MD5...: cb8611db343067e1fb663ab6ee671114<br />SHA1..: 4497715e0a365863d6ca41ab12254bf591118ed7<br /><br />Scanners result : 10/32 (31.25%)<br /><span style="font-weight: bold;">SWF:CVE-2007-0071; Exploit:Win32/APSB08-11.gen!A</span><br />File size: 593 bytes<br />MD5...: 5b6b28d4de3df92f48fbe5e8bd565cda<br />SHA1..: 3123d357d2080d1ee09ee67203275d51332e3397<br /><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp2.blogger.com/_wICHhTiQmrA/SFEPvXtqFmI/AAAAAAAAByg/6P2dXgo0944/s1600-h/web_based_malware_CC.JPG"><img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://bp2.blogger.com/_wICHhTiQmrA/SFEPvXtqFmI/AAAAAAAAByg/6P2dXgo0944/s200/web_based_malware_CC.JPG" alt="" id="BLOGGER_PHOTO_ID_5210963550338160226" border="0" /></a>The password stealer than connects to the C&amp;C, from where an unknown for the time being number of campaigns are coordinated. What's a useless virtual good such as passwords for MMORPGs for malware gangs aiming to steal Ebanking details through banking malware for instance, is <a href="http://ddanchev.blogspot.com/2007/03/underground-economys-supply-of-goods.html">a precious and valuable good for others</a> operating on the other side of the world, where a virtual item is <a href="http://ddanchev.blogspot.com/2008/06/price-discrimination-in-market-for.html">more expensive than access to a Ebanking account</a>.<br /><span id="porcentaje"><span style="color:red;"></span></span><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=7LxtgI"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=7LxtgI" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=9Rfx6I"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=9Rfx6I" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=p6iizi"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=p6iizi" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=mV3P0i"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=mV3P0i" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=IJqqqI"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=IJqqqI" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=qrV0SI"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=qrV0SI" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=uiOjVi"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=uiOjVi" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/DanchoDanchevOnSecurityAndNewMedia/~4/310357579" height="1" width="1"/>]]></content:encoded>
      <pubDate>Thu, 12 Jun 2008 03:12:58 +0000</pubDate>
      <category domain="http://securityratty.com/tag/site">site</category>
      <category domain="http://securityratty.com/tag/fake youtube site">fake youtube site</category>
      <category domain="http://securityratty.com/tag/flash exploit loads">flash exploit loads</category>
      <category domain="http://securityratty.com/tag/flash exploit">flash exploit</category>
      <category domain="http://securityratty.com/tag/mdac">mdac</category>
      <category domain="http://securityratty.com/tag/ubiquitous mdac exploit">ubiquitous mdac exploit</category>
      <category domain="http://securityratty.com/tag/exploit">exploit</category>
      <category domain="http://securityratty.com/tag/malware">malware</category>
      <category domain="http://securityratty.com/tag/real youtube site">real youtube site</category>
      <source url="http://feeds.feedburner.com/~r/DanchoDanchevOnSecurityAndNewMedia/~3/310357579/fake-youtube-site-serving-flash.html">Fake YouTube Site Serving Flash Exploits</source>
    </item>
    <item>
      <title><![CDATA[Flash Player + Windows = Threat of SQL Injection]]></title>
      <link>http://securityratty.com/article/bcc3f89d776010d41693715b0461d5bf</link>
      <guid>http://securityratty.com/article/bcc3f89d776010d41693715b0461d5bf</guid>
      <description><![CDATA[Apparently Adobe Flash players that arent patched and up to date on Windows might be vulnerable to a new SQL injectionthere are apparently 18 variants of the new exploit. SecureWorks has the details...]]></description>
      <content:encoded><![CDATA[<p>Apparently Adobe Flash players that aren&#8217;t patched and up to date on Windows might be vulnerable to a new SQL injection&#8211;there are apparently 18 variants of the new exploit. <a rel="nofollow" target="_blank" href="http://www.secureworks.com/research/threats/adobeflashflaw/?threat=adobeflashflaw"> SecureWorks </a>has the details:</p>
<blockquote><p>
Attackers insert SCRIPT and IFRAME tags into the content of trusted, legitimate web sites via a known SQL injection attack. Those tags redirect the user to the attacker&#8217;s server which hosts the Flash exploit. Tens of thousands of web sites are vulnerable to the SQL injection attack, meaning the distribution potential is high.</p>
<p>The vulnerability is not &#8220;zero-day&#8221;; however, these are the first known public exploits targeting it. The SecureWorks Counter Threat Unit (CTU) has analyzed 18 variants of the exploit, and all attempt to leverage the integer overflow vulnerability originally discovered by Mark Dowd (CVE-2007-0071), which was patched by Adobe with release of version 9.0.124.0 of the Flash Player. While some have reported that the latest version is vulnerable, the CTU was unable to duplicate these results with samples taken from known exploit sites. The only confirmed vulnerable version is (pre-patch) 9.0.115.0.
</p></blockquote>]]></content:encoded>
      <pubDate>Thu, 29 May 2008 11:59:09 +0000</pubDate>
      <category domain="http://securityratty.com/tag/vulnerable version">vulnerable version</category>
      <category domain="http://securityratty.com/tag/vulnerable">vulnerable</category>
      <category domain="http://securityratty.com/tag/exploit">exploit</category>
      <category domain="http://securityratty.com/tag/flash exploit">flash exploit</category>
      <category domain="http://securityratty.com/tag/sql injection attack">sql injection attack</category>
      <category domain="http://securityratty.com/tag/integer overflow vulnerability">integer overflow vulnerability</category>
      <category domain="http://securityratty.com/tag/exploit sites">exploit sites</category>
      <category domain="http://securityratty.com/tag/flash player">flash player</category>
      <category domain="http://securityratty.com/tag/vulnerability">vulnerability</category>
      <source url="http://feeds.feedburner.com/~r/itsecurity/~3/300861445/">Flash Player + Windows = Threat of SQL Injection</source>
    </item>
    <item>
      <title><![CDATA[Advisory: CiscoWorks Arbitrary Code Execution Vulnerability]]></title>
      <link>http://securityratty.com/article/eb9528f08cdc201de20e6dcf32cbb6ef</link>
      <guid>http://securityratty.com/article/eb9528f08cdc201de20e6dcf32cbb6ef</guid>
      <description><![CDATA[Summary
Name: CiscoWorks Arbitrary Code Execution Vulnerability
Release Date: 28 May 2008
Reference: LSD003-2008
Discover: Dave Lewis
CVE Number: CVE-2008-2054
Vendor: Cisco Systems
Systems Affected:...]]></description>
      <content:encoded><![CDATA[<p><b>Summary</b></p>
<p>Name: CiscoWorks Arbitrary Code Execution Vulnerability<br />
Release Date: 28 May 2008<br />
Reference: LSD003-2008<br />
Discover: Dave Lewis<br />
CVE Number: <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-2054">CVE-2008-2054</a><br />
Vendor: Cisco Systems<br />
Systems Affected: CiscoWorks Common Services (various versions): Cisco Unified Operations Manager (CUOM), Cisco Unified Service Monitor (CUSM), CiscoWorks QoS Policy Manager (QPM), CiscoWorks LAN Management Solution (LMS), Cisco Security Manager (CSM), Cisco TelePresence Readiness Assessment Manager (CTRAM) </p>
<p>Risk: High<br />
Status: Published (Vendor Confirmed, Patch Available)</p>
<p><b>Description</b></p>
<p>CiscoWorks Common Services versions 3.0.3, 3.0.4, 3.0.5, 3.0.6, 3.1, and 3.1.1 contain a vulnerability that could allow an unauthenticated, remote attacker to execute arbitrary code with elevated privileges.</p>
<p>This vulnerability exists due to an unspecified error in CiscoWorks Common Services.  An unauthenticated, remote attacker could exploit this vulnerability to execute arbitrary code resulting in complete system compromise.</p>
<p>Impact: Arbitrary code execution with elevated privileges. Fire bad.</p>
<p><b>TimeLine</b></p>
<p>Discovered:  14 February 2008<br />
Reported:  14 February 2008<br />
Fixed: 22 April 2008<br />
Patch Release: 28 May 2008<br />
Published: 28 May 2008</p>
<p><b>Technical Details</b></p>
<p>The vulnerability exists due to an unspecified error in CiscoWorks Common Services when it processes attacker-supplied URLs.  An unauthenticated, remote attacker could exploit this vulnerability through unspecified means to execute arbitrary code with elevated privileges. </p>
<p><b>Fix Information</b></p>
<p>This issue has now been resolved.  </p>
<p>The patch may be obtained from:</p>
<p><a href="http://www.cisco.com">http://www.cisco.com<br />
</a></p>
<p>Cisco Advisory<br />
<a href="http://www.cisco.com/en/US/products/products_security_advisory09186a00809a1f14.shtml">http://www.cisco.com/en/US/products/products_security_advisory09186a00809a1f14.shtml</a></p>
<p>I would like to thank Cisco for their professional response to this issue.</p>
<p><b>Liquidmatrix Security Digest</b><br />
http://www.liquidmatrix.org/blog/</p>
<p>2255B Queen Street East<br />
suite 156<br />
Toronto, Ontario<br />
Canada<br />
M4E 1G3</p>

<p><a href="http://feeds.feedburner.com/~a/Liquidmatrix?a=081c8W"><img src="http://feeds.feedburner.com/~a/Liquidmatrix?i=081c8W" border="0"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/Liquidmatrix?a=ix1gJH"><img src="http://feeds.feedburner.com/~f/Liquidmatrix?i=ix1gJH" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Liquidmatrix?a=i9RM7h"><img src="http://feeds.feedburner.com/~f/Liquidmatrix?i=i9RM7h" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Liquidmatrix?a=TUf3ch"><img src="http://feeds.feedburner.com/~f/Liquidmatrix?i=TUf3ch" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Liquidmatrix?a=1Mwehh"><img src="http://feeds.feedburner.com/~f/Liquidmatrix?i=1Mwehh" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Liquidmatrix?a=iGr2ah"><img src="http://feeds.feedburner.com/~f/Liquidmatrix?i=iGr2ah" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Liquidmatrix/~4/300286977" height="1" width="1"/>]]></content:encoded>
      <pubDate>Wed, 28 May 2008 21:56:52 +0000</pubDate>
      <category domain="http://securityratty.com/tag/vulnerability">vulnerability</category>
      <category domain="http://securityratty.com/tag/cisco">cisco</category>
      <category domain="http://securityratty.com/tag/cisco systems">cisco systems</category>
      <category domain="http://securityratty.com/tag/cisco advisory">cisco advisory</category>
      <category domain="http://securityratty.com/tag/cisco security manager">cisco security manager</category>
      <category domain="http://securityratty.com/tag/vulnerability exists due">vulnerability exists due</category>
      <category domain="http://securityratty.com/tag/execute arbitrary code">execute arbitrary code</category>
      <category domain="http://securityratty.com/tag/ciscoworks common services">ciscoworks common services</category>
      <category domain="http://securityratty.com/tag/security">security</category>
      <source url="http://feeds.feedburner.com/~r/Liquidmatrix/~3/300286977/">Advisory: CiscoWorks Arbitrary Code Execution Vulnerability</source>
    </item>
    <item>
      <title><![CDATA[Yet Another Massive SQL Injection Spotted in the Wild]]></title>
      <link>http://securityratty.com/article/12b8db5bd43df2b62e54ac712ae9b35b</link>
      <guid>http://securityratty.com/article/12b8db5bd43df2b62e54ac712ae9b35b</guid>
      <description><![CDATA[Another SQL injection attack was spotted in the wild during the last couple of hours, and while it continues remaining active, surprisingly, the malicious domain is not in a fast-flux. As I've already...]]></description>
      <content:encoded><![CDATA[<a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp1.blogger.com/_wICHhTiQmrA/SDqaq-zK7XI/AAAAAAAABvg/nRL6KdGrZzI/s1600-h/SQL_latest.JPG"><img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://bp1.blogger.com/_wICHhTiQmrA/SDqaq-zK7XI/AAAAAAAABvg/nRL6KdGrZzI/s200/SQL_latest.JPG" alt="" id="BLOGGER_PHOTO_ID_5204642382582836594" border="0" /></a>Another <a href="http://ddanchev.blogspot.com/2008/05/malware-domains-used-in-sql-injection.html">SQL injection attack</a> was spotted in the wild during the last couple of hours, and while it continues remaining active, surprisingly, the malicious domain is not in a fast-flux. As I've already pointed out, the upcoming SQL injection attacks for the next couple of months, will be primarily executed by copycats, where among the few differentiation factors left is <a href="http://blogs.zdnet.com/security/?p=1122">increasing the survivability of the domain</a>.<br /><br />In the particular attack, the injected domain <span style="font-weight: bold;">chliyi.com /reg.js</span> loads an iFrame to <span style="font-weight: bold;">chliyi.com /img/info.htm</span> where a VBS script attempts to execute by exploiting MDAC ActiveX code execution (CVE-2006-0003), whose detection rate is 1/32 (3.13%)  and is detected as Mal/Psyme-A. Approximately, 8,900 sites have been affected.<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=2lbQHH"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=2lbQHH" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=sNMLDH"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=sNMLDH" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=jW8r5h"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=jW8r5h" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=4QlCUh"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=4QlCUh" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=UYtzTH"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=UYtzTH" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=TrIIlH"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=TrIIlH" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=HRviah"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=HRviah" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/DanchoDanchevOnSecurityAndNewMedia/~4/298464633" height="1" width="1"/>]]></content:encoded>
      <pubDate>Mon, 26 May 2008 06:58:01 +0000</pubDate>
      <category domain="http://securityratty.com/tag/domain">domain</category>
      <category domain="http://securityratty.com/tag/domain chliyi">domain chliyi</category>
      <category domain="http://securityratty.com/tag/attack">attack</category>
      <category domain="http://securityratty.com/tag/sql injection attack">sql injection attack</category>
      <category domain="http://securityratty.com/tag/vbs script attempts">vbs script attempts</category>
      <category domain="http://securityratty.com/tag/chliyi">chliyi</category>
      <category domain="http://securityratty.com/tag/malicious domain">malicious domain</category>
      <category domain="http://securityratty.com/tag/sql injection attacks">sql injection attacks</category>
      <category domain="http://securityratty.com/tag/differentiation factors">differentiation factors</category>
      <source url="http://feeds.feedburner.com/~r/DanchoDanchevOnSecurityAndNewMedia/~3/298464633/yet-another-massive-sql-injection.html">Yet Another Massive SQL Injection Spotted in the Wild</source>
    </item>
    <item>
      <title><![CDATA[Are current vulnerability and compliance testing tools like answering the phone at 3am?]]></title>
      <link>http://securityratty.com/article/6654f6456677a336f8a4941afb4009d8</link>
      <guid>http://securityratty.com/article/6654f6456677a336f8a4941afb4009d8</guid>
      <description><![CDATA[I was at a meeting for a potentially large customer engagement for vulnerability assessment and compliance testing last week. The requirements for this customer was not unusual. They wanted to test...]]></description>
      <content:encoded><![CDATA[
<div xmlns="http://www.w3.org/1999/xhtml"><p></p> <p>I was at a meeting for a potentially large customer engagement for vulnerability assessment and compliance testing last week.&nbsp; The requirements for this customer was not unusual. They wanted to test for conventional CVE type vulnerabilities. Additionally, they also wanted to test for configuration compliance. Hotfixes, patch level, AV, etc.&nbsp; This direction is where a lot of the traditional vulnerability management solutions have been heading.&nbsp; Whether adding a separate compliance module or audit and local check capability, most of the traditional vulnerability scanning solutions offer some coverage in this area.&nbsp; However, in speaking to this potential customer and in thinking about their needs, an inherent problem with this solution is that it is only as good as the devices that are available on the network when the scan takes place.</p> <p>In traditional vulnerability scanning, <u>when</u> the scan takes place was not as much of an issue, usually you are scanning servers and other devices that are on the network 24/7. In fact doing the scans during off hours was usually preferred. Too many of the network based vulnerability scanners took up too much bandwidth and other resources to accomplish during the prime time hours of the day. In compliance scanning though, you need the status of laptops, desktops and other devices that may not be connected to the network 24/7.&nbsp; Therefore it is important to reach and test these devices when they are on the network.&nbsp; That is the rub.&nbsp; How do you really make sure the devices connecting to your network are compliant if you are only testing them at a point in time and that usually at an off hour?</p> <p>This problem reminded me of the Clinton-Obama flap over who answers the phone at the White House at 3am.&nbsp; That is an important question for who is president, but for compliance answering the phone when someone is there to talk to is more important.&nbsp; I think this is where NAC provides an advantage.&nbsp; By utilizing NAC to detect devices coming on the network and than using a low impact compliance test as well as traditional vulnerability scanning, you get a picture of vulnerability posture and compliance status as of the last time they accessed the network. You can still do follow on tests at any time you desire, but at least when a device is logging on you are sure of a test.</p> <p>Will NAC supplement vulnerability testing in this manner? I think so.&nbsp; Many customers we have spoken to about this like the idea of "scan on connect" and we have already enabled our own NAC product Safe Access and vulnerability management platform VAM to do this.&nbsp; What do you think?</p></div>

<p><a href="http://feeds.feedburner.com/~a/StillsecureAfterAllTheseYears?a=atl0PH"><img src="http://feeds.feedburner.com/~a/StillsecureAfterAllTheseYears?i=atl0PH" border="0"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?a=JgJVaH"><img src="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?i=JgJVaH" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?a=kjoSqH"><img src="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?i=kjoSqH" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?a=OqhPXH"><img src="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?i=OqhPXH" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?a=pS6W5H"><img src="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?i=pS6W5H" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?a=YCq7Eh"><img src="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?i=YCq7Eh" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?a=qHBwth"><img src="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?i=qHBwth" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/StillsecureAfterAllTheseYears/~4/293979749" height="1" width="1"/>]]></content:encoded>
      <pubDate>Mon, 19 May 2008 19:16:18 +0000</pubDate>
      <category domain="http://securityratty.com/tag/compliance">compliance</category>
      <category domain="http://securityratty.com/tag/configuration compliance">configuration compliance</category>
      <category domain="http://securityratty.com/tag/compliance status">compliance status</category>
      <category domain="http://securityratty.com/tag/status">status</category>
      <category domain="http://securityratty.com/tag/prime time hours">prime time hours</category>
      <category domain="http://securityratty.com/tag/time">time</category>
      <category domain="http://securityratty.com/tag/network">network</category>
      <category domain="http://securityratty.com/tag/detect devices">detect devices</category>
      <category domain="http://securityratty.com/tag/devices">devices</category>
      <source url="http://feeds.feedburner.com/~r/StillsecureAfterAllTheseYears/~3/293979749/are-current-vul.html">Are current vulnerability and compliance testing tools like answering the phone at 3am?</source>
    </item>
    <item>
      <title><![CDATA[A new blog on the block]]></title>
      <link>http://securityratty.com/article/c6eda6c5c1c23f51c5d135737ae9a1fb</link>
      <guid>http://securityratty.com/article/c6eda6c5c1c23f51c5d135737ae9a1fb</guid>
      <description><![CDATA[This one is not all security related, but is the ScienceLogic Blog . One of my favorite persons in the IT field Dave Link is the CEO and founder of ScienceLogic. Several other friends from Interliant...]]></description>
      <content:encoded><![CDATA[<p>This one is not all security related, but is the <a href="http://blog.sciencelogic.com/">ScienceLogic Blog</a>. One of my favorite persons in the IT field Dave Link is the CEO and founder of ScienceLogic. Several other friends from Interliant including Louis Dimiglio (sorry if I messed up the spelling Lou!), Richard Chart and Chris Cordray are also part of the team. They have done a great job of creating a network management product and in a hyper-competitive industry carving out a place for themselves. I am running into them more and more at shows, conferences and in the field. Now they have joined the blogging ranks and it looks like there will be several contributers. They are all smart folks and I am sure will have good things to say, so be sure to check out the blog!<br><br>In one article responding to <a href="http://www.stillsecureafteralltheseyears.com/ashimmy/2008/05/is-interop-abou.html">a post I did</a> about where is the interoperational in interop, Dave says that he and the ScienceLogic team had a very different experience at Interop this year. Due to their participation in the InteropNet and ILabs project, ScienceLogic was very involved in making sure the network at Interop was up and running and showing off the many different products and vendors working together. Certainly the work of the many people at Interop Labs and Interop Net show how heterogeneous equipment and technology can work together, but where those labs and network used to be the center of the show, I am not so sure that is the case any more. Many folks walk by the NOC at Interop, peak inside at the folks at the stations, smile and move on. How many actually take the tour compared to how many walk the floor or sit in on presentations. I think in Dave's view it is a case of when you are a hammer, everything looks like a nail. <br><br>More importantly though Dave challenges me to answer his questions of what StillSecure has done to promote interoperability with other vendors that we can promote. Great question and it deserves an answer. So at the risk of giving StillSecure a shameless plug, let me give you the three foundations that we have built our products on that allow us to excel at interoperability:<br><br>1. Using open standard software and hardware - All StillSecure products run on off the shelf x86 hardware or in VMware virtual machines. Additionally, our products all run on top of the StillSecure OS which is a hardened and stripped version of Linux, but still provides that standard command line programs and interoperability that the Linux OS allows. Additionally, we use standard and open databases such as MySQL and PostgresSQL that are SQL and ODBC compliant. Additionally, we have open data base schema's. Also, we use Java webservers and similar types of open standard software that makes it easier for us to work with other products and for our customers to feel comfortable with what is under the hood.<br><br>2. Support of industry frameworks and standards - Whether it be TCG/TNC or NAP in the NAC world or CVE and FDCC in vulnerability management, we support industry wide standards and frameworks which allow products to work with each other. SNMP traps, SMTP email alerts are all standard in StillSecure products. <br><br>3. Enterprise Integration Frameworks- StillSecure products all ship with our enterprise integration frameworks. These are a complete set of fully documented and functional APIs in XML and Java that allow for the bi-directional exchange of data with many 3rd party products. This is perhaps our greatest means of interoperabitility and integration.<br><br>Dave, I hope that answered the question for you. Now that we know about the blog, we will be reading. Good Luck!</p>
<p><a href="http://feeds.feedburner.com/~a/StillsecureAfterAllTheseYears?a=XJ9nCZ"><img src="http://feeds.feedburner.com/~a/StillsecureAfterAllTheseYears?i=XJ9nCZ" border="0"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?a=J4boaH"><img src="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?i=J4boaH" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?a=qxf5IH"><img src="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?i=qxf5IH" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?a=M6zc3H"><img src="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?i=M6zc3H" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?a=FOtHhH"><img src="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?i=FOtHhH" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?a=OvhO7h"><img src="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?i=OvhO7h" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?a=aMYMph"><img src="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?i=aMYMph" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/StillsecureAfterAllTheseYears/~4/292083057" height="1" width="1"/>]]></content:encoded>
      <pubDate>Fri, 16 May 2008 19:36:19 +0000</pubDate>
      <category domain="http://securityratty.com/tag/blog">blog</category>
      <category domain="http://securityratty.com/tag/stillsecure products">stillsecure products</category>
      <category domain="http://securityratty.com/tag/products">products</category>
      <category domain="http://securityratty.com/tag/stillsecure">stillsecure</category>
      <category domain="http://securityratty.com/tag/3rd party products">3rd party products</category>
      <category domain="http://securityratty.com/tag/labs">labs</category>
      <category domain="http://securityratty.com/tag/interop labs">interop labs</category>
      <category domain="http://securityratty.com/tag/interop">interop</category>
      <category domain="http://securityratty.com/tag/dave">dave</category>
      <source url="http://feeds.feedburner.com/~r/StillsecureAfterAllTheseYears/~3/292083057/a-new-blog-on-t.html">A new blog on the block</source>
    </item>
  </channel>
</rss>
