<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://myitforum.com/cs2/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Search results matching tags 'Cybercrime' and 'SMS'</title><link>http://myitforum.com/cs2/search/SearchResults.aspx?q=&amp;tag=Cybercrime%2CSMS&amp;orTags=0&amp;o=DateDescending</link><description>Search results matching tags 'Cybercrime' and 'SMS'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007.1 SP2 (Build: 31113.47)</generator><item><title>Tidserv and MS10-015 – Symantec Security Response</title><link>http://myitforum.com/cs2/blogs/cmosby/archive/2010/02/17/tidserv-and-ms10-015-symantec-security-response.aspx</link><pubDate>Wed, 17 Feb 2010 05:00:00 GMT</pubDate><guid isPermaLink="false">8e8f7986-475c-475d-bdc9-a1b3a63b955b:145074</guid><dc:creator>cmosby</dc:creator><description>&lt;h3&gt;&lt;a href="http://www.symantec.com/connect/blogs/tidserv-and-ms10-015" target="_blank"&gt;Tidserv and MS10-015&lt;/a&gt;&lt;/h3&gt;  &lt;div class="blog-official-meta-wrapper clearfix"&gt;   &lt;div class="author-meta-official"&gt;     &lt;div class="blog-official-corner-tl corners-4x4 ctl"&gt;&lt;/div&gt;      &lt;div class="blog-official-corner-tr corners-4x4 ctr"&gt;&lt;/div&gt;      &lt;div class="blog-official-corner-bl corners-4x4 cbl"&gt;&lt;/div&gt;      &lt;div class="blog-official-corner-br corners-4x4 cbr"&gt;&lt;/div&gt;      &lt;div class="clearfix"&gt;&amp;#160; &lt;div class="author-meta-float"&gt;         &lt;div class="blog-official-logo"&gt;&lt;/div&gt;         &lt;a class="user-level user-level-1" href="http://www.symantec.com/connect/user/mircea"&gt;Mircea Ciubotariu&lt;/a&gt;           &lt;div class="user-badge user-role-symantec-employee"&gt;&lt;/div&gt;       &lt;/div&gt;     &lt;/div&gt;   &lt;/div&gt;    &lt;div class="node-meta-official"&gt;February 12th, 2010      &lt;div class="official-terms"&gt;&lt;strong&gt;Tags: &lt;/strong&gt;&lt;a title="" href="http://www.symantec.com/connect/products/endpoint-protection" rel="tag"&gt;Endpoint Protection (AntiVirus)&lt;/a&gt;, &lt;a title="" href="http://www.symantec.com/connect/blog-tags/malicious-code-0" rel="tag"&gt;Malicious Code&lt;/a&gt;, &lt;a title="" href="http://www.symantec.com/connect/communities/security" rel="tag"&gt;Security&lt;/a&gt;, &lt;a title="" href="http://www.symantec.com/connect/blog-tags/vulnerabilities-exploits-0" rel="tag"&gt;Vulnerabilities &amp;amp; Exploits&lt;/a&gt;, &lt;a title="" href="http://www.symantec.com/connect/symantec-blogs/security-response" rel="tag"&gt;Security Response&lt;/a&gt;&lt;/div&gt;      &lt;div class="official-terms"&gt;       &lt;br /&gt;In the past, viruses and computer threats were created simply for the sake of it. Sometimes these threats would wipe your hard drive clean—just to let you know you’d been owned. This is not the case anymore; nowadays most of the threats we see are profit-oriented and try to keep a very low profile so that they aren&amp;#39;t easily detectable by security software.&lt;/div&gt;   &lt;/div&gt; &lt;/div&gt;  &lt;div class="content clearfix"&gt;   &lt;p&gt;&lt;a href="http://www.symantec.com/security_response/writeup.jsp?docid=2008-091809-0911-99"&gt;Backdoor.Tidserv&lt;/a&gt; does a very good job in that sense, especially with the latest version (TDL3), which uses an advanced rootkit technology to hide its presence on a system by infecting one of the low-level kernel drivers and then covering its tracks. While the rootkit is active there is no easy way to detect the infection, and because it goes so deep into the kernel, most users cannot see anything wrong in the system.&lt;/p&gt;    &lt;p&gt;Most of the time the driver chosen by Tidserv to be infected is “atapi.sys,” but that may vary depending on the hardware configuration. One of the very things the infected driver does when it is loaded by the operating system is to retrieve critical API addresses so that it can allocate memory to load the actual malicious code:&lt;/p&gt;    &lt;p&gt;&lt;img class="ibimage" alt="APIs.png" src="http://www.symantec.com/connect/imagebrowser/view/image/1197501/_original" /&gt;&lt;/p&gt;    &lt;p&gt;These APIs are retrieved via hard-coded relative virtual addresses (RVAs) into the kernel module, which are calculated at the infection time. Microsoft recently released a kernel patch that addressed a non-related issue (&lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS10-015.mspx"&gt;MS10-015&lt;/a&gt; / &lt;a href="http://support.microsoft.com/kb/977165"&gt;KB977165&lt;/a&gt;), which updates the kernel modules. They also released &lt;a href="http://blogs.technet.com/msrc/archive/2010/02/12/update-restart-issues-after-installing-ms10-015.aspx"&gt;a blog&lt;/a&gt; about blue screen issues after applying this patch.&lt;/p&gt;    &lt;p&gt;What seems to have happened in Tidserv&amp;#39;s case is that after this update, the RVAs for the above mentioned APIs changed—therefore causing the infected drivers out there to call invalid addresses and, in turn, cause blue screens every time Windows boots up:&lt;/p&gt;    &lt;p&gt;&lt;img class="ibimage" alt="BSoD.PNG" src="http://www.symantec.com/connect/imagebrowser/view/image/1197511/_original" /&gt;&lt;/p&gt;    &lt;p&gt;Even worse, because the infected driver is critical for system boot-up, Windows will not boot in Safe Mode either. However, there is still hope for the users who get stuck in this infinite loop of BSoD, in the sense that they are not required to reinstall everything from scratch, but only the infected driver (from a known, clean source). And, here is an example for the most commonly infected system driver, atapi.sys:&lt;/p&gt;    &lt;p&gt;1. Boot from a clean source (e.g. Windows CD)&lt;/p&gt;    &lt;p&gt;2. Locate the infected partition, which is normally the boot partition&lt;/p&gt;    &lt;p&gt;3. Replace atapi.sys in \%Windir%\system32\drivers with the clean backup copy&lt;/p&gt;    &lt;p&gt;4. Reboot&lt;/p&gt;    &lt;p&gt;Here&amp;#39;s a list with the most common driver names infected by the rootkit, which can be used in the above process:&lt;/p&gt;    &lt;p&gt;atapi.sys&lt;/p&gt;    &lt;p&gt;iastor.sys&lt;/p&gt;    &lt;p&gt;idechndr.sys&lt;/p&gt;    &lt;p&gt;ndis.sys&lt;/p&gt;    &lt;p&gt;nvata.sys&lt;/p&gt;    &lt;p&gt;vmscsi.sys&lt;/p&gt;    &lt;p&gt;We are aware that the blue screens may be caused by other good or bad kernel mode applications that were relying on hard coded addresses, but Tidserv is one of the most prevalent threats that may cause this problem. Symantec detects these infected drivers on disk as &lt;a href="http://www.symantec.com/security_response/writeup.jsp?docid=2008-111113-1112-99"&gt;Backdoor.Tidserv!inf&lt;/a&gt;, but recommends that the files are replaced manually, since attempting to remove the file automatically may render the system unbootable.&lt;/p&gt;    &lt;p&gt;In conclusion, it seems that no matter how complex and stealthy a threat may be, it may be given away by such a small thing as a software update. This should be a lesson for the authors that developed the rootkit—but more importantly for the victims that fell for the back door.&lt;/p&gt; &lt;/div&gt;</description></item><item><title>Advance Notification for Out-of-Band Bulletin Release - The Microsoft Security Response Center</title><link>http://myitforum.com/cs2/blogs/cmosby/archive/2010/01/21/advance-notification-for-out-of-band-bulletin-release-the-microsoft-security-response-center.aspx</link><pubDate>Thu, 21 Jan 2010 05:00:00 GMT</pubDate><guid isPermaLink="false">8e8f7986-475c-475d-bdc9-a1b3a63b955b:144470</guid><dc:creator>cmosby</dc:creator><description>&lt;div class="post"&gt;   &lt;div class="posthead"&gt;     &lt;h2&gt;Advance Notification for Out-of-Band Bulletin Release&lt;/h2&gt;   &lt;/div&gt;    &lt;div class="postcontent"&gt;     &lt;p&gt;Today we issued our &lt;a href="http://www.microsoft.com/technet/security/bulletin/ms10-jan.mspx"&gt;Advanced Notification Service (ANS)&lt;/a&gt; to advise customers that we will be releasing MS10-002 tomorrow, January 21&lt;sup&gt;st&lt;/sup&gt;, 2010. We are planning to release the update as close to 10:00 a.m. PST (UTC -8) as possible.&amp;#160; This is a standard cumulative update, accelerated from our regularly scheduled February release, for Internet Explorer with an aggregate severity rating of Critical. It addresses the vulnerability related to recent attacks against Google and small subset of corporations, as well as several other vulnerabilities. Once applied, customers are protected against the known attacks that have been widely publicized. We recommend that customers install the update as soon as it is available.&amp;#160; For customers using automatic updates, this update will automatically be applied once it is released.&lt;/p&gt;      &lt;p&gt;Today we also updated &lt;a href="http://www.microsoft.com/technet/security/advisory/979352.mspx"&gt;Security Advisory 979352&lt;/a&gt; to include technical details addressing additional customer questions.&lt;/p&gt;      &lt;p&gt;The updated Security Advisory includes guidance in relation to reports of proof of concept (POC) code that bypasses Data Execution Prevention (DEP) and additional information on the exploitability of, and mitigations and workarounds for, Microsoft products that use mshtml.dll.&lt;/p&gt;      &lt;p&gt;Based on our comprehensive monitoring of the threat landscape, we continue to see only limited attacks. To date, the only successful attacks that we are aware of have been against Internet Explorer 6.&lt;/p&gt;      &lt;p&gt;We continue to recommend that customers &lt;a href="http://www.microsoft.com/windows/internet-explorer/default.aspx?ocid=ie8_b_25D14435-F5F2-4181-AF99-619EEB139D60"&gt;update to Internet Explorer 8&lt;/a&gt; to benefit from the improved security protection it offers. &lt;/p&gt;      &lt;p&gt;&lt;b&gt;Additional Technical Details Related to Security Advisory 979352 &lt;/b&gt;&lt;/p&gt;      &lt;p&gt;&lt;b&gt;Data Execution Prevention (DEP) Bypass&lt;/b&gt;&lt;/p&gt;      &lt;p&gt;There is a report of a new exploit that bypasses Data Execution Prevention (DEP). We have analyzed the Proof-of-Concept (POC) exploit code and have found that Windows Vista and later versions of Windows offer more effective protections in blocking the exploit due to the improved security protection offered by &lt;a href="http://technet.microsoft.com/en-us/magazine/2007.04.vistakernel.aspx"&gt;Address Space Layout Randomization (ASLR).&lt;/a&gt;&lt;/p&gt;      &lt;p&gt;On Windows XP, which does not benefit from the improved security protection provided by ASLR, attacks using the DEP bypass techniques are likely to be more effective.&lt;/p&gt;      &lt;p&gt;The DEP bypass exploit is not, at this time, publicly available and we have not seen it used in attacks. &lt;/p&gt;      &lt;p&gt;Additional details on the DEP bypass exploit are provided in a &lt;a href="http://blogs.technet.com/srd"&gt;Security Research and Defense Blog&lt;/a&gt; published today.&lt;/p&gt;      &lt;p&gt;&lt;b&gt;Microsoft E-Mail Products That Render using mshtml.dll Protected by Default&lt;/b&gt;&lt;/p&gt;      &lt;p&gt;There have been reports that supported versions of Outlook, Outlook Express and Windows Live Mail are affected by the vulnerability in Security Advisory 979352. &lt;/p&gt;      &lt;p&gt;For customers using the default configuration of all supported versions of Outlook, Outlook Express and Windows Live Mail the risk of exploit using Outlook as an attack vector is low. We are unaware of active exploit against supported versions of Outlook, Outlook Express or Windows Live.&lt;/p&gt;      &lt;p&gt;By default, Outlook, Outlook Express and Windows Live Mail open HTML e-mail messages in the Restricted sites zone, which helps mitigate attacks seeking to exploit this vulnerability by preventing Active Scripting and ActiveX controls from being used. Additionally, Outlook 2007 uses a different component to render HTML e-mail, removing the risk of the exploit.&lt;/p&gt;      &lt;p&gt;If customers have modified their default configuration to not run in Restricted sites zone, their environments will be in a less secure, more vulnerable, state.&lt;/p&gt;      &lt;p&gt;Other products may also use the HTML rendering engine for Internet Explorer and could expose this vulnerability.&amp;#160; Any successful attack would require bypassing the default security mechanisms used by each individual application. Therefore customers who use these default application configurations may have reduced risk from being exploited through additional vectors. &lt;/p&gt;      &lt;p&gt;&lt;b&gt;Office Applications with Active Scripting Enabled Potentially Vulnerable&lt;/b&gt;&lt;/p&gt;      &lt;p&gt;We are also aware that the vulnerability can be exploited by including an ActiveX control in a Microsoft Access, Word, Excel, or PowerPoint file. Customers would have to open a malicious file to be at risk of exploitation.&lt;/p&gt;      &lt;p&gt;To prevent exploitation, we recommend that customers disable ActiveX Controls in Microsoft Office.&lt;/p&gt;      &lt;p&gt;Detailed information on how to disable ActiveX Controls is included in the Security Advisory.&lt;/p&gt;      &lt;p&gt;To be clear, applying the update for Internet Explorer addresses the issue across all products that may use mshtml.dll. Customers should install the update to be protected. &lt;/p&gt;      &lt;p&gt;We continue to monitor the situation and will keep customers apprised of any changes to the situation or threat landscape through the Microsoft Security Response Center Blog.&lt;/p&gt;      &lt;p&gt;Please join us Thursday, January 21 at 1:00 p.m. PST (UTC – 8) for a public webcast where we will present information on the bulletin and take customer questions. Registration information:&lt;/p&gt;      &lt;p&gt;Date: Thursday Jan 21        &lt;br /&gt;Time: 1:00 p.m. PST (UTC -8)         &lt;br /&gt;Registration: &lt;a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032440627"&gt;http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032440627&lt;/a&gt;&lt;/p&gt;      &lt;p&gt;Thanks,&lt;/p&gt;      &lt;p&gt;Jerry Bryant&lt;/p&gt;      &lt;p&gt;*This posting is provided &amp;quot;AS IS&amp;quot; with no warranties, and confers no rights*&lt;/p&gt;   &lt;/div&gt;    &lt;div&gt;&lt;span id="ctl00___ctl00___ctl01___Entry___InlineTagEditorPanel"&gt;&lt;/span&gt;&lt;/div&gt; &lt;/div&gt; &lt;em&gt;Anonymous comments are disabled&lt;/em&gt;</description></item><item><title>Advance Notification for Out-of-Band Bulletin Release - The Microsoft Security Response Center</title><link>http://myitforum.com/cs2/blogs/cmosby/archive/2010/01/21/advance-notification-for-out-of-band-bulletin-release-the-microsoft-security-response-center.aspx</link><pubDate>Thu, 21 Jan 2010 05:00:00 GMT</pubDate><guid isPermaLink="false">8e8f7986-475c-475d-bdc9-a1b3a63b955b:144470</guid><dc:creator>cmosby</dc:creator><description>&lt;div class="post"&gt;   &lt;div class="posthead"&gt;     &lt;h2&gt;Advance Notification for Out-of-Band Bulletin Release&lt;/h2&gt;   &lt;/div&gt;    &lt;div class="postcontent"&gt;     &lt;p&gt;Today we issued our &lt;a href="http://www.microsoft.com/technet/security/bulletin/ms10-jan.mspx"&gt;Advanced Notification Service (ANS)&lt;/a&gt; to advise customers that we will be releasing MS10-002 tomorrow, January 21&lt;sup&gt;st&lt;/sup&gt;, 2010. We are planning to release the update as close to 10:00 a.m. PST (UTC -8) as possible.&amp;#160; This is a standard cumulative update, accelerated from our regularly scheduled February release, for Internet Explorer with an aggregate severity rating of Critical. It addresses the vulnerability related to recent attacks against Google and small subset of corporations, as well as several other vulnerabilities. Once applied, customers are protected against the known attacks that have been widely publicized. We recommend that customers install the update as soon as it is available.&amp;#160; For customers using automatic updates, this update will automatically be applied once it is released.&lt;/p&gt;      &lt;p&gt;Today we also updated &lt;a href="http://www.microsoft.com/technet/security/advisory/979352.mspx"&gt;Security Advisory 979352&lt;/a&gt; to include technical details addressing additional customer questions.&lt;/p&gt;      &lt;p&gt;The updated Security Advisory includes guidance in relation to reports of proof of concept (POC) code that bypasses Data Execution Prevention (DEP) and additional information on the exploitability of, and mitigations and workarounds for, Microsoft products that use mshtml.dll.&lt;/p&gt;      &lt;p&gt;Based on our comprehensive monitoring of the threat landscape, we continue to see only limited attacks. To date, the only successful attacks that we are aware of have been against Internet Explorer 6.&lt;/p&gt;      &lt;p&gt;We continue to recommend that customers &lt;a href="http://www.microsoft.com/windows/internet-explorer/default.aspx?ocid=ie8_b_25D14435-F5F2-4181-AF99-619EEB139D60"&gt;update to Internet Explorer 8&lt;/a&gt; to benefit from the improved security protection it offers. &lt;/p&gt;      &lt;p&gt;&lt;b&gt;Additional Technical Details Related to Security Advisory 979352 &lt;/b&gt;&lt;/p&gt;      &lt;p&gt;&lt;b&gt;Data Execution Prevention (DEP) Bypass&lt;/b&gt;&lt;/p&gt;      &lt;p&gt;There is a report of a new exploit that bypasses Data Execution Prevention (DEP). We have analyzed the Proof-of-Concept (POC) exploit code and have found that Windows Vista and later versions of Windows offer more effective protections in blocking the exploit due to the improved security protection offered by &lt;a href="http://technet.microsoft.com/en-us/magazine/2007.04.vistakernel.aspx"&gt;Address Space Layout Randomization (ASLR).&lt;/a&gt;&lt;/p&gt;      &lt;p&gt;On Windows XP, which does not benefit from the improved security protection provided by ASLR, attacks using the DEP bypass techniques are likely to be more effective.&lt;/p&gt;      &lt;p&gt;The DEP bypass exploit is not, at this time, publicly available and we have not seen it used in attacks. &lt;/p&gt;      &lt;p&gt;Additional details on the DEP bypass exploit are provided in a &lt;a href="http://blogs.technet.com/srd"&gt;Security Research and Defense Blog&lt;/a&gt; published today.&lt;/p&gt;      &lt;p&gt;&lt;b&gt;Microsoft E-Mail Products That Render using mshtml.dll Protected by Default&lt;/b&gt;&lt;/p&gt;      &lt;p&gt;There have been reports that supported versions of Outlook, Outlook Express and Windows Live Mail are affected by the vulnerability in Security Advisory 979352. &lt;/p&gt;      &lt;p&gt;For customers using the default configuration of all supported versions of Outlook, Outlook Express and Windows Live Mail the risk of exploit using Outlook as an attack vector is low. We are unaware of active exploit against supported versions of Outlook, Outlook Express or Windows Live.&lt;/p&gt;      &lt;p&gt;By default, Outlook, Outlook Express and Windows Live Mail open HTML e-mail messages in the Restricted sites zone, which helps mitigate attacks seeking to exploit this vulnerability by preventing Active Scripting and ActiveX controls from being used. Additionally, Outlook 2007 uses a different component to render HTML e-mail, removing the risk of the exploit.&lt;/p&gt;      &lt;p&gt;If customers have modified their default configuration to not run in Restricted sites zone, their environments will be in a less secure, more vulnerable, state.&lt;/p&gt;      &lt;p&gt;Other products may also use the HTML rendering engine for Internet Explorer and could expose this vulnerability.&amp;#160; Any successful attack would require bypassing the default security mechanisms used by each individual application. Therefore customers who use these default application configurations may have reduced risk from being exploited through additional vectors. &lt;/p&gt;      &lt;p&gt;&lt;b&gt;Office Applications with Active Scripting Enabled Potentially Vulnerable&lt;/b&gt;&lt;/p&gt;      &lt;p&gt;We are also aware that the vulnerability can be exploited by including an ActiveX control in a Microsoft Access, Word, Excel, or PowerPoint file. Customers would have to open a malicious file to be at risk of exploitation.&lt;/p&gt;      &lt;p&gt;To prevent exploitation, we recommend that customers disable ActiveX Controls in Microsoft Office.&lt;/p&gt;      &lt;p&gt;Detailed information on how to disable ActiveX Controls is included in the Security Advisory.&lt;/p&gt;      &lt;p&gt;To be clear, applying the update for Internet Explorer addresses the issue across all products that may use mshtml.dll. Customers should install the update to be protected. &lt;/p&gt;      &lt;p&gt;We continue to monitor the situation and will keep customers apprised of any changes to the situation or threat landscape through the Microsoft Security Response Center Blog.&lt;/p&gt;      &lt;p&gt;Please join us Thursday, January 21 at 1:00 p.m. PST (UTC – 8) for a public webcast where we will present information on the bulletin and take customer questions. Registration information:&lt;/p&gt;      &lt;p&gt;Date: Thursday Jan 21        &lt;br /&gt;Time: 1:00 p.m. PST (UTC -8)         &lt;br /&gt;Registration: &lt;a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032440627"&gt;http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032440627&lt;/a&gt;&lt;/p&gt;      &lt;p&gt;Thanks,&lt;/p&gt;      &lt;p&gt;Jerry Bryant&lt;/p&gt;      &lt;p&gt;*This posting is provided &amp;quot;AS IS&amp;quot; with no warranties, and confers no rights*&lt;/p&gt;   &lt;/div&gt;    &lt;div&gt;&lt;span id="ctl00___ctl00___ctl01___Entry___InlineTagEditorPanel"&gt;&lt;/span&gt;&lt;/div&gt; &lt;/div&gt; &lt;em&gt;Anonymous comments are disabled&lt;/em&gt;</description></item><item><title>Microsoft Announces Out-of-Band Security Bulletin for the IE Vulnerability – SANS Internet Storm Center</title><link>http://myitforum.com/cs2/blogs/cmosby/archive/2010/01/20/microsoft-announces-out-of-band-security-bulletin-for-the-ie-vulnerability-sans-internet-storm-center.aspx</link><pubDate>Wed, 20 Jan 2010 05:00:00 GMT</pubDate><guid isPermaLink="false">8e8f7986-475c-475d-bdc9-a1b3a63b955b:144452</guid><dc:creator>cmosby</dc:creator><description>&lt;div class="headline"&gt;&lt;a href="http://isc.sans.org/diary.html?storyid=8041"&gt;Microsoft Announces Out-of-Band Security Bulletin for the IE Vulnerability&lt;/a&gt; &lt;/div&gt;  &lt;div class="digg"&gt;   &lt;div class="addthis_toolbox addthis_default_style"&gt;&lt;a class="addthis_button_compact at300m" href="http://www.addthis.com/bookmark.php?v=250&amp;amp;username=jullrich"&gt;&lt;span class="at300bs at15t_compact"&gt;&lt;/span&gt;Share&lt;/a&gt; &lt;span class="addthis_separator"&gt;|&lt;/span&gt; &lt;a class="addthis_button_facebook at300b" title="Send to Facebook" href="http://www.addthis.com/bookmark.php?pub=jullrich&amp;amp;v=250&amp;amp;source=tbx-250&amp;amp;tt=0&amp;amp;s=facebook&amp;amp;url=http%3A%2F%2Fisc.sans.org%2Fdiary.html%3Fstoryid%3D8041&amp;amp;title=Microsoft%20Announces%20Out-of-Band%20Security%20Bulletin%20for%20the%20IE%20Vulnerability&amp;amp;content=&amp;amp;lng=en" target="_blank"&gt;&lt;span class="at300bs at15t_facebook"&gt;&lt;/span&gt;&lt;/a&gt;&lt;a class="addthis_button_myspace at300b" title="Send to MySpace" href="http://www.addthis.com/bookmark.php?pub=jullrich&amp;amp;v=250&amp;amp;source=tbx-250&amp;amp;tt=0&amp;amp;s=myspace&amp;amp;url=http%3A%2F%2Fisc.sans.org%2Fdiary.html%3Fstoryid%3D8041&amp;amp;title=Microsoft%20Announces%20Out-of-Band%20Security%20Bulletin%20for%20the%20IE%20Vulnerability&amp;amp;content=&amp;amp;lng=en" target="_blank"&gt;&lt;span class="at300bs at15t_myspace"&gt;&lt;/span&gt;&lt;/a&gt;&lt;a class="addthis_button_google at300b" title="Send to Google" href="http://www.addthis.com/bookmark.php?pub=jullrich&amp;amp;v=250&amp;amp;source=tbx-250&amp;amp;tt=0&amp;amp;s=google&amp;amp;url=http%3A%2F%2Fisc.sans.org%2Fdiary.html%3Fstoryid%3D8041&amp;amp;title=Microsoft%20Announces%20Out-of-Band%20Security%20Bulletin%20for%20the%20IE%20Vulnerability&amp;amp;content=&amp;amp;lng=en" target="_blank"&gt;&lt;span class="at300bs at15t_google"&gt;&lt;/span&gt;&lt;/a&gt;&lt;a class="addthis_button_twitter at300b" title="Tweet This" href="http://www.addthis.com/bookmark.php?pub=jullrich&amp;amp;v=250&amp;amp;source=tbx-250&amp;amp;tt=0&amp;amp;s=twitter&amp;amp;url=http%3A%2F%2Fisc.sans.org%2Fdiary.html%3Fstoryid%3D8041&amp;amp;title=Microsoft%20Announces%20Out-of-Band%20Security%20Bulletin%20for%20the%20IE%20Vulnerability&amp;amp;content=&amp;amp;lng=en" target="_blank"&gt;&lt;span class="at300bs at15t_twitter"&gt;&lt;/span&gt;&lt;/a&gt;      &lt;div class="atclear"&gt;&lt;/div&gt;   &lt;/div&gt;   &lt;/div&gt;  &lt;div class="diaryheader"&gt;Published: 2010-01-20,   &lt;br /&gt;Last Updated: 2010-01-20 22:03:06 UTC    &lt;br /&gt;by Lenny Zeltser (Version: 2) &lt;/div&gt; &lt;a href="http://isc.sans.org/diary.html?storyid=8041#comment"&gt;0 comment(s)&lt;/a&gt;   &lt;div class="diarybody"&gt;   &lt;p&gt;Microsoft posted &amp;quot;an advance notification of one out-of-band security bulletin that Microsoft is intending to release on January 21, 2010. The bulletin will be for Internet Explorer to address limited attacks against customers of Internet Explorer 6, as well as fixes for vulnerabilities rated Critical that are not currently under active attack.&amp;quot;&lt;/p&gt;    &lt;p&gt;For details, see:&lt;/p&gt;    &lt;p&gt;&lt;a href="http://www.microsoft.com/technet/security/bulletin/ms10-jan.mspx"&gt;http://www.microsoft.com/technet/security/bulletin/ms10-jan.mspx&lt;/a&gt;&lt;/p&gt;    &lt;p&gt;&lt;strong&gt;Update:&lt;/strong&gt;&lt;/p&gt;    &lt;p&gt;Microsoft also posted a comprehensive overview of the exploits that target this vulnerability. See:&lt;/p&gt;    &lt;p&gt;&lt;a href="http://blogs.technet.com/srd/archive/2010/01/20/reports-of-dep-being-bypassed.aspx"&gt;http://blogs.technet.com/srd/archive/2010/01/20/reports-of-dep-being-bypassed.aspx&lt;/a&gt;&lt;/p&gt;    &lt;p&gt; -- Lenny&lt;/p&gt;    &lt;p&gt;Lenny Zeltser - Security Consulting&lt;/p&gt; &lt;/div&gt;</description></item><item><title>Microsoft Announces Out-of-Band Security Bulletin for the IE Vulnerability – SANS Internet Storm Center</title><link>http://myitforum.com/cs2/blogs/cmosby/archive/2010/01/20/microsoft-announces-out-of-band-security-bulletin-for-the-ie-vulnerability-sans-internet-storm-center.aspx</link><pubDate>Wed, 20 Jan 2010 05:00:00 GMT</pubDate><guid isPermaLink="false">8e8f7986-475c-475d-bdc9-a1b3a63b955b:144452</guid><dc:creator>cmosby</dc:creator><description>&lt;div class="headline"&gt;&lt;a href="http://isc.sans.org/diary.html?storyid=8041"&gt;Microsoft Announces Out-of-Band Security Bulletin for the IE Vulnerability&lt;/a&gt; &lt;/div&gt;  &lt;div class="digg"&gt;   &lt;div class="addthis_toolbox addthis_default_style"&gt;&lt;a class="addthis_button_compact at300m" href="http://www.addthis.com/bookmark.php?v=250&amp;amp;username=jullrich"&gt;&lt;span class="at300bs at15t_compact"&gt;&lt;/span&gt;Share&lt;/a&gt; &lt;span class="addthis_separator"&gt;|&lt;/span&gt; &lt;a class="addthis_button_facebook at300b" title="Send to Facebook" href="http://www.addthis.com/bookmark.php?pub=jullrich&amp;amp;v=250&amp;amp;source=tbx-250&amp;amp;tt=0&amp;amp;s=facebook&amp;amp;url=http%3A%2F%2Fisc.sans.org%2Fdiary.html%3Fstoryid%3D8041&amp;amp;title=Microsoft%20Announces%20Out-of-Band%20Security%20Bulletin%20for%20the%20IE%20Vulnerability&amp;amp;content=&amp;amp;lng=en" target="_blank"&gt;&lt;span class="at300bs at15t_facebook"&gt;&lt;/span&gt;&lt;/a&gt;&lt;a class="addthis_button_myspace at300b" title="Send to MySpace" href="http://www.addthis.com/bookmark.php?pub=jullrich&amp;amp;v=250&amp;amp;source=tbx-250&amp;amp;tt=0&amp;amp;s=myspace&amp;amp;url=http%3A%2F%2Fisc.sans.org%2Fdiary.html%3Fstoryid%3D8041&amp;amp;title=Microsoft%20Announces%20Out-of-Band%20Security%20Bulletin%20for%20the%20IE%20Vulnerability&amp;amp;content=&amp;amp;lng=en" target="_blank"&gt;&lt;span class="at300bs at15t_myspace"&gt;&lt;/span&gt;&lt;/a&gt;&lt;a class="addthis_button_google at300b" title="Send to Google" href="http://www.addthis.com/bookmark.php?pub=jullrich&amp;amp;v=250&amp;amp;source=tbx-250&amp;amp;tt=0&amp;amp;s=google&amp;amp;url=http%3A%2F%2Fisc.sans.org%2Fdiary.html%3Fstoryid%3D8041&amp;amp;title=Microsoft%20Announces%20Out-of-Band%20Security%20Bulletin%20for%20the%20IE%20Vulnerability&amp;amp;content=&amp;amp;lng=en" target="_blank"&gt;&lt;span class="at300bs at15t_google"&gt;&lt;/span&gt;&lt;/a&gt;&lt;a class="addthis_button_twitter at300b" title="Tweet This" href="http://www.addthis.com/bookmark.php?pub=jullrich&amp;amp;v=250&amp;amp;source=tbx-250&amp;amp;tt=0&amp;amp;s=twitter&amp;amp;url=http%3A%2F%2Fisc.sans.org%2Fdiary.html%3Fstoryid%3D8041&amp;amp;title=Microsoft%20Announces%20Out-of-Band%20Security%20Bulletin%20for%20the%20IE%20Vulnerability&amp;amp;content=&amp;amp;lng=en" target="_blank"&gt;&lt;span class="at300bs at15t_twitter"&gt;&lt;/span&gt;&lt;/a&gt;      &lt;div class="atclear"&gt;&lt;/div&gt;   &lt;/div&gt;   &lt;/div&gt;  &lt;div class="diaryheader"&gt;Published: 2010-01-20,   &lt;br /&gt;Last Updated: 2010-01-20 22:03:06 UTC    &lt;br /&gt;by Lenny Zeltser (Version: 2) &lt;/div&gt; &lt;a href="http://isc.sans.org/diary.html?storyid=8041#comment"&gt;0 comment(s)&lt;/a&gt;   &lt;div class="diarybody"&gt;   &lt;p&gt;Microsoft posted &amp;quot;an advance notification of one out-of-band security bulletin that Microsoft is intending to release on January 21, 2010. The bulletin will be for Internet Explorer to address limited attacks against customers of Internet Explorer 6, as well as fixes for vulnerabilities rated Critical that are not currently under active attack.&amp;quot;&lt;/p&gt;    &lt;p&gt;For details, see:&lt;/p&gt;    &lt;p&gt;&lt;a href="http://www.microsoft.com/technet/security/bulletin/ms10-jan.mspx"&gt;http://www.microsoft.com/technet/security/bulletin/ms10-jan.mspx&lt;/a&gt;&lt;/p&gt;    &lt;p&gt;&lt;strong&gt;Update:&lt;/strong&gt;&lt;/p&gt;    &lt;p&gt;Microsoft also posted a comprehensive overview of the exploits that target this vulnerability. See:&lt;/p&gt;    &lt;p&gt;&lt;a href="http://blogs.technet.com/srd/archive/2010/01/20/reports-of-dep-being-bypassed.aspx"&gt;http://blogs.technet.com/srd/archive/2010/01/20/reports-of-dep-being-bypassed.aspx&lt;/a&gt;&lt;/p&gt;    &lt;p&gt; -- Lenny&lt;/p&gt;    &lt;p&gt;Lenny Zeltser - Security Consulting&lt;/p&gt; &lt;/div&gt;</description></item><item><title>Zero-Day Internet Explorer Exploit Published – Symantec Security Blogs</title><link>http://myitforum.com/cs2/blogs/cmosby/archive/2009/11/23/zero-day-internet-explorer-exploit-published-symantec-security-blogs.aspx</link><pubDate>Mon, 23 Nov 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">8e8f7986-475c-475d-bdc9-a1b3a63b955b:143179</guid><dc:creator>cmosby</dc:creator><description>&lt;h3&gt;Zero-Day Internet Explorer Exploit Published&lt;/h3&gt;  &lt;div class="node-meta clearfix"&gt;   &lt;div class="picture"&gt;&lt;a title="View user profile." href="http://www.symantec.com/connect/user/security-intel-analysis-team"&gt;&lt;img class="imagecache imagecache-32x32" title="Security Intel Analysis Team&amp;#39;s picture" alt="Security Intel Analysis Team&amp;#39;s picture" src="http://www.symantec.com/connect/sites/default/files/imagecache/32x32/default_user.png" width="32" height="32" /&gt;&lt;/a&gt;&lt;/div&gt;    &lt;div class="submitted"&gt;&lt;a class="user-level user-level-1" href="http://www.symantec.com/connect/user/security-intel-analysis-team"&gt;Security Intel Analysis Team&lt;/a&gt;       &lt;div class="user-badge user-role-symantec-employee"&gt;&lt;/div&gt;      &lt;div class="date-posted"&gt;November 21st, 2009&lt;/div&gt;   &lt;/div&gt; &lt;/div&gt;  &lt;div class="terms terms-ontop"&gt;   &lt;div class="terms-inline"&gt;Filed under: &lt;a title="" href="http://www.symantec.com/connect/products/endpoint-protection-antivirus" rel="tag"&gt;Endpoint Protection (AntiVirus)&lt;/a&gt;, &lt;a title="" href="http://www.symantec.com/connect/topics/security/emerging-threats" rel="tag"&gt;Emerging Threats&lt;/a&gt;, &lt;a title="" href="http://www.symantec.com/connect/topics/security/vulnerabilities-exploits" rel="tag"&gt;Vulnerabilities &amp;amp; Exploits&lt;/a&gt;, &lt;a title="" href="http://www.symantec.com/connect/communities/security" rel="tag"&gt;Security&lt;/a&gt;, &lt;a title="" href="http://www.symantec.com/connect/named-blogs/security-response" rel="tag"&gt;Security Response&lt;/a&gt;&lt;/div&gt; &lt;/div&gt;  &lt;div class="content clearfix"&gt;&lt;span class="print-link"&gt;&lt;/span&gt;    &lt;p&gt;A new exploit targeting Internet Explorer was published to the &lt;a href="http://www.securityfocus.com/archive/1/507984/30/0/threaded"&gt;BugTraq mailing list&lt;/a&gt; yesterday. Symantec has conducted further tests and confirmed that it affects Internet Explorer versions 6 and 7 as well. The exploit currently exhibits signs of poor reliability, but we expect that a fully-functional reliable exploit will be available in the near future.&amp;#160; When this happens, attackers will have the ability to insert the exploit into Web sites, infecting potential visitors.&amp;#160; For an attacker to launch a successful attack, they must lure victims to their malicious Web page or a Web site they have compromised. In both cases, the attack requires JavaScript to exploit Internet Explorer.&lt;/p&gt;    &lt;p&gt;The exploit targets a vulnerability in the way Internet Explorer uses &lt;a href="http://en.wikipedia.org/wiki/Cascading_Style_Sheets"&gt;cascading style sheet&lt;/a&gt; (CSS) information. CSS is used in many Web pages to define the presentation of the sites’ content. Symantec currently detects the exploit with the &lt;a href="http://www.symantec.com/security_response/writeup.jsp?docid=2007-032701-5447-99"&gt;Bloodhound.Exploit.129&lt;/a&gt; antivirus signature and is working on new signatures now. Symantec IPS protection also currently detects this exploit with signatures &lt;a href="http://www.symantec.com/business/security_response/attacksignatures/detail.jsp?asid=22809"&gt;HTTP Microsoft IE Generic Heap Spray BO&lt;/a&gt; and &lt;a href="http://www.symantec.com/business/security_response/attacksignatures/detail.jsp?asid=23379"&gt;HTTP Malicious Javascript Heap Spray BO&lt;/a&gt;. A new IPS signature, HTTP IE Style Heap Spray BO, has also been created for this specific exploit. To minimize the chances of being affected by this issue, Internet Explorer users should ensure their antivirus definitions are up to date, disable JavaScript and only visit Web sites they trust until fixes are available from Microsoft.&lt;/p&gt; &lt;/div&gt;</description></item><item><title>Internet Explorer Vulnerability Exploit Detected – Tren Labs Malware Blog</title><link>http://myitforum.com/cs2/blogs/cmosby/archive/2009/11/23/internet-explorer-vulnerability-exploit-detected-tren-labs-malware-blog.aspx</link><pubDate>Mon, 23 Nov 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">8e8f7986-475c-475d-bdc9-a1b3a63b955b:143180</guid><dc:creator>cmosby</dc:creator><description>&lt;div class="date-stamp"&gt;&lt;span class="ds-row1"&gt;Nov&lt;/span&gt;&lt;span class="ds-row2"&gt;23&lt;/span&gt;&lt;/div&gt;  &lt;div class="top_bg_single"&gt;   &lt;div align="left"&gt;&lt;a title="Permanent Link: Internet Explorer Vulnerability Exploit Detected" href="http://blog.trendmicro.com/internet-explorer-vulnerability-exploit-detected/" rel="bookmark"&gt;&lt;span class="post_h2_a"&gt;Internet Explorer Vulnerability Exploit Detected&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;    &lt;div align="left"&gt;5:26 am (UTC-7)&amp;#160;&amp;#160; |&amp;#160;&amp;#160; by Det Caraig (Technical Communications) &lt;/div&gt; &lt;/div&gt;  &lt;div class="entry"&gt;   &lt;br /&gt;    &lt;div align="left"&gt;     &lt;p&gt;Threat researchers have been alerted to the discovery of a new exploit targeting &lt;em&gt;Internet Explorer&lt;/em&gt;. Analysts have conducted tests and confirmed that the exploit affects versions 6 and 7 of the browser. Although the exploit is currently unreliable, cybercriminals may be able to create a reliable exploit in the near future. This may allow them to exploit websites and infect visitors. However, an attack may only succeed if hackers lure victims to specially crafted malicious Web pages or compromised websites. The attack also requires JavaScript in order to exploit &lt;em&gt;Internet Explorer&lt;/em&gt;.&lt;/p&gt;      &lt;p&gt;The exploit targets a vulnerability with regard to how &lt;em&gt;Internet Explorer&lt;/em&gt; uses cascading style sheet (CSS) information. Trend Micro detects this exploit as &lt;a href="http://threatinfo.trendmicro.com/vinfo/virusencyclo/default5.asp?VName=HTML_SHELLCOD.WT"&gt;HTML_SHELLCOD.WT&lt;/a&gt; and protects users via the &lt;a href="http://us.trendmicro.com/us/trendwatch/core-technologies/smart-protection-network"&gt;&lt;/a&gt;Smart Potection Network.&amp;#160; &lt;/p&gt;      &lt;p&gt;&lt;em&gt;Internet Explorer&lt;/em&gt; users are advised to make sure their antivirus definitions are up-to-date. Disabling JavaScript and visiting trusted sites until fixes become available from Microsoft are also suggested.&lt;/p&gt;      &lt;p&gt;SHARETHIS.addEntry({ title: &amp;quot;Internet Explorer Vulnerability Exploit Detected&amp;quot;, url: &amp;quot;http://blog.trendmicro.com/internet-explorer-vulnerability-exploit-detected/&amp;quot; });&lt;/p&gt;   &lt;/div&gt; &lt;/div&gt;  &lt;div style="border-bottom:medium none;text-align:left;border-left:medium none;background-color:transparent;overflow:hidden;border-top:medium none;border-right:medium none;text-decoration:none;" id="TixyyLink"&gt;   &lt;br /&gt;Read more: &lt;a href="http://blog.trendmicro.com/internet-explorer-vulnerability-exploit-detected/#ixzz0XiUAveAz"&gt;http://blog.trendmicro.com/internet-explorer-vulnerability-exploit-detected/#ixzz0XiUAveAz&lt;/a&gt;    &lt;br /&gt;&lt;/div&gt;</description></item><item><title>Internet Explorer Vulnerability Exploit Detected – Tren Labs Malware Blog</title><link>http://myitforum.com/cs2/blogs/cmosby/archive/2009/11/23/internet-explorer-vulnerability-exploit-detected-tren-labs-malware-blog.aspx</link><pubDate>Mon, 23 Nov 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">8e8f7986-475c-475d-bdc9-a1b3a63b955b:143180</guid><dc:creator>cmosby</dc:creator><description>&lt;div class="date-stamp"&gt;&lt;span class="ds-row1"&gt;Nov&lt;/span&gt;&lt;span class="ds-row2"&gt;23&lt;/span&gt;&lt;/div&gt;  &lt;div class="top_bg_single"&gt;   &lt;div align="left"&gt;&lt;a title="Permanent Link: Internet Explorer Vulnerability Exploit Detected" href="http://blog.trendmicro.com/internet-explorer-vulnerability-exploit-detected/" rel="bookmark"&gt;&lt;span class="post_h2_a"&gt;Internet Explorer Vulnerability Exploit Detected&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;    &lt;div align="left"&gt;5:26 am (UTC-7)&amp;#160;&amp;#160; |&amp;#160;&amp;#160; by Det Caraig (Technical Communications) &lt;/div&gt; &lt;/div&gt;  &lt;div class="entry"&gt;   &lt;br /&gt;    &lt;div align="left"&gt;     &lt;p&gt;Threat researchers have been alerted to the discovery of a new exploit targeting &lt;em&gt;Internet Explorer&lt;/em&gt;. Analysts have conducted tests and confirmed that the exploit affects versions 6 and 7 of the browser. Although the exploit is currently unreliable, cybercriminals may be able to create a reliable exploit in the near future. This may allow them to exploit websites and infect visitors. However, an attack may only succeed if hackers lure victims to specially crafted malicious Web pages or compromised websites. The attack also requires JavaScript in order to exploit &lt;em&gt;Internet Explorer&lt;/em&gt;.&lt;/p&gt;      &lt;p&gt;The exploit targets a vulnerability with regard to how &lt;em&gt;Internet Explorer&lt;/em&gt; uses cascading style sheet (CSS) information. Trend Micro detects this exploit as &lt;a href="http://threatinfo.trendmicro.com/vinfo/virusencyclo/default5.asp?VName=HTML_SHELLCOD.WT"&gt;HTML_SHELLCOD.WT&lt;/a&gt; and protects users via the &lt;a href="http://us.trendmicro.com/us/trendwatch/core-technologies/smart-protection-network"&gt;&lt;/a&gt;Smart Potection Network.&amp;#160; &lt;/p&gt;      &lt;p&gt;&lt;em&gt;Internet Explorer&lt;/em&gt; users are advised to make sure their antivirus definitions are up-to-date. Disabling JavaScript and visiting trusted sites until fixes become available from Microsoft are also suggested.&lt;/p&gt;      &lt;p&gt;SHARETHIS.addEntry({ title: &amp;quot;Internet Explorer Vulnerability Exploit Detected&amp;quot;, url: &amp;quot;http://blog.trendmicro.com/internet-explorer-vulnerability-exploit-detected/&amp;quot; });&lt;/p&gt;   &lt;/div&gt; &lt;/div&gt;  &lt;div style="border-bottom:medium none;text-align:left;border-left:medium none;background-color:transparent;overflow:hidden;border-top:medium none;border-right:medium none;text-decoration:none;" id="TixyyLink"&gt;   &lt;br /&gt;Read more: &lt;a href="http://blog.trendmicro.com/internet-explorer-vulnerability-exploit-detected/#ixzz0XiUAveAz"&gt;http://blog.trendmicro.com/internet-explorer-vulnerability-exploit-detected/#ixzz0XiUAveAz&lt;/a&gt;    &lt;br /&gt;&lt;/div&gt;</description></item><item><title>Zero-Day Internet Explorer Exploit Published – Symantec Security Blogs</title><link>http://myitforum.com/cs2/blogs/cmosby/archive/2009/11/23/zero-day-internet-explorer-exploit-published-symantec-security-blogs.aspx</link><pubDate>Mon, 23 Nov 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">8e8f7986-475c-475d-bdc9-a1b3a63b955b:143179</guid><dc:creator>cmosby</dc:creator><description>&lt;h3&gt;Zero-Day Internet Explorer Exploit Published&lt;/h3&gt;  &lt;div class="node-meta clearfix"&gt;   &lt;div class="picture"&gt;&lt;a title="View user profile." href="http://www.symantec.com/connect/user/security-intel-analysis-team"&gt;&lt;img class="imagecache imagecache-32x32" title="Security Intel Analysis Team&amp;#39;s picture" alt="Security Intel Analysis Team&amp;#39;s picture" src="http://www.symantec.com/connect/sites/default/files/imagecache/32x32/default_user.png" width="32" height="32" /&gt;&lt;/a&gt;&lt;/div&gt;    &lt;div class="submitted"&gt;&lt;a class="user-level user-level-1" href="http://www.symantec.com/connect/user/security-intel-analysis-team"&gt;Security Intel Analysis Team&lt;/a&gt;       &lt;div class="user-badge user-role-symantec-employee"&gt;&lt;/div&gt;      &lt;div class="date-posted"&gt;November 21st, 2009&lt;/div&gt;   &lt;/div&gt; &lt;/div&gt;  &lt;div class="terms terms-ontop"&gt;   &lt;div class="terms-inline"&gt;Filed under: &lt;a title="" href="http://www.symantec.com/connect/products/endpoint-protection-antivirus" rel="tag"&gt;Endpoint Protection (AntiVirus)&lt;/a&gt;, &lt;a title="" href="http://www.symantec.com/connect/topics/security/emerging-threats" rel="tag"&gt;Emerging Threats&lt;/a&gt;, &lt;a title="" href="http://www.symantec.com/connect/topics/security/vulnerabilities-exploits" rel="tag"&gt;Vulnerabilities &amp;amp; Exploits&lt;/a&gt;, &lt;a title="" href="http://www.symantec.com/connect/communities/security" rel="tag"&gt;Security&lt;/a&gt;, &lt;a title="" href="http://www.symantec.com/connect/named-blogs/security-response" rel="tag"&gt;Security Response&lt;/a&gt;&lt;/div&gt; &lt;/div&gt;  &lt;div class="content clearfix"&gt;&lt;span class="print-link"&gt;&lt;/span&gt;    &lt;p&gt;A new exploit targeting Internet Explorer was published to the &lt;a href="http://www.securityfocus.com/archive/1/507984/30/0/threaded"&gt;BugTraq mailing list&lt;/a&gt; yesterday. Symantec has conducted further tests and confirmed that it affects Internet Explorer versions 6 and 7 as well. The exploit currently exhibits signs of poor reliability, but we expect that a fully-functional reliable exploit will be available in the near future.&amp;#160; When this happens, attackers will have the ability to insert the exploit into Web sites, infecting potential visitors.&amp;#160; For an attacker to launch a successful attack, they must lure victims to their malicious Web page or a Web site they have compromised. In both cases, the attack requires JavaScript to exploit Internet Explorer.&lt;/p&gt;    &lt;p&gt;The exploit targets a vulnerability in the way Internet Explorer uses &lt;a href="http://en.wikipedia.org/wiki/Cascading_Style_Sheets"&gt;cascading style sheet&lt;/a&gt; (CSS) information. CSS is used in many Web pages to define the presentation of the sites’ content. Symantec currently detects the exploit with the &lt;a href="http://www.symantec.com/security_response/writeup.jsp?docid=2007-032701-5447-99"&gt;Bloodhound.Exploit.129&lt;/a&gt; antivirus signature and is working on new signatures now. Symantec IPS protection also currently detects this exploit with signatures &lt;a href="http://www.symantec.com/business/security_response/attacksignatures/detail.jsp?asid=22809"&gt;HTTP Microsoft IE Generic Heap Spray BO&lt;/a&gt; and &lt;a href="http://www.symantec.com/business/security_response/attacksignatures/detail.jsp?asid=23379"&gt;HTTP Malicious Javascript Heap Spray BO&lt;/a&gt;. A new IPS signature, HTTP IE Style Heap Spray BO, has also been created for this specific exploit. To minimize the chances of being affected by this issue, Internet Explorer users should ensure their antivirus definitions are up to date, disable JavaScript and only visit Web sites they trust until fixes are available from Microsoft.&lt;/p&gt; &lt;/div&gt;</description></item><item><title>ms08-067 exploitation by 61.218.147.66 -</title><link>http://myitforum.com/cs2/blogs/cmosby/archive/2008/11/05/ms08-067-exploitation-by-61-218-147-66.aspx</link><pubDate>Wed, 05 Nov 2008 05:00:00 GMT</pubDate><guid isPermaLink="false">8e8f7986-475c-475d-bdc9-a1b3a63b955b:123862</guid><dc:creator>cmosby</dc:creator><description>&lt;div class="headline"&gt;&lt;a href="http://isc.sans.org/diary.html?storyid=5288"&gt;ms08-067 exploitation by 61.218.147.66&lt;/a&gt; &lt;/div&gt; &lt;div class="diaryheader"&gt;Published: 2008-11-05,&lt;br /&gt;Last Updated: 2008-11-05 02:53:31 UTC&lt;br /&gt;by donald smith (Version: 1) &lt;/div&gt;&lt;a href="http://isc.sans.org/diary.html?storyid=5288#comment"&gt;0 comment(s)&lt;/a&gt; 
digg_url = &amp;#39;http://isc.sans.org/diary.html?storyid=5288&amp;amp;rss&amp;#39;;
digg_title = &amp;#39;ms08-067 exploitation by 61.218.147.66&amp;#39;;
digg_skin=&amp;#39;compact&amp;#39;;
digg_topic = &amp;#39;security&amp;#39;;
     &lt;div class="diarybody"&gt; &lt;p&gt;Tillmann at mwcollect.org wrote in with a sample ms08-067 analysis.&lt;br /&gt;&lt;br /&gt;“we&amp;#39;ve caught an MS08-067 exploitation attempt and provide the&lt;br /&gt;trace and a brief analysis here: http://honeytrap.mwcollect.org/msexploit&amp;nbsp; “&lt;br /&gt;&lt;br /&gt;The analysis is good. They have sample packets of the exploit and the call back shell. They show an example of libemu’s sctest. They find the exploiting ip 61.218.147.66. That IP is definitely sequentially scanning ip addresses for tcp 445 looking for vulnerable systems so blocking it at your enterprise gateway is recommended.&lt;/p&gt;&lt;/div&gt;</description></item></channel></rss>