<?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; security advisory</title> <atom:link href="http://www.ghacks.net/tag/security-advisory/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 21:54:04 +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>Microsoft Releases Critical Windows Security Update</title><link>http://www.ghacks.net/2011/11/04/microsoft-releases-critical-windows-security-update/</link> <comments>http://www.ghacks.net/2011/11/04/microsoft-releases-critical-windows-security-update/#comments</comments> <pubDate>Fri, 04 Nov 2011 15:46:33 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Security]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[duqu]]></category> <category><![CDATA[microsoft fix it]]></category> <category><![CDATA[rootkit]]></category> <category><![CDATA[security advisory]]></category> <category><![CDATA[windows security]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=52328</guid> <description><![CDATA[Back in October a rootkit was discovered that exploits a critical security vulnerability in the Windows operating system. We covered a detection and removal tool two days ago that would scan a PC and remove any traces of the Duqu rootkit from a system. Microsoft today has releases a security advisory to give customers &#8220;guidance [...]]]></description> <content:encoded><![CDATA[<p>Back in October a rootkit was discovered that exploits a critical security vulnerability in the Windows operating system. We covered a detection and removal tool two days ago that would scan a PC and remove any traces of the <a
href="http://www.ghacks.net/2011/11/02/duqu-zero-day-exploit-discovered-removal-tool-released/">Duqu rootkit</a> from a system.</p><p>Microsoft today has releases a security advisory to give customers &#8220;guidance for the Windows kernel issue related to the Duqu malware&#8221;.</p><p>The advisory describes a vulnerability in TrueType font parsing that could allow elevation of privileges. Attackers who manage to exploit the vulnerability can run arbitrary code in kernel mode which would allow them to install programs, &#8220;view, change or delete data&#8221; and create new accounts with &#8220;full user rights&#8221;.</p><p>Microsoft confirms that targeted attacks are carried out currently that use the vulnerability. The overall impact is however rated as low.</p><p>Microsoft is <a
href="http://technet.microsoft.com/en-us/security/advisory/2639658#section8">offering</a> a manual workaround for affected versions of Windows on the security advisory page:</p><blockquote><p><strong>On Windows XP and Windows Server 2003:</strong></p><p>For 32-bit systems, enter the following command at an administrative command prompt:</p><p>Echo y| cacls &#8220;%windir%\system32\t2embed.dll&#8221; /E /P everyone:N</p><p>For 64-bit systems, enter the following command from an administrative command prompt:</p><p>Echo y| cacls &#8220;%windir%\system32\t2embed.dll&#8221; /E /P everyone:N</p><p>Echo y| cacls &#8220;%windir%\syswow64\t2embed.dll&#8221; /E /P everyone:N</p><p><strong>On Windows Vista, Windows 7, Windows Server 2008, and Windows Server 2008 R2:</strong></p><p>For 32-bit systems, enter the following command at an administrative command prompt:<br
/> Takeown.exe /f &#8220;%windir%\system32\t2embed.dll&#8221;</p><p>Icacls.exe &#8220;%windir%\system32\t2embed.dll&#8221; /deny everyone:(F)</p><p>For 64-bit systems, enter the following command at an administrative command prompt:<br
/> Takeown.exe /f &#8220;%windir%\system32\t2embed.dll&#8221;</p><p>Icacls.exe &#8220;%windir%\system32\t2embed.dll&#8221; /deny everyone:(F)</p><p>Takeown.exe /f &#8220;%windir%\syswow64\t2embed.dll&#8221;</p><p>Icacls.exe &#8220;%windir%\syswow64\t2embed.dll&#8221; /deny everyone:(F)</p></blockquote><p>The workaround may impact applications that &#8220;rely on embedded font technologies&#8221;.</p><p>The workaround can be undone again the following way:</p><blockquote><p><strong>On Windows XP and Windows Server 2003:</strong></p><p>For 32-bit systems, enter the following command at an administrative command prompt:<br
/> cacls &#8220;%windir%\system32\t2embed.dll&#8221; /E /R everyone</p><p>For 64-bit systems, enter the following command at an administrative command prompt:<br
/> cacls &#8220;%windir%\system32\t2embed.dll&#8221; /E /R everyone</p><p>cacls &#8220;%windir%\syswow64\t2embed.dll&#8221; /E /R everyone<br
/> <strong><br
/> On Windows Vista, Windows 7, Windows Server 2008, and Windows Server 2008 R2:</strong></p><p>For 32-bit systems, enter the following command at an administrative command prompt:<br
/> Icacls.exe %WINDIR%\system32\t2embed.DLL /remove:d  everyone</p><p>For 64-bit systems, enter the following command at an administrative command prompt:<br
/> Icacls.exe %WINDIR%\system32\t2embed.DLL /remove:d  everyone</p><p>Icacls.exe %WINDIR%\syswow64\t2embed.DLL /remove:d  everyone</p></blockquote><p>Microsoft furthermore has released a fix it solution that users can run on their system to protect it from the security vulnerability</p><p>The fix it can be downloaded <a
href="http://support.microsoft.com/kb/2639658">from the</a> following Microsoft Knowledge Base article.</p><p><a
href="http://www.ghacks.net/wp-content/uploads/2011/11/microsoft-fix-it-duqu-rootkit.jpg"><img
src="http://www.ghacks.net/wp-content/uploads/2011/11/microsoft-fix-it-duqu-rootkit.jpg" alt="microsoft fix-it duqu rootkit" title="microsoft fix-it duqu rootkit" width="503" height="410" class="alignnone size-full wp-image-52329" /></a></p><p>It is recommended to apply the workaround on computer systems until Microsoft releases a security patch that resolves the issue without side effects.</p><p>Please note that there is a fix-it for enabling and one for disabling the workaround.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/11/04/microsoft-releases-critical-windows-security-update/feed/</wfw:commentRss> <slash:comments>10</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> </channel> </rss>
