<?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>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; internet explorer vulnerability</title> <atom:link href="http://www.ghacks.net/tag/internet-explorer-vulnerability/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Sat, 11 Feb 2012 09:52:46 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>No Patches For Internet Explorer Vulnerabilities This Month</title><link>http://www.ghacks.net/2011/01/07/no-patches-for-internet-explorer-vulnerabilities-this-month/</link> <comments>http://www.ghacks.net/2011/01/07/no-patches-for-internet-explorer-vulnerabilities-this-month/#comments</comments> <pubDate>Fri, 07 Jan 2011 09:25:29 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Internet Explorer]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[internet explorer vulnerability]]></category> <category><![CDATA[internet-explorer]]></category> <category><![CDATA[vulnerabilities]]></category> <category><![CDATA[windows security]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=38756</guid> <description><![CDATA[Microsoft will be releasing two security bulletins on this January&#8217;s patch day leaving two security vulnerabilities affecting Internet Explorer and one issue affecting the Windows graphics rendering engine unaddressed. The first vulnerability affects Internet Explorer 6 to Internet Explorer 8 on all versions of the Windows operating system starting with Windows XP and ending at [...]]]></description> <content:encoded><![CDATA[<p>Microsoft will be releasing two security bulletins on this January&#8217;s patch day leaving two security vulnerabilities affecting Internet Explorer and one issue affecting the Windows graphics rendering engine unaddressed.</p><p>The first vulnerability affects Internet Explorer 6 to Internet Explorer 8 on all versions of the Windows operating system starting with Windows XP and ending at Windows 7 and Windows Server 2008 R2. Carlene Chmaj <a
href="http://blogs.technet.com/b/msrc/archive/2011/01/06/advance-notification-service-for-the-january-2011-security-bulletin-release.aspx">confirms</a> that Microsoft has &#8220;started to see targeted attacks&#8221; and that customers should check the mitigating factors outlined in the security advisory.</p><p>The mitigating factors <a
href="http://www.microsoft.com/technet/security/advisory/2488013.mspx">however</a> describe that it is possible to reduce the impact of a successful exploit on the system but that it is not possible to block exploits completely which means that Internet Explorer users, with the exception of Internet Explorer 9 users, are vulnerable to this attack whenever they use the browser on the Internet. The Internet Explorer user needs to visit a specifically crafted web page to trigger the vulnerability which means that it is recommended to stay away from untrustworthy websites.</p><p>The second vulnerability that Chmaj mentioned in the announcement affects the graphics rendering engine which could allow remote code execution as well. The issue affects only some Microsoft operating systems, namely Windows XP, Windows Vista and their server variants Windows Server 2003 and Windows Server 2008. The latest operating systems Windows 7 and Windows Server 2008 R2 are not affected.</p><p>Microsoft at this time is not aware of attacks exploiting the vulnerability. The issue can only be exploited on a specifically prepared website or with email attachments that need to be opened by the user. A workaround was posted on the security advisory page that requires an administrator to issue commands on the command line (a <a
href="http://support.microsoft.com/kb/2490606">Fix It</a> solution is also available)</p><blockquote><p><strong>Modify the Access Control List (ACL) on shimgvw.dll</strong></p><p>Note See Microsoft Knowledge Base Article 2490606 to use the automated Microsoft Fix it solution to enable or disable this workaround.</p><p>To modify the ACL on shimgvw.dll to be more restrictive, run the following commands from a command prompt as an administrator:</p><p><strong>For 32-bit editions of Windows XP and Windows Server 2003:</strong></p><p><code>Echo y| cacls %WINDIR%\SYSTEM32\shimgvw.dll /E /P everyone:N</code></p><p><strong>For 64-bit editions of Windows XP and Windows Server 2003:</strong></p><p><code>Echo y| cacls %WINDIR%\SYSTEM32\shimgvw.dll /E /P everyone:N<br
/> Echo y| cacls %WINDIR%\SYSWOW64\shimgvw.dll /E /P everyone:N</code></p><p><strong>For 32-bit editions of Windows Vista and Windows Server 2008:</strong></p><p><code>takeown /f %WINDIR%\SYSTEM32\SHIMGVW.DLL<br
/> icacls %WINDIR%\SYSTEM32\SHIMGVW.DLL /save %TEMP%\SHIMGVW_ACL.TXT<br
/> icacls %WINDIR%\SYSTEM32\SHIMGVW.DLL /deny everyone:(F)</code></p><p><strong>For 64-bit editions of Windows Vista and Windows Server 2008:</strong></p><p><code>takeown /f %WINDIR%\SYSTEM32\SHIMGVW.DLL<br
/> takeown /f %WINDIR%\SYSWOW64\SHIMGVW.DLL<br
/> icacls %WINDIR%\SYSTEM32\SHIMGVW.DLL /save %TEMP%\SHIMGVW_ACL32.TXT<br
/> icacls %WINDIR%\SYSWOW64\SHIMGVW.DLL /save %TEMP%\SHIMGVW_ACL64.TXT<br
/> icacls %WINDIR%\SYSTEM32\SHIMGVW.DLL /deny everyone:(F)<br
/> icacls %WINDIR%\SYSWOW64\SHIMGVW.DLL /deny everyone:(F)</code></p><p><strong>Impact of Workaround:</strong> Media files typically handled by the Graphics Rendering Engine will not be displayed properly.</p><p><strong>How to undo the workaround:</strong></p><p>Run the following commands from a command prompt as an administrator:</p><p><strong>For 32-bit editions of Windows XP and Windows Server 2003:</strong></p><p><code>cacls %WINDIR%\SYSTEM32\shimgvw.dll /E /R everyone</code></p><p><strong>For 64-bit editions of Windows XP and Windows Server 2003:</strong><br
/> <code>cacls %WINDIR%\SYSTEM32\shimgvw.dll /E /R everyone<br
/> cacls %WINDIR%\SYSWOW64\shimgvw.dll /E /R everyone</code></p><p><strong>For 32-bit editions of Windows Vista and Windows Server 2008:</strong></p><p><code>icacls %WINDIR%\SYSTEM32 /restore %TEMP%\SHIMGVW_ACL.TXT</code></p><p><strong>For 64-bit editions of Windows Vista and Windows Server 2008:</strong></p><p><code>icacls %WINDIR%\SYSTEM32 /restore %TEMP%\SHIMGVW_ACL32.TXT<br
/> icacls %WINDIR%\SYSWOW64 /restore %TEMP%\SHIMGVW_ACL64.TXT</code></p></blockquote><p>The last vulnerability, or set of, was discovered by <a
href="http://lcamtuf.blogspot.com/2011/01/announcing-crossfuzz-potential-0-day-in.html">Michal Zalewski</a>. Browser vendors were contacted in July 2010 and as of now all have not completely managed to resolve the issues reported to them.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/01/07/no-patches-for-internet-explorer-vulnerabilities-this-month/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Microsoft Posts Advisory About New Internet Explorer Vulnerability</title><link>http://www.ghacks.net/2010/12/23/microsoft-posts-advisory-about-new-internet-explorer-vulnerability/</link> <comments>http://www.ghacks.net/2010/12/23/microsoft-posts-advisory-about-new-internet-explorer-vulnerability/#comments</comments> <pubDate>Thu, 23 Dec 2010 13:26:49 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Internet Explorer]]></category> <category><![CDATA[internet explorer security]]></category> <category><![CDATA[internet explorer vulnerability]]></category> <category><![CDATA[internet-explorer]]></category> <category><![CDATA[Microsoft internet explorer]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=38252</guid> <description><![CDATA[A new security vulnerability has been posted by Microsoft that could allow an attacker to execute code remotely on the affected computer system. Affected are Internet Explorer 6 to Internet Explorer 8 on pretty much every client and server operating system since &#8211; and including &#8211; Windows XP. Microsoft explains that &#8220;the vulnerability exists due [...]]]></description> <content:encoded><![CDATA[<p>A new security vulnerability has been posted by Microsoft that could allow an attacker to execute code remotely on the affected computer system. Affected are Internet Explorer 6 to Internet Explorer 8 on pretty much every client and server operating system since &#8211; and including &#8211; Windows XP. Microsoft explains that &#8220;the vulnerability exists due to the creation of uninitialized memory during a CSS function within Internet Explorer&#8221; and that it is &#8220;possible under certain conditions for the memory to be leveraged by an attacker using a specially crafted Web page to gain remote code execution&#8221;.</p><p>Mitigating factors help in limiting the impact of the vulnerability on target systems. Microsoft mentions protected mode, a feature of Internet Explorer on Windows Vista and later Windows operating system. Protected Mode gives the attacker limited rights on the affected system.</p><p>The other mitigating factors are:</p><blockquote><ul><li>By default, Internet Explorer on Windows Server 2003 and Windows Server 2008 runs in a restricted mode that is known as Enhanced Security Configuration. This mode sets the security level for the Internet zone to High. This is a mitigating factor for Web sites that you have not added to the Internet Explorer Trusted sites zone. See also Managing Internet Explorer Enhanced Security Configuration.</li><li>By default, all supported versions of Microsoft Outlook, Microsoft Outlook Express, and Windows Mail open HTML e-mail messages in the Restricted sites zone, which disables script and ActiveX controls, reducing the risk of an attacker being able to use this vulnerability to execute malicious code. If a user clicks a link in an e-mail message, the user could still be vulnerable to exploitation of this vulnerability through the Web-based attack scenario.</li><li>An attacker who successfully exploits this vulnerability could gain the same user rights as the local user. Users whose accounts are configured to have fewer user rights on the system could be less affected than users who operate with administrative user rights.</li><li> In a Web-based attack scenario, an attacker could host a Web site that contains a Web page that is used to exploit this vulnerability. In addition, compromised Web sites and Web sites that accept or host user-provided content or advertisements could contain specially crafted content that could exploit this vulnerability. In all cases, however, an attacker would have no way to force users to visit these Web sites. Instead, an attacker would have to convince users to visit the Web site, typically by getting them to click a link in an e-mail message or Instant Messenger message that takes users to the attacker’s Web site.</li></ul></blockquote><p>No patch is currently available to resolve the issue. Users should keep an eye on the <a
href="http://www.microsoft.com/technet/security/advisory/2488013.mspx">Security Advisory</a>. A <a
href="http://blogs.technet.com/b/srd/archive/2010/12/22/new-internet-explorer-vulnerability-affecting-all-versions-of-ie.aspx">Technet</a> article reveals additional details about the vulnerability.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/12/23/microsoft-posts-advisory-about-new-internet-explorer-vulnerability/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Microsoft Releases Internet Explorer 0-Day Vulnerability Fix-It</title><link>http://www.ghacks.net/2010/03/16/microsoft-releases-internet-explorer-0-day-vulnerability-fix-it/</link> <comments>http://www.ghacks.net/2010/03/16/microsoft-releases-internet-explorer-0-day-vulnerability-fix-it/#comments</comments> <pubDate>Tue, 16 Mar 2010 09:11:19 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Internet Explorer]]></category> <category><![CDATA[fix it]]></category> <category><![CDATA[internet explorer 6]]></category> <category><![CDATA[internet explorer 7]]></category> <category><![CDATA[internet explorer vulnerability]]></category> <category><![CDATA[internet-explorer]]></category> <category><![CDATA[microsoft fix it]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=23717</guid> <description><![CDATA[If you are a regular of this board you &#8211; without doubt &#8211; have read the news story a while ago that another 0-day vulnerability was discovered in Microsoft&#8217;s Internet Explorer. Back then there was not a fix for the vulnerability that was actively being exploited by malicious users. The vulnerability only affected Internet Explorer [...]]]></description> <content:encoded><![CDATA[<p>If you are a regular of this board you &#8211; without doubt &#8211; have read the news story a while ago that another 0-day vulnerability was discovered in Microsoft&#8217;s Internet Explorer. Back then there was not a fix for the vulnerability that was actively being exploited by malicious users.</p><p>The vulnerability only affected Internet Explorer 6 and Internet Explorer 7; Anyone updating their web browser to the latest official version of Internet Explorer would protect the computer system from the security vulnerability.</p><p>But not everyone was able to update. Especially users in corporate environments have still to cope with outdated versions of Internet Explorer.</p><p><span
id="more-23717"></span>Microsoft now has released a so called Fix It solution to patch the vulnerability so that it cannot be exploited anymore. A Fix It solution is basically a small program that can be executed right from the web browser to fix problems on the operating system.</p><p>Actually, there are two fix it solutions for the same vulnerability and it is enough to use one of them to protect the PC from the Internet Explorer vulnerability.</p><blockquote><ul><li>Fix it solution for peer factory in iepeers.dll We have created an application compatibility database that will disable peer factory in the iepeers.dll binary for supported versions of Internet Explorer on Windows XP and Windows Server 2003.<br
/> To install this application compatibility database, click the Fix it button in the &#8220;Fix it solution for peer factory in iepeers.dll&#8221; section.</li><li>Fix it solution for Data Execution Prevention We have created an application compatibility database that will enable Data Execution Prevention (DEP) for all versions of Internet Explorer that support DEP. You do not need this database if you are using Internet Explorer 8 on Windows XP Service Pack 3 (SP3) or on Windows Vista SP1 or later versions. This is because Internet Explorer 8 opts-in to DEP by default on these platforms.<br
/> To install this application compatibility database, click the Fix it button in the &#8220;Fix it solution for Data Execution Prevention&#8221; section</li></ul></blockquote><p>The second Fix-It patch requires a computer system that supports DEP which means that it works on every Microsoft operating system from Windows XP on which obviously excludes Windows 2000. The processor also needs to support Hardware-enforced DEP</p><p><a
href="http://support.microsoft.com/kb/981374">Both</a> Fix It solutions can be executed or downloaded form this Microsoft Knowledgebase article.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/03/16/microsoft-releases-internet-explorer-0-day-vulnerability-fix-it/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>Old Internet Explorers Affected By Security Vulnerability</title><link>http://www.ghacks.net/2010/03/10/old-internet-explorers-affected-by-security-vulnerability/</link> <comments>http://www.ghacks.net/2010/03/10/old-internet-explorers-affected-by-security-vulnerability/#comments</comments> <pubDate>Wed, 10 Mar 2010 15:53:41 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Internet Explorer]]></category> <category><![CDATA[internet explorer 6]]></category> <category><![CDATA[internet explorer 7]]></category> <category><![CDATA[internet explorer 8]]></category> <category><![CDATA[internet explorer vulnerability]]></category> <category><![CDATA[internet-explorer]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=23610</guid> <description><![CDATA[Microsoft has posted a security advisory about a new security vulnerability that is affecting older Internet Explorer , precisely Internet Explorer 6 and Internet Explorer 7. Microsoft&#8217;s latest web browser Internet Explorer 8 is not affected by the vulnerability according to the security advisory. The impact of the vulnerability is a remote code execution that [...]]]></description> <content:encoded><![CDATA[<p>Microsoft has posted a security advisory about a new security vulnerability that is affecting older Internet Explorer , precisely Internet Explorer 6 and Internet Explorer 7. Microsoft&#8217;s latest web browser Internet Explorer 8 is not affected by the vulnerability according to the security advisory.</p><p>The impact of the vulnerability is a remote code execution that can be triggered by an invalid pointer reference that can be the cause for the remote code execution.</p><p>Microsoft is aware of targeted attacks. It is therefor recommended to update Internet Explorer to the latest version or ensure that Protected Mode in Internet Explorer is enabled.</p><p><span
id="more-23610"></span>Possible attack vectors are manipulated websites that are used to exploit the security vulnerability either directly or by third party code that is being displayed on the website or by attacking the email clients Microsoft Outlook or Windows Mail with HTML emails that exploit the vulnerability.</p><p>Interested users can <a
href="http://www.microsoft.com/technet/security/advisory/981374.mspx">visit</a> the security advisory issued by Microsoft to get additional information about the security vulnerability.</p><p>Another possibility to protect the computer from the vulnerability would be to switch at least temporary to another Internet browser although this might not always be possible.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/03/10/old-internet-explorers-affected-by-security-vulnerability/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>New Internet Explorer Vulnerability Confirmed</title><link>http://www.ghacks.net/2010/03/01/new-internet-explorer-vulnerability-confirmed/</link> <comments>http://www.ghacks.net/2010/03/01/new-internet-explorer-vulnerability-confirmed/#comments</comments> <pubDate>Mon, 01 Mar 2010 18:17:28 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Internet Explorer]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[internet explorer security]]></category> <category><![CDATA[internet explorer vulnerability]]></category> <category><![CDATA[internet-explorer]]></category> <category><![CDATA[Microsoft internet explorer]]></category> <category><![CDATA[security vulnerability]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=23413</guid> <description><![CDATA[Microsoft have confirmed a new Internet Explorer security vulnerability which is affecting only pre-Windows Vista operating systems like Windows XP meaning that users running Windows 7, Windows Vista, Windows Server 2000 and Server 2008 R2 are not affected by the issue. The vulnerability is not exploited currently according to Microsoft&#8217;s information and it is not [...]]]></description> <content:encoded><![CDATA[<p>Microsoft have <a
href="http://blogs.technet.com/b/msrc/archive/2010/02/28/investigating-a-new-win32hlp-and-internet-explorer-issue.aspx">confirmed</a> a new Internet Explorer security vulnerability which is affecting only pre-Windows Vista operating systems like Windows XP meaning that users running Windows 7, Windows Vista, Windows Server 2000 and Server 2008 R2 are not affected by the issue.</p><p>The vulnerability is not exploited currently according to Microsoft&#8217;s information and it is not likely that it will as a user on the target system needs to be convinced to press the F1 key in response to a pop up dialog box on a specifically prepared website.</p><p><span
id="more-23413"></span><br
/><blockquote>The issue in question involves the use of VBScript and Windows Help files in Internet Explorer. Windows Help files are included in a long list of what we refer to as “unsafe file types”. These are file types that are designed to invoke automatic actions during normal use of the files. While they can be very valuable productivity tools, they can also be used by attackers to try and compromise a system. To help customers better understand unsafe file types, we have published a white paper on the topic which you can find by clicking this link.</p></blockquote><p>There is currently no fix for affected operating systems but Microsoft confirmed that they continue investigating the issue. It is likely that a patch for the vulnerability will be provided shortly. As of now all users need to remember is to not press F1 when they are accessing websites.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/03/01/new-internet-explorer-vulnerability-confirmed/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>Internet Explorer Vulnerability And Temporary Fix</title><link>http://www.ghacks.net/2010/02/04/internet-explorer-vulnerability-and-temporary-fix/</link> <comments>http://www.ghacks.net/2010/02/04/internet-explorer-vulnerability-and-temporary-fix/#comments</comments> <pubDate>Thu, 04 Feb 2010 13:05:30 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Internet Explorer]]></category> <category><![CDATA[internet explorer patch]]></category> <category><![CDATA[internet explorer vulnerability]]></category> <category><![CDATA[internet-explorer]]></category> <category><![CDATA[microsoft vulnerability]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=22801</guid> <description><![CDATA[Another Internet Explorer vulnerability was disclosed yesterday by Microsoft. All Internet Explorer versions from Internet Explorer 5.01 to 8 are affected on all Microsoft operating systems. A mitigating factor on Windows Vista and later operating systems (like Windows 7) prevents the exploitation of the vulnerability in Internet Explorer 7 and Internet Explorer 8 if protected [...]]]></description> <content:encoded><![CDATA[<p>Another Internet Explorer vulnerability was disclosed yesterday by Microsoft. All Internet Explorer versions from Internet Explorer 5.01 to 8 are affected on all Microsoft operating systems. A mitigating factor on Windows Vista and later operating systems (like Windows 7) prevents the exploitation of the vulnerability in Internet Explorer 7 and Internet Explorer 8 if protected mode is enabled in the web browser. Protected mode is enabled by default in those browsers.</p><p>That leaves Windows XP as the main target of the vulnerability which can be used to read files from the operating system if the filename and path are known.</p><p><span
id="more-22801"></span><br
/><blockquote>The vulnerability exists due to content being forced to render incorrectly from local files in such a way that information can be exposed to malicious websites.</p><p>At this time, we are unaware of any attacks attempting to use this vulnerability. We will continue to monitor the threat environment and update this advisory if this situation changes. On completion of this investigation, Microsoft will take the appropriate action to protect our customers, which may include providing a solution through our monthly security update release process, or an out-of-cycle security update, depending on customer needs.</p></blockquote><p>Microsoft provides access to four different temporary solutions to protect a computer system from the Internet Explorer vulnerability. Solution four is probably the easiest and most convenient solution at this moment.</p><ul><li>Set Internet and Local intranet security zone settings to &#8220;High&#8221; to prompt before running ActiveX Controls and Active Scripting in these zones<br
/><blockquote><p>To raise the browsing security level in Internet Explorer, follow these steps:</p><p>1. On the Internet Explorer Tools menu, click Internet Options.<br
/> 2. In the Internet Options dialog box, click the Security tab, and then click the Internet icon.<br
/> 3. Under Security level for this zone, move the slider to High. This sets the security level for all Web sites you visit to High.</p><p>Note If no slider is visible, click Default Level, and then move the slider to High.</p><p>Note Setting the level to High may cause some Web sites to work incorrectly. If you have difficulty using a Web site after you change this setting, and you are sure the site is safe to use, you can add that site to your list of trusted sites. This will allow the site to work correctly even with the security setting set to High.</p></blockquote></li><li>Configure Internet Explorer to prompt before running Active Scripting or to disable Active Scripting in the Internet and Local intranet security zone.<br
/><blockquote><p>To do this, follow these steps:</p><p>1. In Internet Explorer, click Internet Options on the Tools menu.<br
/> 2. Click the Security tab.<br
/> 3. Click Internet, and then click Custom Level.<br
/> 4. Under Settings, in the Scripting section, under Active Scripting, click Prompt or Disable, and then click OK.<br
/> 5. Click Local intranet, and then click Custom Level.<br
/> 6. Under Settings, in the Scripting section, under Active Scripting, click Prompt or Disable, and then click OK.<br
/> 7. Click OK two times to return to Internet Explorer.</p><p>Note Disabling Active Scripting in the Internet and Local intranet security zones may cause some Web sites to work incorrectly. If you have difficulty using a Web site after you change this setting, and you are sure the site is safe to use, you can add that site to your list of trusted sites. This will allow the site to work correctly.</p></blockquote></li><li>Enable Internet Explorer Network Protocol Lockdown for Windows XP<br
/><blockquote><p>To lockdown the “file” protocol, paste the following text in a text editor such as Notepad. Then, save the file by using the .reg file name extension.</p><p>Windows Registry Editor Version 5.00<br
/> [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\MAIN\FeatureControl\FEATURE_PROTOCOL_LOCKDOWN]<br
/> &#8220;explorer.exe&#8221;=dword:00000001<br
/> &#8220;iexplore.exe&#8221;=dword:00000001<br
/> &#8220;*&#8221;=dword:00000001</p><p>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\RestrictedProtocols]<br
/> [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\RestrictedProtocols\1]<br
/> &#8220;file&#8221;=&#8221;file&#8221;</p><p>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\RestrictedProtocols\3]<br
/> &#8220;file&#8221;=&#8221;file&#8221;</p><p>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\RestrictedProtocols\4]<br
/> &#8220;file&#8221;=&#8221;file&#8221;</p></blockquote></li><li>Enable Internet Explorer Network Protocol Lockdown using automated Microsoft Fix It [<a
href="http://support.microsoft.com/kb/980088">link</a>]</li></ul><p>System administrators can <a
href="http://www.microsoft.com/technet/security/advisory/980088.mspx">take</a> a look at the vulnerability information page for further information about and impact of the vulnerability.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/02/04/internet-explorer-vulnerability-and-temporary-fix/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Microsoft Confirms Internet Explorer Vulnerability [Security]</title><link>http://www.ghacks.net/2010/01/16/microsoft-confirms-internet-explorer-vulnerability-security/</link> <comments>http://www.ghacks.net/2010/01/16/microsoft-confirms-internet-explorer-vulnerability-security/#comments</comments> <pubDate>Sat, 16 Jan 2010 12:24:50 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Internet Explorer]]></category> <category><![CDATA[internet explorer patch]]></category> <category><![CDATA[internet explorer security]]></category> <category><![CDATA[internet explorer vulnerability]]></category> <category><![CDATA[internet-explorer]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=22370</guid> <description><![CDATA[Microsoft has confirmed a vulnerability in several Internet Explorer versions which has supposedly been used in the Chinese attack against Google and other companies. The vulnerability exists in Internet Explorer 6, Internet Explorer 7 and Internet Explorer 8 but the attacks seem to have been only targeting Internet Explorer 6 systems according to information posted [...]]]></description> <content:encoded><![CDATA[<p>Microsoft has confirmed a vulnerability in several Internet Explorer versions which has supposedly been used in the Chinese <a
href="http://www.ghacks.net/2010/01/13/google-to-stop-self-censoring-search-in-china-google-censorship/">attack</a> against Google and other companies. The vulnerability exists in Internet Explorer 6, Internet Explorer 7 and Internet Explorer 8 but the attacks seem to have been only targeting Internet Explorer 6 systems according to information posted in the vulnerability <a
href="http://www.microsoft.com/technet/security/advisory/979352.mspx">description</a> at the Microsoft website.</p><blockquote><p>The vulnerability exists as an invalid pointer reference within Internet Explorer. It is possible under certain conditions for the invalid pointer to be accessed after an object is deleted. In a specially-crafted attack, in attempting to access a freed object, Internet Explorer can be caused to allow remote code execution.</p></blockquote><p><span
id="more-22370"></span>Microsoft is currently working on a patch to fix the vulnerability with the likelihood that the patch will be released out of their usual patch cycle as an emergency patch.</p><p>The patch confirmation page lists several mitigating factors but the safest option right now is to switch to a different web browser at least for as long as no patch is provided to protect the computer system from the vulnerability.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/01/16/microsoft-confirms-internet-explorer-vulnerability-security/feed/</wfw:commentRss> <slash:comments>11</slash:comments> </item> <item><title>Microsoft Internet Explorer Security Update</title><link>http://www.ghacks.net/2009/07/28/microsoft-internet-explorer-security-update/</link> <comments>http://www.ghacks.net/2009/07/28/microsoft-internet-explorer-security-update/#comments</comments> <pubDate>Tue, 28 Jul 2009 20:40:10 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Internet Explorer]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[internet explorer patch]]></category> <category><![CDATA[internet explorer security]]></category> <category><![CDATA[internet explorer vulnerability]]></category> <category><![CDATA[internet-explorer]]></category> <category><![CDATA[microsoft]]></category> <category><![CDATA[web browser]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=14866</guid> <description><![CDATA[Microsoft has released a critical security fix for their Internet Explorer web browsers. The vulnerability, actually its more than one that are patched by the cumulative patch, affect most Internet Explorer still in use by users worldwide including Internet Explorer 6, Internet Explorer 7 and the latest version Internet Explorer 8. The vulnerability does only [...]]]></description> <content:encoded><![CDATA[<p><img
src="http://www.ghacks.net/wp-content/uploads/2009/04/internet_explorer_8.png" alt="internet explorer 8" title="internet explorer 8" width="128" height="128" class="alignleft size-full wp-image-11776" />Microsoft has released a critical security fix for their Internet Explorer web browsers. The vulnerability, actually its more than one that are patched by the cumulative patch, affect most Internet Explorer still in use by users worldwide including Internet Explorer 6, Internet Explorer 7 and the latest version Internet Explorer 8. The vulnerability does only affect Internet Explorer versions running on Windows operating systems. The most popular Microsoft operating systems are all affected including Windows XP, Windows Vista and even the soon to be released Windows 7.</p><p><span
id="more-14866"></span><br
/><blockquote>This security update is being released out of band in conjunction with Microsoft Security Bulletin <a
href="http://www.microsoft.com/technet/security/bulletin/ms09-035.mspx">MS09-035</a>, which describes vulnerabilities in those components and controls that have been developed using vulnerable versions of the Microsoft Active Template Library (ATL). As a defense-in-depth measure, this Internet Explorer security update helps mitigate known attack vectors within Internet Explorer for those components and controls that have been developed with vulnerable versions of ATL as described in Microsoft Security Advisory (<a
href="http://www.microsoft.com/technet/security/advisory/973882.mspx">973882</a>) and Microsoft Security Bulletin MS09-035.</p><p>This security update also resolves three privately reported vulnerabilities in Internet Explorer. These vulnerabilities could allow remote code execution if a user views a specially crafted Web page using Internet Explorer. Users whose accounts are configured to have fewer user rights on the system could be less impacted than users who operate with administrative user rights.</p><p>This security update is rated Critical for Internet Explorer 5.01 and Internet Explorer 6 Service Pack 1, running on supported editions of Microsoft Windows 2000; Critical for Internet Explorer 6, Internet Explorer 7, and Internet Explorer 8 running on supported editions of Windows XP; Critical for Internet Explorer 7 and Internet Explorer 8 running on supported editions of Windows Vista; Moderate for Internet Explorer 6, Internet Explorer 7, and Internet Explorer 8 running on supported editions of Windows Server 2003; and Moderate for Internet Explorer 7 and Internet Explorer 8 running on supported editions of Windows Server 2008. For more information, see the subsection, Affected and Non-Affected Software, in this section.</p></blockquote><p>Windows users should make sure to download the security update as soon as possible. It is available at the usual sources including automatic updates, Windows Update or Microsoft Update.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/07/28/microsoft-internet-explorer-security-update/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>Internet Explorer Vulnerability Fix</title><link>http://www.ghacks.net/2009/07/07/internet-explorer-vulnerability-fix/</link> <comments>http://www.ghacks.net/2009/07/07/internet-explorer-vulnerability-fix/#comments</comments> <pubDate>Tue, 07 Jul 2009 09:04:39 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Internet Explorer]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[internet explorer patch]]></category> <category><![CDATA[internet explorer vulnerability]]></category> <category><![CDATA[internet-explorer]]></category> <category><![CDATA[microsoft fix it]]></category> <category><![CDATA[microsoft video activex control]]></category> <category><![CDATA[security advisory]]></category> <category><![CDATA[windows server 2003]]></category> <category><![CDATA[windows-xp]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=14190</guid> <description><![CDATA[Microsoft has released a security advisory about a vulnerability in Microsoft Video ActiveX Control which can be exploited remotely in Internet Explorer. The vulnerability advisory states that Microsoft is aware that attackers are trying to exploit the vulnerability. Internet Explorer users are therefor advised to fix the vulnerability as soon as possible to prevent possible [...]]]></description> <content:encoded><![CDATA[<p><img
src="http://www.ghacks.net/wp-content/uploads/2009/07/internet_explorer_vulnerability.jpg" alt="internet explorer vulnerability" title="internet explorer vulnerability" width="154" height="72" class="alignleft size-full wp-image-14191" />Microsoft has released a security advisory about a vulnerability in Microsoft Video ActiveX Control which can be exploited remotely in Internet Explorer. The vulnerability advisory states that Microsoft is aware that attackers are trying to exploit the vulnerability. Internet Explorer users are therefor advised to fix the vulnerability as soon as possible to prevent possible attacks on their computer system.</p><p>The security vulnerability affects only Windows XP and Windows Server 2003 systems. Computer systems running Windows Vista, Windows Server 2008 or Windows 7 are not affected because &#8220;the ability to pass data to this control within Internet Explorer&#8221; is restricted in these operating systems.</p><p><span
id="more-14190"></span>A successful attack will give the attacker the same user rights as the currently logged in user. Microsoft has issued a <a
href="http://www.microsoft.com/technet/security/advisory/972890.mspx">workaround</a> for the Internet Explorer vulnerability that can be applied manually or using <a
href="http://support.microsoft.com/kb/972890">Microsoft Fix It</a>.</p><p>The fastest way to patch the security vulnerability is to use the Microsoft Fix It script that will perform all the actions of the workaround automatically. The fix will basically remove support for the ActiveX Control in Internet Explorer. This should not have any impact on the web browser&#8217;s functionality according to Microsoft.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/07/07/internet-explorer-vulnerability-fix/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>Real Player Internet Explorer vulnerability</title><link>http://www.ghacks.net/2008/03/13/real-player-internet-explorer-vulnerability/</link> <comments>http://www.ghacks.net/2008/03/13/real-player-internet-explorer-vulnerability/#comments</comments> <pubDate>Thu, 13 Mar 2008 12:32:17 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[ie]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[internet explorer vulnerability]]></category> <category><![CDATA[internet-explorer]]></category> <category><![CDATA[microsoft]]></category> <category><![CDATA[real player]]></category> <category><![CDATA[vulnerability]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2008/03/13/real-player-internet-explorer-vulnerability/</guid> <description><![CDATA[Internet Explorer with an installed version of Real Player beware. A vulnerability has been discovered recently which could allow remote code execution. According to Zdnet users should either switch browsers for the time until an patch is released or disabling killbits for two Active X classes. They forgot to mention the third option which would [...]]]></description> <content:encoded><![CDATA[<p>Internet Explorer with an installed version of Real Player beware. A vulnerability <a
href="http://www.zdnet.com.au/realplayer-flaw-stop-using-internet-explorer-339286701.htm">has</a> been discovered recently which could allow remote code execution. According to Zdnet users should either switch browsers for the time until an patch is released or disabling killbits for two Active X classes. They forgot to mention the third option which would be to uninstall Real Player (temporarily).</p><p>Affected are all Real Player versions running under Internet Explorer. Microsoft <a
href="http://support.microsoft.com/default.aspx?scid=kb;en-us;240797&#038;sd=tech">has</a> an article up that explains Killbits and what they do. They basically prevent Active X controls from being loaded in Internet Explorer. I still would recommend to either switch to Firefox or Opera temporarily or uninstall Real Player for the time until a security patch has been created.</p><blockquote><p>Researcher Elazar Broad has posted to the Full Disclosure mailing list a so-called heap overflow vulnerability that makes it possible for an attacker to modify heap blocks after they are freed and overwrite certain registers.</p></blockquote><p><span
id="more-3502"></span>The killbits that should be disabled are the following:</p><ul><li>2F542A2E-EDC9-4BF7-8CB1-87C9919F7F93</li><li> CFCDAA03-8BE4-11CF-B84B-0020AFBBCCFA</li></ul><p>This will definitely have the effect that some Real Player functions will stop working properly.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/03/13/real-player-internet-explorer-vulnerability/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> </channel> </rss>
