<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Recognize-Security &#187; Vulnerabilities</title>
	<atom:link href="http://www.rec-sec.com/category/vulnerabilities/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rec-sec.com</link>
	<description>a non-profit information security web site authored by Moshe Ben Abu (Trancer), focusing on vulnerability research, exploit development (mainly for the Metasploit Framework), web application security, information security and hacking news from around the world.</description>
	<lastBuildDate>Tue, 22 Mar 2011 00:09:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
<cloud domain='www.rec-sec.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com" />
	<atom:link rel="hub" href="http://superfeedr.com/hubbub" />
			<item>
		<title>Microsoft Windows Live Safety Scanner (OneCare) Download and Execute Exploit</title>
		<link>http://www.rec-sec.com/2010/09/21/windows-live-onecare-local-exploit/</link>
		<comments>http://www.rec-sec.com/2010/09/21/windows-live-onecare-local-exploit/#comments</comments>
		<pubDate>Tue, 21 Sep 2010 18:40:50 +0000</pubDate>
		<dc:creator>Trancer</dc:creator>
				<category><![CDATA[Exploits]]></category>
		<category><![CDATA[Vulnerabilities]]></category>

		<guid isPermaLink="false">http://www.rec-sec.com/?p=1084</guid>
		<description><![CDATA[Here&#8217;s a vulnerability I&#8217;ve found in Microsoft Windows Live Safety Scanner (OneCare). I&#8217;m going full-disclosure with this vulnerability and I haven&#8217;t reported it to Microsoft because in my opinion, this vulnerability isn&#8217;t critical. Now let&#8217;s move on to the details. Description: A vulnerability has been found in Microsoft Windows Live Safety Center (OneCare) which allows [...]]]></description>
			<content:encoded><![CDATA[<p><img alt="Microsoft OneCare" width="64" height="64" class="left" src="http://www.rec-sec.com/images/onecare.png" />Here&#8217;s a vulnerability I&#8217;ve found in <a href="http://onecare.live.com/site/en-us/default.htm" title="Windows Live OneCare safety scanner: Free online tool for PC health and safety">Microsoft Windows Live Safety Scanner (OneCare)</a>. I&#8217;m going full-disclosure with this vulnerability and I haven&#8217;t reported it to Microsoft because in my opinion, this vulnerability isn&#8217;t critical. Now let&#8217;s move on to the details.</p>
<p>Description:<br />
A vulnerability has been found in Microsoft Windows Live Safety Center (OneCare) which allows an attacker to download and execute files (executables) to a victim machine.<br />
User interaction is required to exploit this vulnerability. A user must open a local HTML file which initializes the Windows Live Safety Center ActiveX control (wlscCore.dll) and abuse the OneCareInstall() property to download and execute a file.<br />
This vulnerability can only be exploited locally due to the <a href="http://msdn.microsoft.com/en-us/library/aa751977(VS.85).aspx" title="MSDN - Safe Initialization and Scripting for ActiveX Controls"><em>safe for initialization</em> and <em>safe for scripting</em></a> settings of the vulnerable ActiveX control, which are both set to <em>False</em>. This means exploitation is possible only from Local Machine Zone.<br />
This vulnerability can be useful in various scenarios. For example, in a scenario when attacking a user via email, in the presence of an anti-virus system on the mail server which drops malicious content (such as executables), this exploit can come handy. </p>
<p>wlscCore.dll ActiveX details:<br />
File: C:\Program Files\Windows Live Safety Center\wlscCore.dll<br />
GUID:	 55265A35-B335-44FE-BFB4-854E3461004D<br />
Version: 1.12.6087.1<br />
Safe for Script: False<br />
Safe for Init: False<br />
KillBitSet: False</p>
<p>Exploit successfully tested on the following platforms:<br />
 &#8211; Internet Explorer 6, Windows XP SP2<br />
 &#8211; Internet Explorer 7, Windows XP SP3<br />
 &#8211; Internet Explorer 8, Windows XP SP3</p>
<p>Credit:<br />
Trancer of Recognize-Security (www.rec-sec.com)</p>
<p>Exploit &#8211; <a href="http://www.rec-sec.com/exploits/onecare_exploit.html" title="Recognize-Security | Microsoft Windows Live Safety Scanner (OneCare) Local Download and Execute Exploit">onecare_exploit.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rec-sec.com/2010/09/21/windows-live-onecare-local-exploit/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Microsoft IIS 5.0/6.0 FTP Remote Stack-based Buffer Overflow</title>
		<link>http://www.rec-sec.com/2009/08/31/microsoft-iis-5-ftp-buffer-overflow/</link>
		<comments>http://www.rec-sec.com/2009/08/31/microsoft-iis-5-ftp-buffer-overflow/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 21:26:45 +0000</pubDate>
		<dc:creator>Trancer</dc:creator>
				<category><![CDATA[Vulnerabilities]]></category>

		<guid isPermaLink="false">http://www.rec-sec.com/?p=746</guid>
		<description><![CDATA[Kingcope have done it again, fully disclosing a serious 0day vulnerability in a high profile Microsoft product &#8211; A remotely exploitable stack-based buffer overflow vulnerability in Microsoft IIS FTP server. Vulnerable versions are Microsoft IIS 5.0 (Windows 2000) and IIS 6.0 (Windows 2003) but due to stack cookie protection (/GS), on IIS 6.0 this vulnerability [...]]]></description>
			<content:encoded><![CDATA[<p><img alt="Microsoft Corporation" width="222" height="59" class="left" src="http://www.rec-sec.com/images/microsoft.png" />Kingcope have done it again, fully disclosing a serious 0day vulnerability in a high profile Microsoft product &#8211; A remotely exploitable stack-based buffer overflow vulnerability in Microsoft <abbr title="Internet Information Services">IIS</abbr> <abbr title="File Transfer Protocol">FTP</abbr> server.<br />
Vulnerable versions are Microsoft <abbr title="Internet Information Services">IIS</abbr> 5.0 (Windows 2000) and <abbr title="Internet Information Services">IIS</abbr> 6.0 (Windows 2003) but due to stack cookie protection (<a href="http://msdn.microsoft.com/en-us/library/8dbf701c.aspx" title="/GS (Buffer Security Check) (C++)">/GS</a>), on <abbr title="Internet Information Services">IIS</abbr> 6.0 this vulnerability is unexploitable for code execution, only for denial-of-service.<br />
The original advisory by Kingcope can be found on <a href="http://seclists.org/fulldisclosure/2009/Aug/att-0443/isowarez_pdf" title="Microsoft Internet Information Server 5.0/6.0 FTP Server Remote Stack Based Overrun">Full-Disclosure</a> and the exploit can also be found on <a href="http://www.milw0rm.com/exploits/9541" title="Microsoft IIS 5.0/6.0 FTP Server Remote Stack Overflow Exploit (win2k) by kcope" class="broken_link">milw0rm</a> and <a href="http://www.exploit-db.com/exploits/9541/" title="Microsoft IIS 5.0/6.0 FTP Server Remote Stack Overflow Exploit (win2k) by kcope">exploit-database #9541</a>.</p>
<p>Mati Aharoni (muts) posted on the BackTrack blog a better version of the exploit. His exploit use the password value to store the payload which allows to store a larger payload &#8211; <a href="http://www.offensive-security.com/blog/vulndev/microsoft-iis-ftp-5-0-remote-system-exploit/" title="BackTrack Information Security Distribution &raquo; Microsoft IIS FTP  5.0 Remote SYSTEM Exploit">Microsoft <abbr title="Internet Information Services">IIS</abbr> <abbr title="File Transfer Protocol">FTP</abbr> 5.0 Remote SYSTEM Exploit</a>.</p>
<p>Also, Xavier Mertens posted an Nmap script to scan potentially vulnerable hosts. The script check if the remote host runs Microsoft ftpd, check if anonymous login are allowed and if the MKDIR command is enabled (all the parameters needed for exploitation) &#8211; <a href="http://blog.rootshell.be/2009/09/01/detecting-vulnerable-iis-ftp-hosts-using-nmap/" title="/dev/random &raquo; Detecting Vulnerable IIS-FTP Hosts Using Nmap">Detecting Vulnerable <abbr title="Internet Information Services">IIS</abbr>-<abbr title="File Transfer Protocol">FTP</abbr> Hosts Using Nmap</a>.</p>
<p>I&#8217;ll keep this post up to date with interesting resources and further details about this vulnerability.</p>
<p><strong>Updates:</strong></p>
<p><strong>&gt;&gt;</strong> HD Moore added a coverage for this vulnerability the Metasploit <abbr title="Subversion">SVN</abbr> tree &#8211; <a href="http://www.metasploit.com/modules/exploit/windows/ftp/microsoft_ftpd_nlst" title="Metasploit Penetration Testing Framework - Module Browser - Microsoft IIS FTP Server NLST Response Overflow">microsoft_ftpd_nlst.rb</a>.</p>
<p><strong>&gt;&gt;</strong> Kingcope also posted a Denial-of-Service (Stack Exhaustion) exploit which affects <abbr title="Internet Information Services">IIS</abbr> 5.0, 5.1 and 6.0 <abbr title="File Transfer Protocol">FTP</abbr> server on <a href="http://www.milw0rm.com/exploits/9587" title="Microsoft IIS 5.0/6.0 FTP Server (Stack Exhaustion) Denial of Service" class="broken_link">milw0rm</a> and <a href="http://www.exploit-db.com/exploits/9587/" title="Microsoft IIS 5.0/6.0 FTP Server (Stack Exhaustion) Denial of Service">exploit-database #9587</a>.</p>
<p><strong>&gt;&gt;</strong> Thierry Zoller wrote an overview of the vulnerability on G-SEC blog &#8211; <a href="http://blog.g-sec.lu/2009/09/iis-5-iis-6-ftp-vulnerability.html" title="G-SEC - Blog: IIS 5 &#038; IIS 6 FTP vulnerability - information and tools (updated)"><abbr title="Internet Information Services">IIS</abbr> 5 &#038; <abbr title="Internet Information Services">IIS</abbr> 6 <abbr title="File Transfer Protocol">FTP</abbr> vulnerability &#8211; information and tools</a>.</p>
<p><strong>&gt;&gt;</strong> Microsoft issued a <a href="http://www.microsoft.com/technet/security/advisory/975191.mspx">security advisory (975191)</a> for this vulnerability and posted an informative post on the <abbr title="Security Research &#038; Defense">SRD</abbr> blog &#8211; <a href="http://blogs.technet.com/srd/archive/2009/09/01/new-vulnerability-in-iis5-and-iis6.aspx" title="Security Research &#038; Defense : New vulnerability in IIS5 and IIS6">New vulnerability in <abbr title="Internet Information Services">IIS</abbr>5 and <abbr title="Internet Information Services">IIS</abbr>6</a>.</p>
<p><strong>&gt;&gt;</strong> Microsoft patched this vulnerability &#8211; <a href="http://www.microsoft.com/technet/security/bulletin/MS09-053.mspx" title="Microsoft Security Bulletin MS09-053 - Important: Vulnerabilities in FTP Service for Internet Information Services Could Allow Remote Code Execution (975254)">MS09-053</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rec-sec.com/2009/08/31/microsoft-iis-5-ftp-buffer-overflow/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Microsoft IIS WebDAV Remote Authentication Bypass</title>
		<link>http://www.rec-sec.com/2009/05/21/iis-webdav-auth-bypass/</link>
		<comments>http://www.rec-sec.com/2009/05/21/iis-webdav-auth-bypass/#comments</comments>
		<pubDate>Wed, 20 May 2009 23:36:51 +0000</pubDate>
		<dc:creator>Trancer</dc:creator>
				<category><![CDATA[Vulnerabilities]]></category>

		<guid isPermaLink="false">http://www.rec-sec.com/?p=531</guid>
		<description><![CDATA[Now this is a classy, few days ago Kingcope (Nicolaos Rangos) disclosed a remote authentication bypass vulnerability in Microsoft IIS 6 WebDAV service. In the advisory Kingcope details some of this vulnerability attack vectors, such as reading files within password protected folders and directory listing password protected WebDAV folders. It is also possible to upload [...]]]></description>
			<content:encoded><![CDATA[<p><img alt="Microsoft Corporation" width="222" height="59" class="left" src="http://www.rec-sec.com/images/microsoft.png" />Now this is a classy, few days ago Kingcope (Nicolaos Rangos) disclosed a remote authentication bypass vulnerability in Microsoft <abbr title="Internet Information Services">IIS</abbr> 6 <abbr title="Web-based Distributed Authoring and Versioning">WebDAV</abbr> service. In the <a href="http://seclists.org/fulldisclosure/2009/May/att-0134/IIS_Advisory_pdf" title="Microsoft IIS 6.0 WebDAV Remote Authentication Bypass">advisory</a> Kingcope details some of this vulnerability attack vectors, such as reading files within password protected folders and directory listing password protected WebDAV folders. It is also possible to upload files to a WebDAV protected folders in some server configurations. This vulnerability is possible because WebDAV fails to properly handle Unicode character &#8216;/&#8217; (%c0%af).</p>
<p>This reminds me of the good old <a href="http://www.sans.org/reading_room/whitepapers/threats/unicode_vulnerability_how_why_458" title="SANS - Unicode Vulnerability - How &#038; Why?">Microsoft IIS 4/5 Unicode vulnerability</a>, which was used to <a href="http://www.thehackademy.net/madchat/reseau/win.nt.seku/iishack.pdf" title="Microsoft IIS Unicode Exploit">mass-own</a> the Internet back in <a href="http://www.microsoft.com/technet/security/bulletin/MS00-057.mspx" title="Microsoft Security Bulletin MS00-057 - Patch Available for 'File Permission Canonicalization' Vulnerability">2000</a>-<a href="http://www.microsoft.com/technet/security/bulletin/MS01-026.mspx" title="Microsoft Security Bulletin MS01-026 - Superfluous Decoding Operation Could Allow Command Execution via IIS">2001</a>, what a fun vulnerability it was ^_^.</p>
<p>Microsoft have released a <a href="http://www.microsoft.com/technet/security/advisory/971492.mspx" title="Microsoft Security Advisory (971492): Vulnerability in Internet Information Services Could Allow Elevation of Privilege">security advisory (971492)</a> and the <abbr title="Security Research &#038; Defense">SRD</abbr> team published two posts clearing a lot of this vulnerability details:<br />
<a href="http://blogs.technet.com/srd/archive/2009/05/18/more-information-about-the-iis-authentication-bypass.aspx" title="Security Research &#038; Defense : More information about the IIS authentication bypass">More information about the IIS authentication bypass</a>.<br />
<a href="http://blogs.technet.com/srd/archive/2009/05/20/answers-to-the-iis-webdav-authentication-bypass-questions.aspx" title="Security Research &#038; Defense : Answers to the IIS WebDAV authentication bypass questions">Answers to the IIS WebDAV authentication bypass questions</a>.</p>
<p>Here&#8217;s a summary of the details so far:</p>
<ul>
<li>Microsoft IIS 5.0 (Windows Server 2000), IIS 5.1 (Windows XP) and IIS 6.0 (Windows Server 2003) are vulnerable.</li>
<li>Microsoft IIS 7.0 (Windows Server 2008) is safe.</li>
<li>To exploit this vulnerability, WebDAV service must be enabled.</li>
<li>WebDAV is disabled by default in IIS 6.0.</li>
<li>To exploit this vulnerability, IIS server must use IIS permissions to restrict a subfolder of content to authenticated users.</li>
<li>IIS server that doesn&#8217;t use IIS permissions to restrict content to authenticated users is safe.</li>
<li>To exploit this vulnerability, file system access must be granted for the restricted content to the IUSR_[MachineName] account.</li>
<li>IIS server that does not grant filesystem access to the IUSR_[MachineName] account is safe.</li>
<li>A parent folder of the private subfolder must allow anonymous access.</li>
<li>The vulnerability effects websites implementing basic, digest, or integrated windows authentication (NTLM).</li>
<li>IIS server that hosts web applications using only forms-based authentication is safe.</li>
<li>If the IUSR_[MachineName] account has write access to WebDAV folders, it is possible to upload content to the web server.</li>
<li>Microsoft SharePoint Server is safe.</li>
<li>Microsoft Outlook Web Access (OWA) Server is safe.</li>
</ul>
<p><strong>Exploiting the WebDAV remote authentication bypass vulnerability</strong></p>
<p><em>Authentication bypass of password protected folders:</em><br />
<code>http://www.vulnerable.com/webdav%c0%af/sensitive.zip</code></p>
<p><em>Directory listing of password protected folders:</em><br />
<code>PROPFIND /web%c0%afdav/ HTTP/1.1<br />
Host: www.vulnerable.com<br />
Connection: TE<br />
TE: trailers<br />
Depth: 1<br />
Content-Length: 288<br />
Content-Type: application/xml</code></p>
<p><code>&lt;?xml version="1.0" encoding="utf-8"?&gt;<br />
&lt;propfind xmlns="DAV:"&gt;&lt;prop&gt;<br />
&lt;getcontentlength xmlns="DAV:"/&gt;<br />
&lt;getlastmodified xmlns="DAV:"/&gt;<br />
&lt;executable xmlns="http://apache.org/dav/props/"/&gt;<br />
&lt;resourcetype xmlns="DAV:"/&gt;<br />
&lt;checked-in xmlns="DAV:"/&gt;<br />
&lt;checked-out xmlns="DAV:"/&gt;<br />
&lt;/prop&gt;&lt;/propfind&gt;</code></p>
<p><em>Writing files to password protected folders:</em><br />
<code>PUT /web%c0%afdav/foo.html HTTP/1.1<br />
Host: www.vulnerable.com<br />
Translate: f<br />
Content-Length: 15<br />
Content-Type: text/html</code></p>
<p><code>&lt;h1&gt;w00t!!&lt;/h1&gt;</code></p>
<p><strong>Testing tools</strong></p>
<ul>
<li>Metasploit added <a href="http://www.metasploit.com/modules/auxiliary/scanner/http/ms09_020_webdav_unicode_bypass" title="The Metasploit Framework - Module Browser - MS09-020 IIS6 WebDAV Unicode Auth Bypass">ms09_020_webdav_unicode_bypass.rb</a> to detect vulnerable IIS6 WebDAV Unicode bypass folders.</li>
<li><a href="http://www.skullsecurity.org/blog/?p=271" title="SkullSecurity  &raquo; Blog Archive   &raquo; WebDAV Scanning with Nmap">Ron wrote a script</a> for Nmap to detect vulnerable IIS6 WebDAV servers &#8211; <a href="http://nmap.org/nsedoc/scripts/http-iis-webdav-vuln.html" title="http-iis-webdav-vuln.nse NSE Script">script http-iis-webdav-vuln.nse</a>.</li>
</ul>
<p><strong>Further information</strong></p>
<ul>
<li>Thierry Zoller wrote a great post covering most of the vulnerability details, updating in real time &#8211; <a href="http://blog.zoller.lu/2009/05/iis-6-webdac-auth-bypass-and-data.html" title="Secdev - Thierry Zoller: IIS 6 / IIS 5 / IIS 5.1+ Webdav auth bypass">Secdev &#8211; IIS 6 / IIS 5 / IIS 5.1+ Webdav auth bypass</a>.</li>
<li>Great writeup by Ron Bowes and Andrew Orr from SkullSecurity &#8211; <a href="http://www.skullsecurity.org/blog/?p=285" title="SkullSecurity  &raquo; Blog Archive   &raquo; WebDAV Detection, Vulnerability Checking and Exploitation">WebDAV Detection, Vulnerability Checking and Exploitation</a>.</li>
<li>A video by Kingcope demonstrating the vulnerability on milw0rm &#8211; <a href="http://www.milw0rm.com/video/watch.php?id=103" title="milw0rm - kcope - IIS WebDAV Vulnerability in Action" class="broken_link">IIS WebDAV Vulnerability in Action</a>.</li>
<li>SecurityFocus advisory &#8211; <a href="http://www.securityfocus.com/bid/34993" title="Microsoft IIS Unicode Requests to WebDAV Multiple Authentication Bypass Vulnerabilities"><abbr title="Bugtraq ID">BID</abbr> 34993</a>.</li>
<li>US-CERT Vulnerability Note VU#787932 &#8211; <a href="http://www.kb.cert.org/vuls/id/787932" title="US-CERT Vulnerability Note VU#787932 - Microsoft IIS WebDAV Remote Authentication Bypass">VU#787932</a>.</li>
</ul>
<p>That&#8217;s it for now, great find by kcope indeed.</p>
<p><strong>Updates:</strong></p>
<p><strong>&gt;&gt;</strong> Check out this blog post by Todd Manning of BreakingPoint Labs &#8211; <a href="http://www.breakingpointsystems.com/community/blog/slash-and-burn-the-iis-6-0-webdav-bug" title="'Slash' and Burn - The IIS 6.0 WebDAV Bug - BreakingPoint">&#8216;Slash&#8217; and Burn &#8211; The IIS 6.0 WebDAV Bug</a> &#8211; Gives interesting information about this vulnerability and <abbr title="Intrusion Detection System">IDS</abbr>/<abbr title="Intrusion Prevention System">IPS</abbr> signature evasion techniques.<br />
In addition, <abbr title="Efrain Torres">ET</abbr> added an HTTP WebDAV Scanner to Metasploit &#8211; <a href="http://www.metasploit.com/modules/auxiliary/scanner/http/wmap_dir_webdav_unicode_bypass" title="The Metasploit Framework - Module Browser - MS09-020 IIS6 WebDAV Unicode Auth Bypass Directory Scanner">wmap_dir_webdav_unicode_bypass.rb</a>.<br />
From <abbr title="SysAdmin, Audit, Network, Security">SANS</abbr> <abbr title="Internet Storm Center">ISC</abbr> Diary &#8211; <a href="http://isc.sans.org/diary.html?storyid=6436" title="IIS admins, help finding WebDAV remotely using nmap"><abbr title="Internet Information Services">IIS</abbr> admins, help finding WebDAV remotely using nmap</a>.</p>
<p><strong>&gt;&gt;</strong> From <a href="http://blog.zoller.lu/2009/05/iis-6-webdav-unicode-bug-that-wont-die.html" title="Secdev - Thierry Zoller: IIS 5 / IIS 5.1 / IIS 6 Webdav unicode - the bug that won't die ?">Thierry Zoller</a> &#8211; the <abbr title="Internet Information Services">IIS</abbr> <abbr title="Web-based Distributed Authoring and Versioning">WebDAV</abbr> Unicode vulnerability also allows to bypass IP address and domain name restrictions configurations. This keeps getting better and better&#8230; :-)</p>
<p><strong>&gt;&gt;</strong> WebDAV unicode vulnerability overview by Steve Friedl &#8211; <a href="http://unixwiz.net/techtips/ms971492-webdav-vuln.html" title="Understanding Microsoft's KB971492 IIS5/IIS6 WebDAV Vulnerability">Understanding Microsoft&#8217;s KB971492 IIS5/IIS6 WebDAV Vulnerability</a>.</p>
<p><strong>&gt;&gt;</strong> Microsoft patch IIS WebDAV Unicode authentication bypass vulnerability &#8211; <a href="http://www.microsoft.com/technet/security/bulletin/ms09-020.mspx" title="Microsoft Security Bulletin MS09-020 - Important: Vulnerabilities in Internet Information Services (IIS) Could Allow Elevation of Privilege (970483)">MS09-020</a>.<br />
It&#8217;s about time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rec-sec.com/2009/05/21/iis-webdav-auth-bypass/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>DLL-load Hijacking Vulnerability and MS09-014/MS09-015</title>
		<link>http://www.rec-sec.com/2009/05/12/dll-hijacking-vulnerability/</link>
		<comments>http://www.rec-sec.com/2009/05/12/dll-hijacking-vulnerability/#comments</comments>
		<pubDate>Tue, 12 May 2009 18:18:56 +0000</pubDate>
		<dc:creator>Trancer</dc:creator>
				<category><![CDATA[Vulnerabilities]]></category>

		<guid isPermaLink="false">http://www.rec-sec.com/?p=416</guid>
		<description><![CDATA[A month ago on Black Tuesday of April 2009, Microsoft patched a handful of vulnerabilities, some of them are known for quite some time now. In this post I&#8217;ll talk about one vulnerability in particular &#8211; the DLL-load hijacking vulnerability in Microsoft Internet Explorer 7 which was found by Aviv Raff on October 2006. The [...]]]></description>
			<content:encoded><![CDATA[<p><img alt="Microsoft Corporation" width="222" height="59" class="left" src="http://www.rec-sec.com/images/microsoft.png" />A month ago on <em>Black Tuesday</em> of April 2009, Microsoft patched a handful of vulnerabilities, some of them are known for quite some time now.<br />
In this post I&#8217;ll talk about one vulnerability in particular &#8211; the <strong>DLL-load hijacking vulnerability</strong> in Microsoft Internet Explorer 7 which was found by <a href="http://aviv.raffon.net/" title="Aviv Raff On .NET">Aviv Raff</a> on <a href="http://aviv.raffon.net/2006/11/01/InternetExplorer7StillSpywareWritersHeaven.aspx" title="Aviv Raff On .NET - Internet Explorer 7 - Still Spyware Writers Heaven">October 2006</a>.<br />
The DLL-load hijacking vulnerability allows loading specific <abbr title="Dynamic Link Library">DLL</abbr> files (imageres.dll, schannel.dll and sqmapi.dll) from the desktop when running Internet Explorer. An attacker may leverage this vulnerability to execute arbitrary code in the context of the application by placing a specially crafted DLL file on a user&#8217;s desktop.</p>
<p>So why Microsoft did patch a security bug after two and a half years? Well, that&#8217;s a long story.<br />
At first, Microsoft issued this vulnerability as a &#8220;bad behavior&#8221; bug and although Aviv&#8217;s warnings they didn&#8217;t relate any security considerations to this issue. Microsoft stated that if an attacker was able to create a specially crafted DLL file on a user desktop, that desktop must have already been compromised. Then on December 2006, Aviv <a href="http://aviv.raffon.net/2006/12/14/IE7DLLloadHijackingCodeExecutionExploitPoC.aspx" title="Aviv Raff On .NET - IE7 DLL-load hijacking Code Execution Exploit PoC">published</a> a <a href="http://www.milw0rm.com/exploits/2929" title="milw0rm - MS Internet Explorer 7 (DLL-load hijacking) Code Execution Exploit PoC" class="broken_link"><abbr title="Proof of Concept">PoC</abbr> exploit code</a> (<a href="http://www.exploit-db.com/exploits/2929/" title="MS Internet Explorer 7 (DLL-load hijacking) Code Execution Exploit PoC">exploit-database #2929</a>) for the vulnerability on milw0rm and still, no patch from Microsoft. Even on April 2008 when Windows XP SP3 was released, Microsoft hasn&#8217;t provided a solution or a workaround of any kind for this issue.</p>
<p>On May 2008, <a href="http://www.oreillynet.com/onlamp/blog/2008/05/safari_carpet_bomb.html" title="Safari Carpet Bomb - O&#039;Reilly ONLamp Blog">Nitesh Dhanjani</a> detailed several vulnerabilities found in Apple Safari, one of them was the &#8220;Safari Carpet Bomb&#8221; vulnerability, which enabled an attacker to force the browser to download files without the user&#8217;s consent. The default download path of Apple Safari for Windows is the user desktop.<br />
Combining the DLL-load hijacking vulnerability and the Safari Carpet Bomb vulnerability, Aviv was able to <a href="http://aviv.raffon.net/2008/05/31/SafariPwnsInternetExplorer.aspx" title="Aviv Raff On .NET - Safari pwns Internet Explorer">prove</a> a fully automated remote code execution attack. With the help of <a href="http://blogs.zdnet.com/security/" title="Zero Day | ZDNet.com">Ryan Naraine</a>, Microsoft and Apple started taking these issues seriously after the two sent Microsoft the proof-of-concept. Microsoft released a security <a href="http://www.microsoft.com/technet/security/advisory/953818.mspx" title="Microsoft Security Advisory (953818): Blended Threat from Combined Attack Using Apple&#8217;s Safari on the Windows Platform">advisory</a> for this &#8220;blended threat&#8221; and eventually on June 2008, Apple <a href="http://support.apple.com/kb/HT2092" title="About the security content of Safari 3.1.2 for Windows">fixed</a> the Safari Carpet Bomb vulnerability.<br />
And then on April 2009, two and a half years after Aviv reported this issue, Microsoft finally patched the DLL-load hijacking vulnerability.<br />
You can read a detailed disclosure timeline on this <a href="http://aviv.raffon.net/2009/04/14/ALaCOREImpact.aspx" title="Aviv Raff On .NET - A La CORE Impact">blog post</a> by Aviv Raff. Further information regarding this &#8220;blended threat&#8221; can be found on <a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-2540" title="CVE-2008-2540"><abbr title="Common Vulnerabilities and Exposures">CVE</abbr>-2008-2540</a> and <a href="http://www.securityfocus.com/bid/29445" title="Apple Safari and Microsoft Windows Client-side Code Execution Vulnerability"><abbr title="Bugtraq ID">BID</abbr> 29445</a>.</p>
<p>To mitigate this issue, Microsoft released two patches:<br />
<a href="http://www.microsoft.com/technet/security/Bulletin/MS09-014.mspx" title="Microsoft Security Bulletin MS09-014 - Critical: Cumulative Security Update for Internet Explorer (963027)"><strong>MS09-014</strong></a> &#8211; which is a cumulative security update for Internet Explorer. Regarding the DLL-load hijacking vulnerability, this patch modifies the way Internet Explorer loads files from the desktop.<br />
<a href="http://www.microsoft.com/technet/security/bulletin/ms09-015.mspx" title="Microsoft Security Bulletin MS09-015 &#8211; Moderate: Blended Threat Vulnerability in SearchPath Could Allow Elevation of Privilege (959426)"><strong>MS09-015</strong></a> &#8211; providing additional defense in depth protections, with this patch Microsoft introduced a new <abbr title="Application Programming Interface">API</abbr> &#8211; <a href="http://msdn.microsoft.com/en-us/library/dd266735(VS.85).aspx" title="SetSearchPathMode Function (Windows)">SetSearchPathMode</a> which sets the per-process mode when using the <a href="http://msdn.microsoft.com/en-us/library/aa365527(VS.85).aspx" title="SearchPath Function (Windows)">SearchPath</a> function to locate files, allows applications to force the current directory to be searched after the application and system locations.<br />
Additional information about these patches can be found in the security bulletins and in <a href="http://blogs.technet.com/srd/archive/2009/04/14/ms09-014-addressing-the-safari-carpet-bomb-vulnerability.aspx" title="Security Research &#038; Defense : MS09-014: Addressing the Safari Carpet Bomb vulnerability">this post</a> on the Microsoft Security Research &#038; Defense blog.</p>
<p>And now for the interesting part, what Microsoft DON&#8217;T want you to know.<br />
As stated on the <a href="http://www.microsoft.com/technet/security/bulletin/ms09-014.mspx#E5C" title="Microsoft Security Bulletin MS09-014 - Affected and Non-Affected Software">MS09-014</a> security bulletin, the DLL-load hijacking vulnerability affects Internet Explorer 7 and lower versions. Internet Explorer 8 users are immune to this vulnerability, Microsoft claims.<br />
This statement is <strong>not true</strong>, Internet Explorer 8 (<abbr title="Release to Manufacturing">RTM</abbr>, build 8.0.6001.18702) is, in fact, vulnerable to the DLL-load hijacking vulnerability. Not only that, this is not the only vulnerability patched in MS09-014 that affect Internet Explorer 8, but that&#8217;s a subject for another blog post.<br />
Here&#8217;s a video demonstrating the attack on IE8 &#8211; <a href="http://www.rec-sec.com/video/ie8_dll_hijack.swf" title="Microsoft Internet Explorer 8 DLL-load hijacking video">ie8_dll_hijack.swf</a>.</p>
<p>Also, Internet Explorer is not the only application vulnerable to the DLL-load hijacking vulnerability. Almost every Microsoft application I&#8217;ve tested is vulnerable and also some third party applications. For example, Microsoft Office 2007 is vulnerable.<br />
Here&#8217;s a video demonstrating the attack on Microsoft Office Word 2007 &#8211; <a href="http://www.rec-sec.com/video/office_dll_hijack.swf" title="Microsoft Office Word 2007 DLL-load hijacking video">office_dll_hijack.swf</a>.</p>
<p>As I mentioned, at first Microsoft didn&#8217;t consider this issue to be a security vulnerability due to the fact that an attacker would have to create a specially crafted DLL file on a user&#8217;s computer to exploit it. Well, I can come up with many ways to leverage this attack, for example, using <abbr title="peer-to-peer">P2P</abbr> file sharing applications and protocols, such as BitTorrent. Attackers can distribute warez (movies, software, books and etc&#8217;) packed to a ZIP or a RAR file, add to the package a malicious DLL file and a <em>readme</em> <code>.html</code> or <code>.doc</code> file (or both). Once the victim downloads the malicious package and opens the readme file &#8211; GAME OVER.</p>
<p>So, does Microsoft lie in security bulletins to their customers? They probably are&#8230; Have a happy <em>Black Tuesday</em>! :-)</p>
<p><strong>Update (25/08/2010):</strong><br />
Thanks to HD Moore, the DLL-Load Hijacking is getting a lot of media attention and tons of new exploits are published:<br />
 &#8211; <a href="http://www.microsoft.com/technet/security/advisory/2269637.mspx" title="Microsoft Security Advisory (2269637): Insecure Library Loading Could Allow Remote Code Execution">Microsoft Security Advisory (2269637) &#8211; Insecure Library Loading Could Allow Remote Code Execution</a><br />
 &#8211; <a href="http://blog.metasploit.com/2010/08/exploiting-dll-hijacking-flaws.html" title="Metasploit: Exploiting DLL Hijacking Flaws">Metasploit: Exploiting DLL Hijacking Flaws</a><br />
 &#8211; <a href="http://blog.metasploit.com/2010/08/better-faster-stronger.html" title="Better, Faster, Stronger: DLLHijackAuditKit v2">Better, Faster, Stronger: DLLHijackAuditKit v2</a><br />
 &#8211; <a href="http://www.exploit-db.com/search/?action=search&#038;filter_description=dll+hijacking" title="Exploit Database Search">DLL-Load Hijacking\Binary Planting on Exploit-Database</a><br />
 &#8211; <a href="http://www.corelan.be:8800/index.php/2010/08/25/dll-hijacking-kb-2269637-the-unofficial-list/" title="DLL Hijacking (KB 2269637) &#8211; the unofficial list | Peter Van Eeckhoutte&#039;s Blog" class="broken_link">DLL Hijacking (KB 2269637) &#8211; the unofficial list</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rec-sec.com/2009/05/12/dll-hijacking-vulnerability/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Apple Safari 4 Vulnerabilities</title>
		<link>http://www.rec-sec.com/2009/02/25/apple-safari-4-vulnerabilities/</link>
		<comments>http://www.rec-sec.com/2009/02/25/apple-safari-4-vulnerabilities/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 14:39:12 +0000</pubDate>
		<dc:creator>Trancer</dc:creator>
				<category><![CDATA[Vulnerabilities]]></category>

		<guid isPermaLink="false">http://www.rec-sec.com/?p=111</guid>
		<description><![CDATA[Got a deja vu feeling&#8230; On June 2007 Apple released a Windows version of the Safari web browser. Back then it was the first version of this browser for Windows (3.0.0), hackers and security researchers were all over it, publishing vulnerabilities at the rate of a machine gun. Apple had to release two collective security [...]]]></description>
			<content:encoded><![CDATA[<p><img alt="Apple Safari" width="50" height="50" class="left" src="http://www.rec-sec.com/images/safari.png" />Got a deja vu feeling&#8230;<br />
On <a href="http://www.rec-sec.com/2007/06/12/apple-safari-for-windows-vulnerabilities/" title="Recognize-Security | Apple Safari for Windows Vulnerabilities">June 2007</a> Apple released a Windows version of the Safari web browser. Back then it was the first version of this browser for Windows (3.0.0), hackers and security researchers were all over it, publishing vulnerabilities at the rate of a machine gun. Apple had to release two collective security patches for Safari within ten days.</p>
<p>Today, Apple <a href="http://www.apple.com/safari/download/" title="Apple - Safari">released</a> the first beta of Safari 4 (528.16) and I won&#8217;t be surprised to see tons of new vulnerabilities published in the next few weeks.<br />
So why do I have a deja vu feeling? I just found a NULL pointer deference bug in the new Safari, just like the <a href="http://www.rec-sec.com/vuln/apple_safari_for_windows_feed_uri_denial_of_service_vulnerability.php" title="Apple Safari for Windows feed:// URI Denial of Service Vulnerability">previous one</a> I&#8217;ve found.<br />
The vulnerabilities are almost the same, only on the last one was with the <code>feed:</code> <abbr title="Uniform Resource Identifier">URI</abbr> and the new one is with <code>feeds:</code> with a few tweaks.<br />
Check it out:<br />
<a href="http://www.rec-sec.com/vuln/apple_safari_4_feeds_uri_denial_of_service_vulnerability.php" title="Apple Safari 4 feeds: URI NULL Pointer Dereference Denial of Service Vulnerability">Apple Safari 4 feeds: <abbr title="Uniform Resource Identifier">URI</abbr> NULL Pointer Dereference Denial of Service Vulnerability</a></p>
<p>Also on:<br />
<a href="http://www.securityfocus.com/bid/33909/" title="Apple Safari Malformed 'feeds:' URI Null Pointer Dereference Remote Denial Of Service Vulnerability"><abbr title="Bugtraq ID">BID</abbr> 33909</a></p>
<p>This post will be updated with further vulnerabilities to rise.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rec-sec.com/2009/02/25/apple-safari-4-vulnerabilities/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Apple Safari for Windows Vulnerabilities</title>
		<link>http://www.rec-sec.com/2007/06/12/apple-safari-for-windows-vulnerabilities/</link>
		<comments>http://www.rec-sec.com/2007/06/12/apple-safari-for-windows-vulnerabilities/#comments</comments>
		<pubDate>Tue, 12 Jun 2007 14:57:34 +0000</pubDate>
		<dc:creator>Trancer</dc:creator>
				<category><![CDATA[Vulnerabilities]]></category>

		<guid isPermaLink="false">http://www.rec-sec.co.il/2007/06/12/apple-safari-for-windows-vulnerabilities/</guid>
		<description><![CDATA[In less then 24 hours since Apple released a Windows version of Safari web browser (v3 Beta), security researches already disclosed some high risk vulnerabilities. This is the findings so far: Apple Safari for Windows Unspecified Denial of Service Vulnerability by Aviv Raff (Bugtraq ID: 24431). Apple Safari for Windows Memory Corruption Vulnerability by David [...]]]></description>
			<content:encoded><![CDATA[<p><img alt="Apple Safari" width="50" height="50" class="left" src="http://www.rec-sec.com/images/safari.png" />In less then 24 hours since Apple <a href="http://www.apple.com/safari/" title="Apple Safari">released</a> a Windows version of Safari web browser (v3 <strong>Beta</strong>), security researches already disclosed some high risk vulnerabilities.<br />
This is the findings so far:</p>
<ol>
<li><a href="http://aviv.raffon.net/2007/06/11/AppleSafariForWindowsOutWithACrash.aspx" title="Aviv Raff On .NET - Apple Safari for Windows - Out with a crash">Apple Safari for Windows Unspecified Denial of Service Vulnerability</a> by Aviv Raff (<a href="http://www.securityfocus.com/bid/24431/" title="SecurityFocus - Apple Safari for Windows Unspecified Denial of Service Vulnerability">Bugtraq ID: 24431</a>).</li>
<li><a href="http://erratasec.blogspot.com/2007/06/niiiice.html" title="Errata Security - Apple Safari for Windows Memory Corruption Vulnerability">Apple Safari for Windows Memory Corruption Vulnerability</a> by David Maynor (<a href="http://www.securityfocus.com/bid/24433/" title="SecurityFocus - Apple Safari for Windows Unspecified Remote Code Execution and Denial of Service Vulnerabilities">Bugtraq ID: 24433</a>).</li>
<li><a href="http://larholm.com/2007/06/12/safari-for-windows-0day-exploit-in-2-hours/" title="Larholm.com - Apple Safari for Windows URL Protocol Handler Command Injection" class="broken_link">Apple Safari for Windows <abbr title="Universal Resource Locator">URL</abbr> Protocol Handler Command Injection</a> by Thor Larholm (<a href="http://www.securityfocus.com/bid/24434/" title="SecurityFocus - Apple Safari for Windows Protocol Handler Command Injection Vulnerability">Bugtraq ID: 24434</a>).</li>
<li><a href="http://security-protocols.com/2007/06/12/safari-3-beta-released-on-windows/" title="Security-Protocols - Apple Safari for Windows Unspecified SVG Parse Engine Multiple Unspecified Vulnerabilities" class="broken_link">Apple Safari for Windows Unspecified <abbr title="Scalable Vector Graphics">SVG</abbr> Parse Engine Multiple Unspecified Vulnerabilities</a> by Tom Ferris (<a href="http://www.securityfocus.com/bid/24446/" title="SecurityFocus - Apple Safari for Windows Unspecified SVG Parse Engine Multiple Unspecified Vulnerabilities">Bugtraq ID: 24446</a>).</li>
<li><a href="http://www.securityfocus.com/bid/24457/" title="SecurityFocus - Apple Safari for Windows Window.setTimeout Content Spoofing Vulnerability">Apple Safari for Windows Window.setTimeout Content Spoofing Vulnerability</a> by Robert Swiecki (Bugtraq ID: 24457 &#8211; <a href="http://alt.swiecki.net/safc.html" title="Apple Safari for Windows Window.setTimeout Content Spoofing Exploit" class="broken_link"><abbr title="Proof of Concept">PoC</abbr></a>).</li>
<li><a href="http://security-protocols.com/sp-x41-advisory.php" title="Security-Protocols - Apple Safari for Windows ROWSPAN Denial of Service (Null Pointer) Vulnerability">Apple Safari for Windows &#8220;ROWSPAN&#8221; Denial of Service (Null Pointer) Vulnerability</a> by Yannick von Arx (<a href="http://www.securityfocus.com/bid/17674/" title="SecurityFocus - Apple Safari Web Browser Rowspan Denial Of Service Vulnerability">Bugtraq ID: 17674</a> &#8211; <a href="http://www.milw0rm.com/exploits/1715" title="milw0rm - Apple Safari for Windows ROWSPAN Denial of Service (Null Pointer) Vulnerability" class="broken_link"><abbr title="Proof of Concept">PoC</abbr></a>, <a href="http://www.exploit-db.com/exploits/1715/" title="Apple Safari for Windows ROWSPAN Denial of Service (Null Pointer) Vulnerability"><abbr title="Proof of Concept">PoC</abbr></a>).</li>
<li><a href="http://www.securityfocus.com/bid/21329/" title="SecurityFocus - Apple Safari Password Manager Cross-Site Information Disclosure Weakness">Apple Safari Password Manager Cross-Site Information Disclosure Weakness</a> (Reverse Cross-Site Request) by David Teare (Bugtraq ID: 21329 &#8211; <a href="http://tearesolutions.com/rcsr-step1.html" title="Apple Safari Password Manager Cross-Site Information Disclosure Weakness" class="broken_link"><abbr title="Proof of Concept">PoC</abbr></a>).</li>
<li><a href="http://www.securityfocus.com/bid/24484/" title="SecurityFocus - Apple Safari for Windows Content and URL Bar Spoofing Vulnerability">Apple Safari for Windows Content and <abbr title="Uniform Resource Locator">URL</abbr> Bar Spoofing Vulnerability</a> by Robert Swiecki (Bugtraq ID: 24484 &#8211; <a href="http://alt.swiecki.net/saff.html" title="Apple Safari for Windows Content and URL Bar Spoofing Vulnerability" class="broken_link"><abbr title="Proof of Concept">PoC</abbr></a>).</li>
<li><a href="http://www.securityfocus.com/bid/24497/" title="SecurityFocus - Apple Safari for Windows Corefoundation.DLL Denial of Service Vulnerability">Apple Safari for Windows Corefoundation.DLL Denial of Service Vulnerability</a> by Lostmon (Bugtraq ID: 24497 &#8211; <a href="http://www.securityfocus.com/data/vulnerabilities/exploits/24497-Safari-DoS.html" title="Apple Safari for Windows Corefoundation.DLL Denial of Service Vulnerability"><abbr title="Proof of Concept">PoC</abbr></a>).</li>
<li><a href="http://www.securityfocus.com/bid/24499/" title="SecurityFocus - Apple Safari for Windows Document.Location Denial of Service Vulnerability">Apple Safari for Windows Document.Location Denial of Service Vulnerability</a> by azizov@itdefence.ru (Bugtraq ID: 24499 &#8211; <a href="http://www.securityfocus.com/data/vulnerabilities/exploits/24499-Safari-DoS.html" title="Apple Safari for Windows Document.Location Denial of Service Vulnerability"><abbr title="Proof of Concept">PoC</abbr></a>).</li>
<li><a href="http://www.securityfocus.com/bid/24597/" title="SecurityFocus - Apple Webkit Invalid Type Conversion Remote Code Execution Vulnerability">Apple Webkit Invalid Type Conversion Remote Code Execution Vulnerability</a> by Rhys Kidd (Bugtraq ID: 24597).</li>
<li><a href="http://www.securityfocus.com/bid/24598/" title="SecurityFocus - Apple WebCore XMLHTTPRequest Cross-Site Scripting Vulnerability">Apple WebCore XMLHTTPRequest Cross-Site Scripting Vulnerability</a> by Richard Moore of Westpoint Ltd (Bugtraq ID: 24598).</li>
<li><a href="http://www.securityfocus.com/bid/24599/" title="SecurityFocus - Apple Safari Cross-Domain Race Condition Information Disclosure Vulnerability">Apple Safari Cross-Domain Race Condition Information Disclosure Vulnerability</a> by Lawrence Lai, Stan Switzer, Ed Rowe of Adobe Systems (Bugtraq ID: 24599).</li>
</ol>
<p>Cool ain&#8217;t it? Here&#8217;s my 2 cents &#8211; </p>
<p><a id="exp"></a><a href="http://www.rec-sec.com/vuln/apple_safari_for_windows_feed_uri_denial_of_service_vulnerability.php" title="Apple Safari Feed URI Denial Of Service Vulnerability">Apple Safari for Windows feed:// <abbr title="Uniform Resource Identifier">URI</abbr> Denial of Service Vulnerability</a>.<br />
<a href="http://www.rec-sec.com/images/screenshots/safari_dos.png" title="Apple Safari for Windows feed:// URI Denial of Service Vulnerability" rel="lightbox"><img class="ss" alt="Apple Safari" src="http://www.rec-sec.com/images/screenshots/safari_dos.png" width="512" height="384" /></a><br />
<small>(click to enlarge)</small><br />
Also on:<br />
<a href="http://www.securityfocus.com/bid/24460" title="SecurityFocus - Apple Safari Feed URI Denial Of Service Vulnerability"><abbr title="Bugtraq ID">BID</abbr> 24460</a><br />
<a href="http://osvdb.org/show/osvdb/38864" title="38864: Apple Safari for Windows feed:// URL DoS"><abbr title="Open Source Vulnerability Database">OSVDB</abbr> 38864</a></p>
<p>Stay tuned for more updates.</p>
<p><strong>UPDATE:</strong><br />
<a href="http://www.securityfocus.com/brief/523" title="SecurityFocus - Flaw hunters go off on Safari">SecurityFocus &#8211; Flaw hunters go off on Safari</a></p>
<p><a id="one"></a><strong>UPDATE 2:</strong><br />
14/06/2007 &#8211; Apple has released a new version of Safari for Windows &#8211; v3.0.1 Beta, check the <a href="http://lists.apple.com/archives/Security-announce/2007/Jun/msg00000.html" title="APPLE-SA-2007-06-14 Safari Beta 3.0.1 for Windows">security announcement</a>.<br />
There are additional vulnerabilities that has disclosed and reported to Apple, and hasn&#8217;t been fixed.</p>
<p>Fixed vulnerabilities:</p>
<ul>
<li>Bugtraq ID: 17674</li>
<li>Bugtraq ID: 24431</li>
<li>Bugtraq ID: 24433</li>
<li>Bugtraq ID: 24434</li>
<li>Bugtraq ID: 24446</li>
<li>Bugtraq ID: 24457</li>
</ul>
<p>Unfixed vulnerabilities:</p>
<ul>
<li>Bugtraq ID: 21329</li>
<li>Bugtraq ID: 24460</li>
<li>Bugtraq ID: 24484</li>
<li>Bugtraq ID: 24497</li>
<li>Bugtraq ID: 24499</li>
</ul>
<p>It&#8217;s great that they respond quickly, but what&#8217;s the point in releasing a security patch without fixing all vulnerabilities?</p>
<p><a id="two"></a><strong>UPDATE 3:</strong><br />
22/06/2007 &#8211; Apple has released a new version of Safari for Windows &#8211; v3.0.2 Beta &#8211; <a href="http://lists.apple.com/archives/security-announce/2007/Jun/msg00004.html" title="APPLE-SA-2007-06-22 Safari 3 Beta Update 3.0.2">security announcement</a>. </p>
<p>Fixed vulnerabilities:</p>
<ul>
<li>Bugtraq ID: 24460</li>
<li>Bugtraq ID: 24484</li>
<li>Bugtraq ID: 24497</li>
<li>Bugtraq ID: 24499</li>
<li>Bugtraq ID: 24597</li>
<li>Bugtraq ID: 24598</li>
<li>Bugtraq ID: 24599</li>
</ul>
<p>Unfixed vulnerabilities:</p>
<ul>
<li>Bugtraq ID: 21329</li>
</ul>
<p>Apple fixed the <a href="http://www.rec-sec.com/vuln/apple_safari_for_windows_feed_uri_denial_of_service_vulnerability.php" title="Apple Safari Feed URI Denial Of Service Vulnerability">feed:// <abbr title="Uniform Resource Identifier">URI</abbr> <abbr title="Denial of Service">DoS</abbr> (NULL pointer deference) vulnerability</a>, found by us. Mentioned in the <a href="http://docs.info.apple.com/article.html?artnum=305776" title="About the Safari Beta 3.0.2 for Windows" class="broken_link">release notes</a>.<br />
Note that Safari 3.0.2 still vulnerable to the Reverse Cross-Site Request flaw, found by David Teare.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rec-sec.com/2007/06/12/apple-safari-for-windows-vulnerabilities/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

