<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>The Laws of Vulnerabilities</title>
    <link rel="alternate" type="text/html" href="http://laws.qualys.com/" />
    <link rel="self" type="application/atom+xml" href="http://laws.qualys.com/atom.xml" />
    <id>tag:laws.qualys.com,2008-02-21://4</id>
    <updated>2010-09-01T19:06:26Z</updated>
    <subtitle>The Laws of Vulnerabilities</subtitle>
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type Commercial 4.23-en</generator>

<entry>
    <title> Keeping up with DLL hijacking</title>
    <link rel="alternate" type="text/html" href="http://laws.qualys.com/2010/08/dll-hijacking-revisited-1.html" />
    <id>tag:laws.qualys.com,2010://4.323</id>

    <published>2010-08-31T19:03:59Z</published>
    <updated>2010-09-01T19:06:26Z</updated>

    <summary></summary>
    <author>
        <name>Wolfgang Kandek</name>
        <uri>http://www.qualys.com/</uri>
    </author>
    
        <category term="Microsoft" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Security" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="dllhijacking" label="DLL Hijacking" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://laws.qualys.com/">
        <![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>


]]>
        
    </content>
</entry>

<entry>
    <title>Microsoft provides advisory for DLL hijacking exploits</title>
    <link rel="alternate" type="text/html" href="http://laws.qualys.com/2010/08/microsoft-provides-advisory-fo.html" />
    <id>tag:laws.qualys.com,2010://4.319</id>

    <published>2010-08-23T20:30:12Z</published>
    <updated>2010-08-23T22:33:47Z</updated>

    <summary></summary>
    <author>
        <name>Wolfgang Kandek</name>
        <uri>http://www.qualys.com/</uri>
    </author>
    
        <category term="Security" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="dllhijackingwindowsbinaryplantingwebdavkb2269637" label="DLL hijacking Windows binary planting WebDAV KB2269637" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://laws.qualys.com/">
        <![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>]]>
        
    </content>
</entry>

<entry>
    <title>Adobe Patches Reader/Acrobat on Windows, Mac and Unix</title>
    <link rel="alternate" type="text/html" href="http://laws.qualys.com/2010/08/adobe-patches-reader-and-acrob.html" />
    <id>tag:laws.qualys.com,2010://4.317</id>

    <published>2010-08-19T23:32:02Z</published>
    <updated>2010-08-20T00:18:14Z</updated>

    <summary></summary>
    <author>
        <name>Wolfgang Kandek</name>
        <uri>http://www.qualys.com/</uri>
    </author>
    
        <category term="Adobe" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="0dayreaderacrobatadobepatch" label="0-day reader acrobat adobe patch" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://laws.qualys.com/">
        <![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>.
]]>
        
    </content>
</entry>

<entry>
    <title>More on August&apos;s Patch Tuesday...</title>
    <link rel="alternate" type="text/html" href="http://laws.qualys.com/2010/08/more-on-augusts-patch-tuesday.html" />
    <id>tag:laws.qualys.com,2010://4.316</id>

    <published>2010-08-11T00:20:36Z</published>
    <updated>2010-08-11T20:02:31Z</updated>

    <summary></summary>
    <author>
        <name>Qualys, Inc.</name>
        <uri>http://www.qualys.com</uri>
    </author>
    
        <category term="Patch Tuesday" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Security" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://laws.qualys.com/">
        <![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>

]]>
        
    </content>
</entry>

<entry>
    <title>Patch Tuesday Bottomline - August 2010</title>
    <link rel="alternate" type="text/html" href="http://laws.qualys.com/2010/08/patch-tuesday-bottomline---aug-1.html" />
    <id>tag:laws.qualys.com,2010://4.315</id>

    <published>2010-08-10T17:24:13Z</published>
    <updated>2010-08-11T05:49:57Z</updated>

    <summary></summary>
    <author>
        <name>Wolfgang Kandek</name>
        <uri>http://www.qualys.com/</uri>
    </author>
    
        <category term="Adobe" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="IE" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Patch Tuesday" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Security" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Vulnerabilities" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="microsoftadobe0dayfalshreader" label="Microsoft Adobe 0-day Falsh Reader" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://laws.qualys.com/">
        <![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 />
]]>
        
    </content>
</entry>

<entry>
    <title>Adobe Prenotification for August 2010</title>
    <link rel="alternate" type="text/html" href="http://laws.qualys.com/2010/08/adobe-preview-for-august-2010.html" />
    <id>tag:laws.qualys.com,2010://4.313</id>

    <published>2010-08-05T18:51:49Z</published>
    <updated>2010-08-05T19:07:06Z</updated>

    <summary></summary>
    <author>
        <name>Wolfgang Kandek</name>
        <uri>http://www.qualys.com/</uri>
    </author>
    
        <category term="Adobe" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Patch Tuesday" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Security" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="0dayblackhatfuzzingadobereader" label="0-day blackhat fuzzing adobe reader" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://laws.qualys.com/">
        <![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.
]]>
        
    </content>
