<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
    <channel>
        <title>The Laws of Vulnerabilities</title>
        <link>http://laws.qualys.com/</link>
        <description>The Laws of Vulnerabilities</description>
        <language>en</language>
        <copyright>Copyright 2010</copyright>
        <lastBuildDate>Wed, 08 Sep 2010 15:43:26 -0800</lastBuildDate>
        <generator>http://www.sixapart.com/movabletype/</generator>
        <docs>http://www.rssboard.org/rss-specification</docs>
        
        <item>
            <title>0-day for Adobe Reader 9.3.4 - Update</title>
            <description><![CDATA[<b>Update</b>
<br>
While the <a href="http://www.adobe.com/support/security/advisories/apsa10-02.html">Adobe advisory</a> does not contain any further details on the vulnerability and the exploit, it seems that <a href="http://www.sophos.com/blogs/chetw/g/2010/09/08/adobe-advises-reader-acrobat-vulnerability/">turning off</a> JavaScript in Adobe Reader prevents the known samples of the exploit from running.Turning off JavaScript also prevents the <a href="http://blog.metasploit.com/2010/09/return-of-unpublished-adobe.html">published Metasploit code</a> from running successfully.
<br><br>
We recommend turning off JavaScript in Adobe reader and <a href="http://laws.qualys.com/2009/02/should-javascript-be-disabled.html">consider it</a> a best practice for normal desktop usage. 
<br><br>
<b>Original</b>
<br>
A new critical 0-day vulnerability <a href="http://contagiodump.blogspot.com/2010/09/cve-david-leadbetters-one-point-lesson.html">has been discovered in the wild</a> for the latest version of Adobe Reader 9.3.4. Adobe has published an <a href="http://www.adobe.com/support/security/advisories/apsa10-02.html">advisory</a> and notes that all Operating Systems are affected. They will be providing <a href="http://blogs.adobe.com/psirt/">updates</a> as more information becomes available. 
<br><br>
Some of the exploit code is published and we expect an exploit to become available in the exploit toolkits.
<br><br>
We will keep you posted as we get more information.
<br><br>
<b>References:</b>
<ul>
<li><a href="http://www.adobe.com/support/security/advisories/apsa10-02.html">Adobe Advisory</a>
<li><a href="http://secunia.com/advisories/41340">Secunia Advisory SA41340</a>
<li><a a href="http://www.sophos.com/blogs/chetw/g/2010/09/08/adobe-advises-reader-acrobat-vulnerability/">Chet's post on Sophos blog on JS and the known sample</a>
<li><a href="http://blog.metasploit.com/2010/09/return-of-unpublished-adobe.html">Metasploit module released</a>
<li><a href="http://www.securelist.com/en/blog?weblogid=2287">Kaspersky post on a different variant</a>
</ul>]]></description>
            <link>http://laws.qualys.com/2010/09/0-day-for-adobe-reader-934.html</link>
            <guid>http://laws.qualys.com/2010/09/0-day-for-adobe-reader-934.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Adobe</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Security</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">0-day Adobe Reader</category>
            
            <pubDate>Wed, 08 Sep 2010 15:43:26 -0800</pubDate>
        </item>
        
        <item>
            <title> Keeping up with DLL hijacking</title>
            <description><![CDATA[A week has passed since Microsoft published security advisory <a href="http://www.microsoft.com/technet/security/advisory/2269637.mspx">KB2269637</a> that details the technology underlying the DLL hijacking vulnerabilities. Since then security researchers have looked at Windows applications from 3rd parties and from Microsoft itself and have identified many vulnerable programs Last week HD Moore from Rapid7 published an <a href="http://blog.metasploit.com/2010/08/better-faster-stronger.html">even better version of his DLL Hijacking finding tool</a> that is in use by many of the researchers. Microsoft gave a very illustrative example on how a vulnerable application could be attacked <a href="http://blogs.technet.com/b/srd/archive/2010/08/31/an-update-on-the-dll-preloading-remote-attack-vector.aspx">on their SRD blog</a> just this week.
<br><br>
We recommend installing the Microsoft Hotfix downloadable from <a href="http://support.microsoft.com/kb/2264107">KB2264107</a> and creating the <b>CWDIllegalInDllSearch</b> registry key, which instructs Windows to exclude the current working directory from the DLL loadpath when an application is started from network or WebDAV locations. In addition IT admins should keep an eye on the excellent list on vulnerable applications and their fix status that is being <a href="http://secunia.com/advisories/windows_insecure_library_loading/">maintained</a> by Secunia.
<br><br>
In Qualysguard we have introduced 2 new QIDs that are designed to help the IT admin to manage the installation of this Hotfix:
<ul>
<li>QID 118423 - Microsoft Windows DLL Search Order Design Error Vulnerability (KB2269637)<br>
 This detection indicates that the machine does not have the Hotfix installed
<li>QID  90634 - Hotfix KB2264107 (DLL hijacking) is Installed<br>
This detection indicates that the machine has the Hotfix installed and will contain the setting for registry key <b>CWDIllegalInDllSearch</b> in the result section
</ul>


]]></description>
            <link>http://laws.qualys.com/2010/08/dll-hijacking-revisited-1.html</link>
            <guid>http://laws.qualys.com/2010/08/dll-hijacking-revisited-1.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Microsoft</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Security</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">DLL Hijacking</category>
            
            <pubDate>Tue, 31 Aug 2010 12:03:59 -0800</pubDate>
        </item>
        
        <item>
            <title>Microsoft provides advisory for DLL hijacking exploits</title>
            <description><![CDATA[Microsoft has just published <a href="http://www.microsoft.com/technet/security/advisory/2269637.mspx">security advisory KB2269637</a> that provides IT admins with the information and tools to deal with DLL hijacking. DLL hijacking attacks are targeted at Windows applications (3rd part and Microsoft) that have not followed recommended security practices and can be tricked to load DLLs from locations that are owned by the attacker. The attacker provided DLL is then used to take control of the target machine.
<br><br>
According to security research by <a  href="http://www.cs.ucdavis.edu/research/tech-reports/2010/CSE-2010-2.pdf">Taeho Kwon and Zhendong Su</a> from UC Davis, <a href="http://acrossecurity.blogspot.com/2010/08/binary-planting-update-day-6.html">ACROS Security</a> and <a href="http://blog.metasploit.com/2010/08/exploiting-dll-hijacking-flaws.html">HD Moore</a> from Rapid7, it is straightforward to find applications that do not follow these best practices. Two weeks iTunes was <a href="http://support.apple.com/kb/HT4105">patched</a> for an occurrence of "binary planting" and Simon Raner of ACROS Security was credited.
<br><br>
The underlying idea of the attack is <a href="http://blogs.msdn.com/b/david_leblanc/archive/2008/02/20/dll-preloading-attacks.aspx">older</a> (some discussion of the underlying issue is <a href="http://www.securityfocus.com/bid/1699/info">here from 2000</a>) and not limited to Windows. Over time fixes and workarounds have been implemented, but a new attack vector using network shares and WebDAV increases the usability of the attack. With the available documentation and tools it is now easy to find vulnerable applications and craft exploits.
<br><br>
We recommend installing the hotfix in <a href="http://support.microsoft.com/kb/2264107">KB2264107</a> and setting the registry to not allow loading of binaries via network shares and WebDAV (setting 2) as soon as possible.
<br><br>
<b>References:</b>
<ul>
<li>In-depth Info on the <a href="http://blogs.technet.com/b/srd/archive/2010/08/23/more-information-about-dll-preloading-remote-attack-vector.aspx">SRD Blog</a>
<li><a href="http://www.theregister.co.uk/2010/08/20/windows_code_execution_vuln/">The Register initial report</a> on the iTunes fix and other afflicted applications
<li><a href="http://www.computerworld.com/s/article/9181358/Researcher_told_Microsoft_of_Windows_apps_zero_day_bugs_6_months_ago">Gregg Keizer's</a> excellent summary in Computerworld 
<li><a href="http://isc.sans.edu/diary.html?storyid=9445">ISC Diary entry</a>
</ul>]]></description>
            <link>http://laws.qualys.com/2010/08/microsoft-provides-advisory-fo.html</link>
            <guid>http://laws.qualys.com/2010/08/microsoft-provides-advisory-fo.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Security</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">DLL hijacking Windows binary planting WebDAV KB2269637</category>
            
            <pubDate>Mon, 23 Aug 2010 13:30:12 -0800</pubDate>
        </item>
        
        <item>
            <title>Adobe Patches Reader/Acrobat on Windows, Mac and Unix</title>
            <description><![CDATA[Today Adobe published an out-of-band update <a href="http://www.adobe.com/support/security/bulletins/apsb10-17.html">APSB10-17</a> for a 0-day vulnerability published during Charlie Miller's BlackHat talk.
<br><br>
The vulnerability is critical and can be used to take control of the targeted computer and should be addressed as soon as possible.
<br><br>
Adobe credits Tavis Ormandy for the discovery of the vulnerability. It seems that Tavis reported the vulnerability to Adobe before <a href="http://twitter.com/0xcharlie/status/21603096532">Charlie's</a> Black Hat presentation. This is an example that illustrates an effect that security researchers have long tried to call attention to: it is possible and seems to happen every once in a while that vulnerabilities are discovered <a href="http://twitter.com/taviso/status/21602400077">independently</a>, both by security researchers and/or malware writers. Tipping Point's <a href="http://www.zerodayinitiative.com/">ZDI initiative</a> would be in a position to publish statistics on how often they have such an overlap. 
<br><br>
The update also includes the update to Flash (Adobe Reader brings its own embedded Flash version) released last week - <a href="http://www.adobe.com/support/security/bulletins/apsb10-16.html">APSB10-016</a> and further improves the handling of  vulnerability CVE-2010-1240, which was first addressed in June in <a href="http://www.adobe.com/support/security/bulletins/apsb10-15.html">APSB10-015</a>.
]]></description>
            <link>http://laws.qualys.com/2010/08/adobe-patches-reader-and-acrob.html</link>
            <guid>http://laws.qualys.com/2010/08/adobe-patches-reader-and-acrob.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Adobe</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">0-day reader acrobat adobe patch</category>
            
            <pubDate>Thu, 19 Aug 2010 16:32:02 -0800</pubDate>
        </item>
        
        <item>
            <title>More on August&apos;s Patch Tuesday...</title>
            <description><![CDATA[ <object height="340" width="560"><param name="movie" value="http://www.youtube.com/v/wjk5YhoKc-w&amp;hl=en_US&amp;fs=1" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed src="http://www.youtube.com/v/wjk5YhoKc-w&amp;hl=en_US&amp;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" height="340" width="560"></object><br /><br />
<a href="http://www.youtube.com/watch?v=wjk5YhoKc-w">http://www.youtube.com/watch?v=wjk5YhoKc-w</a>

]]></description>
            <link>http://laws.qualys.com/2010/08/more-on-augusts-patch-tuesday.html</link>
            <guid>http://laws.qualys.com/2010/08/more-on-augusts-patch-tuesday.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Patch Tuesday</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Security</category>
            
            
            <pubDate>Tue, 10 Aug 2010 17:20:36 -0800</pubDate>
        </item>
        
        <item>
            <title>Patch Tuesday Bottomline - August 2010</title>
            <description><![CDATA[A busy week - in addition to Microsoft <a href="http://www.microsoft.com/technet/security/bulletin/ms10-aug.mspx">August's Patch Tuesday</a> which delivers a record setting 15 bulletins covering 35 vulnerabilities, Adobe has just released a <a href="http://blogs.adobe.com/psirt/2010/08/security-updates-available-for-adobe-flash-player-coldfusion-and-flash-media-server.html">Flash update</a> and will be <a href="http://www.adobe.com/support/security/bulletins/apsb10-17.html">releasing a patch</a> for a Adobe Reader 0-day vulnerability published a few weeks ago at Black Hat security conference.To help with this challenging patch workload, we have ranked the Microsoft bulletins into three distinct groups of updates, which can be addressed on different schedules.
<br /><br /> 
IT admins should first tackle the updates that represent the biggest attack potential: end-users and internet browsing are at the subject of six bulletins, all of them of critical severity and four of them with an exploitability rating of "1", indicating that working exploits are expected within 30 days. <a href="http://www.microsoft.com/technet/security/bulletin/ms10-053.mspx">MS10-053</a> has six direct fixes for Internet Explorer, while the ZDI submitted <a href="http://www.microsoft.com/technet/security/bulletin/ms10-055.mspx">MS10-055</a> and <a href="http://www.microsoft.com/technet/security/bulletin/ms10-052.mspx">MS10-052</a> address issues in media-plugins: MS10-055 for the Cinepak codec and MS10-052 for the MP3 file format. MS10-060 patches a critical .NET framework issue that can be exploited through web browsing/Silverlight and MS10-051 addresses a vulnerability in the Internet Explorer MSXML ActiveX component. MS10-049 deals with a client side vulnerability of the HTTPS protocol that can be triggered by a malicious HTTPS site.  This and the previous MSXML ActiveX component are the bulletins in the group that are rated "2" on the exploitability scale (= harder to exploit). All of these updates should be applied as soon as possible.
 <br /><br />
A second group of updates has its focus on file format vulnerabilities. The most critical is MS10-056, a vulnerability in the RTF format in Microsoft Word 2007 and older.  An attacker can craft a malicious file that triggers a remote code execution when opened by Word on the target computer. Users of Outlook 2007 installations need to pay special attention, since the preview pane in Outlook is configured by default to use Word to render the RTF format. This makes Outlook 2007 susceptible to an attack that does not even require the opening of the e-mail. Apply this update as quickly as possible. MS10-057 and MS10-050 provide fixes for Excel 2003 and earlier and Windows Movie Maker (a default component in Windows XP) file format vulnerabilities. Both have an exploitability rating of "1" and should be addressed as soon as possible.
 <br /><br />
MS10-058 deals with an interesting vulnerability. It is a located in the new TCP/IP stack for IPv6  under Vista, Windows 7 and 2008R2. While we believe that currently very few publicly facing network infrastructures have IPv6 enabled, this bulletin is important for them, because it is remotely attackable and few mitigations exist. It is a reminder that new OS components  and applications are apt to introduce new attack vectors into networks.  MS10-054 is a vulnerability in the SMB protocol;  it requires read access to a share as well as attacker-controlled data on the target machine.  The exploit here will most likely manifest itself as a local escalation of privilege attack.
<br /><br />
The remainder of the August updates all address local flaws of the Windows Operating system family and are rated important as the attacker needs to be present on the target system to make use of them. MS10-047 is a Windows Kernel flaw, MS10-048 a flaw in the win32k.sys driver and MS10-059 fixes a problem in the tracing component of Windows.  
<br /><br /> 
Last week Microsoft released a bulletin for the 0-day flaw using the LNK filetype. If you have not done so yet, apply <a href="http://www.microsoft.com/technet/security/bulletin/MS10-046.mspx">MS10-046</a> together with the first group of patches as desktop systems are at the highest risk of attack using the LNK vulnerability.
<br /><br />References:<br /><ul><li><a href="http://www.microsoft.com/technet/security/bulletin/ms10-aug.mspx">Microsoft Security Bulletin</a></li><li><a href="http://www.qualys.com/research/alerts/view.php/2010-08-10">Qualys Security Alert</a><br /></li></ul><br />
]]></description>
            <link>http://laws.qualys.com/2010/08/patch-tuesday-bottomline---aug-1.html</link>
            <guid>http://laws.qualys.com/2010/08/patch-tuesday-bottomline---aug-1.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Adobe</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">IE</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Patch Tuesday</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Security</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Vulnerabilities</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">Microsoft Adobe 0-day Falsh Reader</category>
            
            <pubDate>Tue, 10 Aug 2010 10:24:13 -0800</pubDate>
        </item>
        
        <item>
            <title>Adobe Prenotification for August 2010</title>
            <description><![CDATA[Adobe <a href="http://blogs.adobe.com/psirt/2010/08/pre-notification-out-of-band-security-updates-for-adobe-reader-and-acrobat.html">announced</a> that they will publish an <a href="http://www.adobe.com/support/security/bulletins/apsb10-17.html">out-of-band update APSB10-17</a> for a 0-day vulnerability published during Charlie Miller's BlackHat talk.
<br><br>
Charlie Miller's BlackHat paper is a result of a collaboration with <a href="http://www.cs.berkeley.edu/~dawnsong/">Prof. Dawn Song</a> from UC Berkeley and a continuation of his fuzzing efforts first revealed at the <a href="http://securityevaluators.com/files/slides/cmiller_CSW_2010.ppt">CanSecWest conference</a>. At the time the tools he used were CrashWrangler and !exploitable, but it seems that <a href="http://bitblaze.cs.berkeley.edu/">BitBlaze</a>, the tool from Prof. Song's research group provides much better insight into exploitable application crashes.
]]></description>
            <link>http://laws.qualys.com/2010/08/adobe-preview-for-august-2010.html</link>
            <guid>http://laws.qualys.com/2010/08/adobe-preview-for-august-2010.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Adobe</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Patch Tuesday</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Security</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">0-day blackhat fuzzing adobe reader</category>
            
            <pubDate>Thu, 05 Aug 2010 11:51:49 -0800</pubDate>
        </item>
        
        <item>
            <title>Patch Tuesday - Preview for August 2010</title>
            <description><![CDATA[This August is bringing a record setting number of <a href="http://www.microsoft.com/technet/security/Bulletin/MS10-aug.mspx">updates</a> from Microsoft. In addition to last week's <a href="http://www.microsoft.com/technet/security/bulletin/MS10-046.mspx">LNK update</a>, there will be another 14 bulletins addressing 34 vulnerabilities, that IT admins will have to take  care of  in the weeks after Patch Tuesday. Including the LNK update,9 bulletins have a rating of critical and affect all version of the Windows OS, Internet Explorer, Silverlight and Microsoft Office.
<br><br>
Windows 7 and 2008 R2 have a smaller number of critical vulnerabilities than Windows XP and 2003 in function of their improved security architecture, but are still affected by 2 critical vulnerabilities each. 
<br><br>
Internet Explorer, Office and Silverlight updates apply across the board on all Windows versions. They are a examples of the this increasingly used type of flaw, where attackers and malware go through the installed applications rather than through the core operating system.
<br><br>
Windows XP SP2 users do not have any patches supplied to them, even though the 5 critical vulnerabilities for XP SP3 most likely apply to their discontinued version of the OS as well. Windows XP SP2 users should upgrade to SP3 as quickly as possible.]]></description>
            <link>http://laws.qualys.com/2010/08/patch-tuesday---preview-for-au.html</link>
            <guid>http://laws.qualys.com/2010/08/patch-tuesday---preview-for-au.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">IE</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Microsoft</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Patch Tuesday</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Security</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">Microsoft Silverlight Office Internet Explorer XP SP2</category>
            
            <pubDate>Thu, 05 Aug 2010 11:13:12 -0800</pubDate>
        </item>
        
        <item>
            <title>MS10-046 fixes 0-day LNK vulnerability out of band</title>
            <description><![CDATA[ Microsoft released an <a href="http://www.microsoft.com/technet/security/bulletin/MS10-046.mspx">update</a> today that addresses the LNK vulnerability. The update is rated as critical and applies to all currently supported Windows Operating systems.
<br><br>
We recommend applying the update as quickly as possible. Attacks using this 0-day vulnerability have been <a href="http://blogs.technet.com/b/mmpc/archive/2010/07/30/stuxnet-malicious-lnks-and-then-there-was-sality.aspx">increasing</a>.
<br><br>
The recently discontinued Windows 2000 and Windows XP SP2 are not covered by the patch. Users of these Windows 2000 and XP SP2 need to work on an upgrade strategy for these operating systems, as over time without patch support they will become increasingly susceptible to attacks from malware

]]></description>
            <link>http://laws.qualys.com/2010/08/ms10-046-fixes-0-day-lnk-vulne.html</link>
            <guid>http://laws.qualys.com/2010/08/ms10-046-fixes-0-day-lnk-vulne.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Microsoft</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Patch Tuesday</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Security</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Vulnerabilities</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">0-day LNK out of band</category>
            
            <pubDate>Mon, 02 Aug 2010 11:59:08 -0800</pubDate>
        </item>
        
        <item>
            <title>Microsoft issues out of band update for LNK</title>
            <description><![CDATA[Microsoft will issue an <a href="http://www.microsoft.com/technet/security/bulletin/ms10-aug.mspx">out-of-band update</a> next Monday, August 2nd. The update will address the critical LNK vulnerability that applies to all versions of the Windows Operating system, from Windows XP SP3 to Windows 7.
<br><br>
Microsoft's decision to issue this upgrade before the normal Patch Tuesday on August 10 is due to <a href="http://blogs.technet.com/b/mmpc/archive/2010/07/30/stuxnet-malicious-lnks-and-then-there-was-sality.aspx">reports of increasing number of attacks</a> that use the LNK flaw.
<br><br>
Windows 2000 and XP SP2 users will not be covered and are now in a predicament that will become increasingly urgent. Attacks will continue to become more prevalent and their defensive options are limited. Microsoft's work-around in Advisory <a href="http://www.microsoft.com/technet/security/advisory/2286198.mspx">KB2286198</a> has a serious impact on the usability of the system as desktop icons are all replaced by standard generic representations and navigation is hampered. The best option for XP SP2 users is to upgrade to SP3 as soon as possible, Windows 2000 users need to migrate to a new OS alltogether.
<br><br>
Primary attack vectors for the LNK vulnerability are USB sticks and shared drives, ahe attack depends on a specially crafted LNK file and a custom DLL to function. Remote attacks through e-mail or websites are theoretically possible, but require multiple steps and user  interaction. Nevertheless disabling SMB and WebDAV protocols in the outbound ruleset of internet facing firewalls is a measure that provides additional protection against the remote attack vector.   
]]></description>
            <link>http://laws.qualys.com/2010/07/microsoft-issues-out-of-band-u.html</link>
            <guid>http://laws.qualys.com/2010/07/microsoft-issues-out-of-band-u.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Microsoft</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Patch Tuesday</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Threats &amp; Worms</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Vulnerabilities</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">0-day LNK Microsoft</category>
            
            <pubDate>Fri, 30 Jul 2010 11:02:40 -0800</pubDate>
        </item>
        
        <item>
            <title>New Windows Flaw - XP SP2 Users Not Covered - Update</title>
            <description><![CDATA[<b>Update</b>
<br>
Businessweek has an <a href="http://www.businessweek.com/idg/2010-07-22/siemens-removing-scada-worm-may-harm-plants.html">article</a> about the SCADA connection of this flaw, Siemens has issued an <a href="http://support.automation.siemens.com/WW/llisapi.dll?func=cslib.csinfo&lang=en&objid=43876783&caller=view">advisory and update for the software components</a> that are being attacked by some <a href="http://www.reconstructer.org/main.html">strains of the malware</a>.
<br><br>
<b>Original</b>
<br>Just three days after July's Patch Tuesday, Microsoft issued an <a href="http://www.microsoft.com/technet/security/advisory/2286198.mspx">advisory</a> for an issue affecting all current Windows Operating Systems. The flaw is located in Windows Shell and can be used to execute arbitrary code on vulnerable systems. According to the advisory, Microsoft is aware of targeted attacks in the wild exploiting the issue. Brian Krebs <a href="http://krebsonsecurity.com/2010/07/experts-warn-of-new-windows-shortcut-flaw/">reports</a> that Russian AV company VirusBlokAda detected the attack while <a href="http://anti-virus.by/en/tempo.shtml">analyzing</a> a new malware sample.
<p><p>
The advisory lists workarounds that can be implemented by editing the registry. They change the way certain icons are visualized, so there is a visible impact on the desktop of the user. 
<p><p>
The advisory does not list Windows XP SP2, or Windows 2000 for that matter, as being affected, because Microsoft just ended support for both Operating Systems last Tuesday. However we assume the attack works against both of them and attackers will surely take advantage of this security hole. We recommend upgrading your existing Windows XP SP2 installations to SP3 as soon as possible to be able to install the security update for this issue once Microsoft publishes it. Windows 2000 users face a bigger hurdle and they need to upgrade to an entirely new Operating System.


]]></description>
            <link>http://laws.qualys.com/2010/07/new-windows-flaw---xp-sp2-user.html</link>
            <guid>http://laws.qualys.com/2010/07/new-windows-flaw---xp-sp2-user.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Microsoft</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Patch Tuesday</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Security</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">0-day microsoft windows xp sp2 2000</category>
            
            <pubDate>Sat, 17 Jul 2010 10:49:38 -0800</pubDate>
        </item>
        
        <item>
            <title>More on July&apos;s Patch Tuesday...</title>
            <description><![CDATA[<object height="340" width="560"><param name="movie" value="http://www.youtube.com/v/Fviwf2GvzjM&amp;hl=en_US&amp;fs=1" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed src="http://www.youtube.com/v/Fviwf2GvzjM&amp;hl=en_US&amp;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" height="340" width="560"></object><br /><br />
<a href="http://www.youtube.com/watch?v=Fviwf2GvzjM">http://www.youtube.com/watch?v=Fviwf2GvzjM</a>]]></description>
            <link>http://laws.qualys.com/2010/07/more-on-julys-patch-tuesday-1.html</link>
            <guid>http://laws.qualys.com/2010/07/more-on-julys-patch-tuesday-1.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Patch Tuesday</category>
            
            
            <pubDate>Tue, 13 Jul 2010 18:03:24 -0800</pubDate>
        </item>
        
        <item>
            <title>MSFT July Patch Tuesday Retires Windows XP SP2 and 2000</title>
            <description><![CDATA[Microsoft's <a href="http://www.microsoft.com/technet/security/bulletin/ms10-jul.mspx">July update</a> is a small step for security updates, but a huge leap for enterprise security. Windows 2000 and Windows XP SP2 are being retired from official support today and will not receive security updates anymore. Our own internal <a href="http://laws.qualys.com/2010/05/end-of-life-for-windows-xp-sp.html">statistics</a> indicate that approximately 50 % of Windows XP machines are still on the SP2 level and <a href="http://www.softchoice.com/about/press/article.aspx?y=2010&id=25">external surveys</a> put the number of organizations that still depend on SP2 at 77 %.

This month there are four bulletins, two for security flaws in Windows and two for Microsoft Office. We rank MS10-042 as the most urgent update: It covers Windows XP (both SP2 and SP3) and Windows 2003 and addresses the Windows Help and Support Center vulnerability published by Tavis Ormandy in a much discussed <a href="http://blogs.technet.com/b/msrc/archive/2010/06/10/windows-help-vulnerability-disclosure.aspx">full disclosure move</a>. Microsoft showed a quick turnaround time on this update. 
<p><p>
Next on our list is MS10-045 because it undermines the security model of attachments in Microsoft Outlook. Microsoft classified the vulnerability only as "important", but it allows an attacker to camouflage  malicious files as a safe file type. An example would be to pass off an executable as a simple text file. All versions of Outlook are affected, excluding the newest Outlook 2010. The second Microsoft Office update, MS10-044 is a vulnerability in a Microsoft Access ActiveX component, is ranked critical and should be treated as a priority as well.
<p><p>
Last on our list is MS10-043, a vulnerability in the CDD display driver for Windows 7 and Windows 2008R2. It is ranked critical, but there are a number of mitigating factors; it is only applicable to 64 bit versions and requires a fairly high display resolution. The priority of the update depends on your environment.
]]></description>
            <link>http://laws.qualys.com/2010/07/msft-july-patch-tuesday-retire.html</link>
            <guid>http://laws.qualys.com/2010/07/msft-july-patch-tuesday-retire.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">IE</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Microsoft</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Patch Tuesday</category>
            
            
            <pubDate>Tue, 13 Jul 2010 10:09:02 -0800</pubDate>
        </item>
        
        <item>
            <title>MSFT July Patch Tuesday Will Address 0-Days</title>
            <description><![CDATA[Microsoft's July update is small - four bulletins in total, two of them addressing security flaws in Windows and two for Microsoft Office. Both Windows bulletins have a maximum rating of critical and both address previously disclosed vulnerabilities. The first one is for Windows XP and 2003 and fixes the Windows Help and Support Center vulnerability published by Tavis Ormandy in a much discussed <a href="http://blogs.technet.com/b/msrc/archive/2010/06/10/windows-help-vulnerability-disclosure.aspx">full disclosure move</a>. Microsoft showed some impressive turnaround time on that patch.  The second bulletin fixes a problem in the AERO display driver component for Windows 7 and Windows Server 2008 R2, which was disclosed publicly earlier in <a href="http://threatpost.com/en_us/blogs/windows-7-hit-display-driver-security-hole-051810">May</a>.
<p></p><p>
The two remaining bulletins, one ranked critical and one important, are for Microsoft Office and all versions but the new Office 2010 are affected, including Office XP, Office 2003 and Office 2007.
</p><p></p><p>
July also marks the end of support for two important Microsoft Operating Systems, Windows XP SP2 and Windows 2000. Windows XP SP2 users are advised to upgrade to SP3, which will be supported throughout 2014. Windows 2000 users need to upgrade to a different version of the operating system altogether, as the entire Windows 2000 line is discontinued. <br /></p><p>References:</p><ul><li><a href="http://www.microsoft.com/technet/security/bulletin/ms10-jul.mspx">Microsoft Security Bulletin</a><br /></li><li><a href="http://www.qualys.com/research/alerts/view.php/2010-07-13">Qualys Security Alert</a><br /></li></ul>]]></description>
            <link>http://laws.qualys.com/2010/07/msft-july-patch-tuesday-will-a.html</link>
            <guid>http://laws.qualys.com/2010/07/msft-july-patch-tuesday-will-a.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">IE</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Microsoft</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Security</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">Microosoft 0-day Internet Explorer Office</category>
            
            <pubDate>Thu, 08 Jul 2010 11:28:05 -0800</pubDate>
        </item>
        
        <item>
            <title>Adobe Reader 0-day patch released - Update2</title>
            <description><![CDATA[<b>Update:</b><br><ul>
<li>The "Launch" vulnerability still seems to be attackable according to some <a href="http://blog.bkis.com/en/adobe-fix-still-allows-escape-from-pdf/">recent blogposts</a> by <a href="http://twitter.com/daveaitel/status/17489820114">security researchers</a>.
<li>Didier Stevens publishes a work-around for the new attack in this <a href="http://blog.didierstevens.com/2010/07/04/quickpost-preventing-the-launch-action-cmd-exe-bypass/">blog post</a>
</ul>

<b>Original:</b><br> 
Yesterday Adobe <a href="http://www.adobe.com/support/security/bulletins/apsb10-15.html">released</a> its quarterly security update for Adobe Reader and Adobe Acrobat. Adobe anticipated the release by 2 weeks, because some of the vulnerabilities addressed are currently being exploited in the wild. The release fixes the  <a href="http://laws.qualys.com/2010/06/adobe-flash-and-reader-0-day.html">zero-day vulnerability</a> in the embedded Flash player that Adobe ships within the Reader product and addresses 15 other vulnerabilities. 
<br><br>
The new Adobe Reader also improves the treatment for the high profile <a href="http://blog.didierstevens.com/2010/06/29/quickpost-no-escape-from-pdf">"Launch" vulnerability</a> and introduces changes and default settings that neuter that attack.
<br><br>
All Adobe users should update immediately because exploits for the vulnerability have been reported by many industry sources. 
<br><br>

References:
<ul>
<li><a href="http://blogs.adobe.com/psirt/">Adobe PSIRT blog</a> entry 
<li><a href="http://blog.didierstevens.com/2010/06/29/quickpost-no-escape-from-pdf/">Didier Stevens blog</a> with screen shots of the launch vulnerability
</ul>]]></description>
            <link>http://laws.qualys.com/2010/06/adobe-reader-0-day-patched-rel.html</link>
            <guid>http://laws.qualys.com/2010/06/adobe-reader-0-day-patched-rel.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Adobe</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">adobe 0-day launch pdf</category>
            
            <pubDate>Wed, 30 Jun 2010 13:34:14 -0800</pubDate>
        </item>
        
    </channel>
</rss>