</entry>

<entry>
    <title>Patch Tuesday - Preview for August 2010</title>
    <link rel="alternate" type="text/html" href="http://laws.qualys.com/2010/08/patch-tuesday---preview-for-au.html" />
    <id>tag:laws.qualys.com,2010://4.312</id>

    <published>2010-08-05T18:13:12Z</published>
    <updated>2010-08-05T18:37:24Z</updated>

    <summary></summary>
    <author>
        <name>Wolfgang Kandek</name>
        <uri>http://www.qualys.com/</uri>
    </author>
    
        <category term="IE" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Microsoft" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Patch Tuesday" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Security" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="microsoftsilverlightofficeinternetexplorerxpsp2" label="Microsoft Silverlight Office Internet Explorer XP SP2" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://laws.qualys.com/">
        <![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.]]>
        
    </content>
</entry>

<entry>
    <title>MS10-046 fixes 0-day LNK vulnerability out of band</title>
    <link rel="alternate" type="text/html" href="http://laws.qualys.com/2010/08/ms10-046-fixes-0-day-lnk-vulne.html" />
    <id>tag:laws.qualys.com,2010://4.310</id>

    <published>2010-08-02T18:59:08Z</published>
    <updated>2010-08-02T19:15:02Z</updated>

    <summary></summary>
    <author>
        <name>Wolfgang Kandek</name>
        <uri>http://www.qualys.com/</uri>
    </author>
    
        <category term="Microsoft" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Patch Tuesday" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Security" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Vulnerabilities" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="0daylnkoutofband" label="0-day LNK out of band" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://laws.qualys.com/">
        <![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

]]>
        
    </content>
</entry>

<entry>
    <title>Microsoft issues out of band update for LNK</title>
    <link rel="alternate" type="text/html" href="http://laws.qualys.com/2010/07/microsoft-issues-out-of-band-u.html" />
    <id>tag:laws.qualys.com,2010://4.309</id>

    <published>2010-07-30T18:02:40Z</published>
    <updated>2010-07-31T06:17:16Z</updated>

    <summary></summary>
    <author>
        <name>Wolfgang Kandek</name>
        <uri>http://www.qualys.com/</uri>
    </author>
    
        <category term="Microsoft" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Patch Tuesday" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Threats &amp; Worms" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Vulnerabilities" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="0daylnkmicrosoft" label="0-day LNK Microsoft" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://laws.qualys.com/">
        <![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.   
]]>
        
    </content>
</entry>

<entry>
    <title>New Windows Flaw - XP SP2 Users Not Covered - Update</title>
    <link rel="alternate" type="text/html" href="http://laws.qualys.com/2010/07/new-windows-flaw---xp-sp2-user.html" />
    <id>tag:laws.qualys.com,2010://4.302</id>

    <published>2010-07-17T17:49:38Z</published>
    <updated>2010-07-24T20:11:10Z</updated>

    <summary></summary>
    <author>
        <name>Wolfgang Kandek</name>
        <uri>http://www.qualys.com/</uri>
    </author>
    
        <category term="Microsoft" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Patch Tuesday" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Security" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="0daymicrosoftwindowsxpsp22000" label="0-day microsoft windows xp sp2 2000" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://laws.qualys.com/">
        <![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.


]]>
        
    </content>
</entry>

<entry>
    <title>More on July&apos;s Patch Tuesday...</title>
    <link rel="alternate" type="text/html" href="http://laws.qualys.com/2010/07/more-on-julys-patch-tuesday-1.html" />
    <id>tag:laws.qualys.com,2010://4.301</id>

    <published>2010-07-14T01:03:24Z</published>
    <updated>2010-07-14T01:07:47Z</updated>

    <summary></summary>
    <author>
        <name>Qualys, Inc.</name>
        <uri>http://www.qualys.com</uri>
    </author>
    
        <category term="Patch Tuesday" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://laws.qualys.com/">
        <![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>]]>
        
    </content>
</entry>

<entry>
    <title>MSFT July Patch Tuesday Retires Windows XP SP2 and 2000</title>
    <link rel="alternate" type="text/html" href="http://laws.qualys.com/2010/07/msft-july-patch-tuesday-retire.html" />
    <id>tag:laws.qualys.com,2010://4.300</id>

    <published>2010-07-13T17:09:02Z</published>
    <updated>2010-07-15T15:19:43Z</updated>

    <summary></summary>
    <author>
        <name>Wolfgang Kandek</name>
        <uri>http://www.qualys.com/</uri>
    </author>
    
        <category term="IE" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Microsoft" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Patch Tuesday" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://laws.qualys.com/">
        <![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.
]]>
        
    </content>
</entry>

<entry>
    <title>MSFT July Patch Tuesday Will Address 0-Days</title>
    <link rel="alternate" type="text/html" href="http://laws.qualys.com/2010/07/msft-july-patch-tuesday-will-a.html" />
    <id>tag:laws.qualys.com,2010://4.298</id>

    <published>2010-07-08T18:28:05Z</published>
    <updated>2010-07-17T22:50:44Z</updated>

    <summary></summary>
    <author>
        <name>Wolfgang Kandek</name>
        <uri>http://www.qualys.com/</uri>
    </author>
    
        <category term="IE" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Microsoft" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Security" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="microosoft0dayinternetexploreroffice" label="Microosoft 0-day Internet Explorer Office" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://laws.qualys.com/">
        <![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>]]>
        
    </content>
</entry>

<entry>
    <title>Adobe Reader 0-day patch released - Update2</title>
    <link rel="alternate" type="text/html" href="http://laws.qualys.com/2010/06/adobe-reader-0-day-patched-rel.html" />
    <id>tag:laws.qualys.com,2010://4.297</id>

    <published>2010-06-30T20:34:14Z</published>
    <updated>2010-07-06T19:41:41Z</updated>

    <summary></summary>
    <author>
        <name>Wolfgang Kandek</name>
        <uri>http://www.qualys.com/</uri>
    </author>
    
        <category term="Adobe" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="adobe0daylaunchpdf" label="adobe 0-day launch pdf" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://laws.qualys.com/">
        <![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>]]>
        
    </content>
</entry>

<entry>
    <title>New 0-day for Windows XP/2003 - Update2</title>
    <link rel="alternate" type="text/html" href="http://laws.qualys.com/2010/06/new-0-day-for-windows-xp2003--.html" />
    <id>tag:laws.qualys.com,2010://4.293</id>

    <published>2010-06-15T23:18:25Z</published>
    <updated>2010-06-15T23:30:56Z</updated>

    <summary></summary>
    <author>
        <name>Wolfgang Kandek</name>
        <uri>http://www.qualys.com/</uri>
    </author>
    
        <category term="IE" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Microsoft" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Security" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="tavisormandy0day" label="Tavis Ormandy 0-day" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://laws.qualys.com/">
        <![CDATA[<b>Update:</b>
<ul>
<li>Microsoft <a href="http://www.microsoft.com/technet/security/advisory/2219475.mspx">warns of</a> limited, targeted exploits in the wild.</b>
<li><a href="http://twitter.com/wkandek/status/16243515566">Windows 2003 Server</a> not affected
<li><a href="http://secunia.com/blog/103/">Secunia dissects</a> the Hotfix (not the workaround)
</ul>
<b>Original:</b>
<p>
Earlier today Tavis Ormandy <a href="http://lock.cmpxchg8b.com/b10a58b75029f79b5f93f4add3ddf992/ADVISORY">released</a> an
advisory disclosing a new vulnerability in Windows XP and Windows 2003.
The vulnerability is in the Windows Help and Support Center component and is accessed through the protocol handler "hcp://".
It can be triggered through all major browsers, but as Tavis points out it is easier to exploit under IE7. Tavis provides sample exploit code for both IE8 and IE7 in the advsiory.
<br /><br />
As a work-around for the vulnerability, it is possible to de-register the HCP protocol on the target machine:
</p><ol>
<li>From the Start Menu, select Run
</li><li>Type regedit then click OK (The registry editor program launches)
</li><li>Expand HKEY_CLASSES_ROOT and highlight the HCP key
</li><li>Right mouse click on the HCP key, and select Delete
</li></ol>
This workaround will disable all local, even legitimate help links that use hcp://. For example links in the Control Panel may no longer function. For more details on the workaround consult <a href="http://www.microsoft.com/technet/security/bulletin/ms03-044.mspx">MS03-044</a>, which lists the above instructions for an older vulnerability in the Help system.
<br /><br />
Tavis' decision to use full disclosure for this vulnerability will certainly revive the discussions around full vs. responsible disclosure. Tavis provides some comments regarding that discussion and includes references to <a href="http://www.schneier.com/essay-146.html">articles</a> by Bruce Schneier exploring the matter.
<br /><br />
We are working on testing the exploit and will update this post when new developments occur.
<br><br>
Updates:
<ul>
<li><a href="http://blogs.technet.com/b/msrc/archive/2010/06/10/windows-help-vulnerability-disclosure.aspx">MIcrosoft MSRC comment on disclosure</a>
<li><a href="http://www.microsoft.com/technet/security/advisory/2219475.mspx">Microsoft Advisory KB2219475</a> 
]]>
        
    </content>
</entry>

</feed>
