<?xml version="1.0" encoding="iso-8859-1"?>
<?xml-stylesheet href="/css/rss.css" type="text/css"?>
<rss version="2.0">
<channel>
  <title>      SANS Internet Storm Center, InfoCON: green</title>
  <link>       http://isc.sans.edu</link>
  <description><![CDATA[]]></description>
  <language>   en-us</language>
  <lastBuildDate>   Sat, 18 May 2013 11:40:02 +0000</lastBuildDate>
  <pubDate>   Fri, 17 May 2013 17:09:08 GMT</pubDate>
<copyright>(C) SANS Institute 2013</copyright>
             <generator>isc rss feed maker</generator>
             <ttl>30</ttl>
             <webMaster>handlers@sans.org (ISC Handlers)</webMaster>
             <image>
               <title>SANS Internet Storm Center, InfoCON: green</title>
               <url>http://isc.sans.edu/images/status.gif</url>
               <link>http://isc.sans.edu</link>
             </image>
  <item>
    <title>SSL: Another reason not to ignore IPv6, (Fri, May 17th)</title>
    <link>http://isc.sans.edu/diary.html?storyid=15833&amp;rss</link>
    <guid>http://isc.sans.edu/diary.html?storyid=15833&amp;rss</guid>
    <description><![CDATA[<p>
	Currently, many public web sites that allow access via IPv6 do so via proxies. This is seen as the &quot;quick fix&quot;, as it requires minimum changes to the site itself. As far as the web application is concerned, all incoming traffic is IPv4.&nbsp;</p>
<p>
	The most obvious issue here is logging, in that the application only &quot;sees&quot; the proxies IP address, unless it inspects headers added by the proxy, which will no point to (unreadable?) IPv6 addresses.</p>
<p>
	But there is another issue: SSL Certificates. If only IPv6 connections are passed via the proxy, you will end up with two different certificate: One for the proxy, and one for the web application (or the IPv4 proxy). It may also happen that the IPv6 and IPv4 site are considered two different hosts on the web server, requiring distinct configurations.</p>
<p>
	For example, at this point, &quot;www.socialsecurity.gov&quot; uses two different certificates. One for IPv6 and one for IPv4. The IPv6 certifiate is expired, while the IPv4 certificate is valid. This is in particularly painful as some simple comand line tools, like &quot;openssl s_client&#39; are still not able to work over IPv6. For my test, I used gnutls-cli, which works similar to openssl s_client but supports IPv6.</p>
<p>
	Excerpt from the result:</p>
<p>
	&nbsp;</p>
<pre>
gnutls-cli -p 443 --x509cafile /opt/local/share/ncat/ca-bundle.crt www.socialsecurity.gov
Processed 291 CA certificate(s).
Resolving &#39;www.socialsecurity.gov&#39;...
Connecting to &#39;2001:1930:c01::aaaa:443&#39;...
[...]
- subject `C=US,ST=maryland,L=baltimore,O=social security administration,OU=diias,OU=Terms of use at www.verisign.com/rpa (c)05,CN=www.socialsecurity.gov&#39;, issuer `C=US,O=VeriSign\, Inc.,OU=VeriSign Trust Network,OU=Terms of use at https://www.verisign.com/rpa (c)10,CN=VeriSign Class 3 Secure Server CA - G3&#39;, RSA key 1024 bits, signed using RSA-SHA1, activated `2012-04-05 00:00:00 UTC&#39;, expires `2013-04-29 23:59:59 UTC&#39;, SHA-1 fingerprint `3286afd908f256947b396dbae88d37b111c9aaaf&#39;
[...]
- Status: The certificate is NOT trusted. The certificate chain uses expired certificate.&nbsp;
*** Verifying server certificate failed...
*** Fatal error: Error in the certificate.
*** Handshake has failed
GnuTLS error: Error in the certificate.
	&nbsp;
</pre>
<p>
	Next, lets try IPv4. A disadvantage of gnutls-cli is that you are not able to force an IPv4 connection, so I will just fall back to openssl here:</p>
<pre>
$ openssl s_client -connect www.socialsecurity.gov:443 -CAfile /opt/local/share/ncat/ca-bundle.crt
[....]
subject=/C=US/ST=maryland/L=baltimore/O=social security administration/OU=diias/OU=Terms of use at www.verisign.com/rpa (c)05/CN=www.socialsecurity.gov
issuer=/C=US/O=VeriSign, Inc./OU=VeriSign Trust Network/OU=Terms of use at https://www.verisign.com/rpa (c)10/CN=VeriSign Class 3 Secure Server CA - G3
[...]</pre>
<div>
	<div>
		&nbsp;</div>
	<div>
		And after saving the certificate to a file:</div>
	<div>
		&nbsp;</div>
	<pre>
$ openssl x509 -in /tmp/ssa.gov -text
[...]
Validity
        Not Before: Apr 22 00:00:00 2013 GMT
        Not After : Apr 30 23:59:59 2017 GMT
        Subject: C=US, ST=maryland, L=baltimore, O=social security administration, OU=diias, OU=Terms of use at www.verisign.com/rpa (c)05, CN=www.socialsecurity.gov</pre>
	<div>
		So in short: two different certificates for the same host name. This isn&#39;t always bad, and not uncommon. But all certificates have to be valid!</div>
</div>
<p>
	------ Johannes B. Ullrich, Ph.D. <a href="http://www.sans.edu">SANS Technology Institute</a> <a href="http://twitter.com/johullrich">Twitter</a></p>

 
 (c) SANS Internet Storm Center. http://isc.sans.edu Creative Commons Attribution-Noncommercial 3.0 United States License.]]></description>
    <pubDate>Fri, 17 May 2013 17:09:08 GMT</pubDate>
  </item>
  <item>
    <title>
ISC StormCast for Friday, May 17th 2013 http://isc.sans.edu/podcastdetail.html?id=3314, (Fri, May 17th)</title>
    <link>http://isc.sans.edu/podcastdetail.html?id=3314</link>
    <guid>http://isc.sans.edu/podcastdetail.html?id=3314</guid>
    <description><![CDATA[
 
 (c) SANS Internet Storm Center. http://isc.sans.edu Creative Commons Attribution-Noncommercial 3.0 United States License.]]></description>
    <pubDate>Fri, 17 May 2013 03:37:41 GMT</pubDate>
  </item>
  <item>
    <title>
e-netprotections.su ?, (Fri, May 17th)</title>
    <link>http://isc.sans.edu/diary.html?storyid=15818&amp;rss</link>
    <guid>http://isc.sans.edu/diary.html?storyid=15818&amp;rss</guid>
    <description><![CDATA[<p>
	&nbsp;</p>
<p>
	Like with .biz, I sometimes have the impression that .su and .cc could be sinkholed in their entirety, because the bad domains seem to vastly outnumber whatever (if any) good is running under these TLDs as well.</p>
<p>
	Earlier today, ISC reader Michael contacted us with information that several PCs on his network had started to communicate with iestats.cc, emstats.su, ehistats.su, e-protections.su and a couple other domains. I was pretty sure that I had seen the latter domain on an earlier occasion in a malware outbreak, but I couldn&#39;t find it in our records .. until I only searched for &quot;e-protections&quot;, and found e-protections.cc. This domain had been implicated back in October 2012 in a malware spree that was linked to the nasty W32.Caphaw, a backdoor/information stealer. The similarity of the names was too much of a coincidence, and it meant bad news for Michael.</p>
<p>
	Looking at what was captured by some of our network sensors allowed to reconstruct a (partial) picture of the IPs and ASN&#39;s involved in today&#39;s malware wave</p>
<table border="1" cellpadding="1" cellspacing="1" style="width: 500px;">
	<thead>
		<tr>
			<th scope="col">
				Domain</th>
			<th scope="col">
				IP</th>
			<th scope="col">
				AS</th>
			<th scope="col">
				Provider</th>
			<th scope="col">
				Country</th>
		</tr>
	</thead>
	<tbody>
		<tr>
			<td>
				ppetoc.iestats.cc</td>
			<td>
				64.85.161.67</td>
			<td>
				30517</td>
			<td>
				Great Lakes Comnet</td>
			<td>
				USA</td>
		</tr>
		<tr>
			<td>
				ppetoc.iestats.cc</td>
			<td>
				85.25.132.55</td>
			<td>
				8972</td>
			<td>
				PlusServer Intergenia AG</td>
			<td>
				Germany</td>
		</tr>
		<tr>
			<td>
				ppetoc.iestats.cc</td>
			<td>
				173.224.210.244</td>
			<td>
				40676</td>
			<td>
				Psychz Networks</td>
			<td>
				USA</td>
		</tr>
		<tr>
			<td>
				ppetoc.iestats.cc</td>
			<td>
				178.63.172.88</td>
			<td>
				24940</td>
			<td>
				Hetzner Online AG</td>
			<td>
				Germany</td>
		</tr>
		<tr>
			<td>
				ppetoc.iestats.cc</td>
			<td>
				188.95.48.152</td>
			<td>
				57172</td>
			<td>
				Global Layer B.V.</td>
			<td>
				Netherlands</td>
		</tr>
	</tbody>
</table>
<p>
	The host name portion for some of the domains looks like it is time dependent (incrementing ascii) whereas other domains use (apparently) random names like d3acofzi7hjft.e-protections.su. Name servers involved today include ns1.abercrombienfr.net (currently 199.68.199.178 - AS1426) and ns1.semi-spa.net (currently 91.227.220.104 - AS50300). I doubt the former has anything to do with the clothing store, the domain was created four months ago.</p>
<p>
	Closer inspection of Michael&#39;s PCs revealed that each infected box was apparently running a slightly different version of the EXE. Anti-Virus coverage is still thin (<a href="https://www.virustotal.com/en/file/b19818bb463075327c6be9fd8e913c0d4bf9dff503a991cbbc670cc673db9041/analysis/" target="_blank">Virustotal</a>) , but the Heuristics of some products seem to be catching on. This sample looks more like a ransomware trojan than Caphaw, but we&#39;ll know more once we analyze all the information gathered so far.</p>
<p>
	If you have information to add on this particular malware or the domains mentioned, please comment below, or use our contact form.</p>
<p>
	&nbsp;</p>

 
 (c) SANS Internet Storm Center. http://isc.sans.edu Creative Commons Attribution-Noncommercial 3.0 United States License.]]></description>
    <pubDate>Fri, 17 May 2013 00:02:07 GMT</pubDate>
  </item>
  <item>
    <title>
Extracting signatures from Apple .apps, (Thu, May 16th)</title>
    <link>http://isc.sans.edu/diary.html?storyid=15821&amp;rss</link>
    <guid>http://isc.sans.edu/diary.html?storyid=15821&amp;rss</guid>
    <description><![CDATA[<p>
	<br />
	As an add-on to ISC Handler Lenny Zeltser&#39;s earlier <a href="https://isc.sans.edu/diary/Extracting+Digital+Signatures+from+Signed+Malware/15779" target="_blank">diary on extracting certificates</a> from signed Windows binaries, here&#39;s how to do the same on a Mac. Given that today&#39;s blog over at <a href="http://www.f-secure.com/weblog/archives/00002554.html" target="_blank">F-Secure documents a screenshot-taking Mac spyware</a> that is signed with a developer ID, signed bad .apps might actually be more prevalent than expected.</p>
<p>
	To verify and extract signatures and certificates on an Apple .app, you can do (example Mail.app)</p>
<p>
	<span style="font-family:courier new,courier,monospace;">codesign -dvvvv --extract-certificates&nbsp; /Applications/Mail.app</span></p>
<p>
	This will save the certificates in DER format, named codesign0, codesign1, etc. These can then be displayed as usual with OpenSSL</p>
<p>
	<span style="font-family:courier new,courier,monospace;">openssl x509 -inform DER -in codesign0 -text</span></p>
<p>
	&nbsp;</p>

 
 (c) SANS Internet Storm Center. http://isc.sans.edu Creative Commons Attribution-Noncommercial 3.0 United States License.]]></description>
    <pubDate>Thu, 16 May 2013 21:51:14 GMT</pubDate>
  </item>
  <item>
    <title>
Cisco TelePresence Supervisor MSE 8050 Denial of Service Vulnerability, (Thu, May 16th)</title>
    <link>http://isc.sans.edu/diary.html?storyid=15815&amp;rss</link>
    <guid>http://isc.sans.edu/diary.html?storyid=15815&amp;rss</guid>
    <description><![CDATA[<p>
	Cisco TelePresence Supervisor MSE 8050 contains a vulnerability that may allow an unauthenticated, remote attacker to cause high CPU utilization and a reload of the affected system.</p>
<p>
	Cisco has released free software updates that address this vulnerability. Workarounds that mitigate this vulnerability are not available. This advisory is available at the following link: <a href="http://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20130515-mse">http://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20130515-mse</a></p>
<p>
	-- Joel Esler | <a href="http://blog.joelesler.net">http://blog.joelesler.net</a> | <a href="http://www.twitter.com/joelesler">http://twitter.com/joelesler</a></p>

 
 (c) SANS Internet Storm Center. http://isc.sans.edu Creative Commons Attribution-Noncommercial 3.0 United States License.]]></description>
    <pubDate>Thu, 16 May 2013 11:06:27 GMT</pubDate>
  </item>
  <item>
    <title>
ISC StormCast for Thursday, May 16th 2013 http://isc.sans.edu/podcastdetail.html?id=3311, (Thu, May 16th)</title>
    <link>http://isc.sans.edu/podcastdetail.html?id=3311</link>
    <guid>http://isc.sans.edu/podcastdetail.html?id=3311</guid>
    <description><![CDATA[
 
 (c) SANS Internet Storm Center. http://isc.sans.edu Creative Commons Attribution-Noncommercial 3.0 United States License.]]></description>
    <pubDate>Thu, 16 May 2013 01:48:59 GMT</pubDate>
  </item>
  <item>
    <title>
Call for Papers - 4th annual Forensics and Incident Response Summit EU, (Wed, May 15th)</title>
    <link>http://isc.sans.edu/diary.html?storyid=15809&amp;rss</link>
    <guid>http://isc.sans.edu/diary.html?storyid=15809&amp;rss</guid>
    <description><![CDATA[<p>
<a href="http://computer-forensics.sans.org/blog/2013/05/15/sans-eu-dfir-summit-in-prague-call-for-speakers-now-open/">http://computer-forensics.sans.org/blog/2013/05/15/sans-eu-dfir-summit-in-prague-call-for-speakers-now-open/</a></p>
<p>
The 4th annual Forensics and Incident Response Summit EU will take place on October 6-13 in Prague, one of the most historical European cities, in the context of the SANS Forensics Prague <http: event="" forensics-prague-2013="" www.sans.org=""> conference, the biggest Incident Response and Digital Forensics event in Europe to date. </http:></p>
<p>
<http: event="" forensics-prague-2013="" www.sans.org="">The Summit will focus on high quality and extremely relevant content as well as panel discussions in Digital Forensics and Incident Response. In addition, we encourage you to take every opportunity to make the most of this event from attending the Summit to registering for one or more of the post-summit training classes taught by SANS&#39; top-rated instructors and course authors. Additional events such as DFIR Netwars, evening talks and the SANS Community Night will be taking place during that week too. This event promises to bring together the leading minds in digital forensics and incident response in the EU, as well as many other practitioners from a wide cross section of industries and company sizes. You will be able to share with all of them your challenges and find out new solutions that work, techniques and approaches you didn&#39;t even know existed. Call for Speakers - Now Open The 4th annual Forensics and Incident Response Summit Call for Speakers is now open. </http:></p>
<p>
<http: event="" forensics-prague-2013="" www.sans.org="">If you are interested in presenting or participating on a panel we are looking for user-presented case studies with communicable lessons. The Forensics Summit offers speakers opportunities for exposure and recognition as an industry leader. If you have something substantive, challenging, and original to offer, you are encouraged to submit a proposal. </http:></p>
<p>
<http: event="" forensics-prague-2013="" www.sans.org=""><strong>Benefits of Speaking </strong></http:></p>
<ul>
<li>
<http: event="" forensics-prague-2013="" www.sans.org="">Promotion of your speaking session and company recognition via the Forensic conference website and all printed materials </http:></li>
<li>
<http: event="" forensics-prague-2013="" www.sans.org="">Visibility via the Forensic post-conference presentation email link for many months following the conference </http:></li>
<li>
<http: event="" forensics-prague-2013="" www.sans.org="">Full conference badge to attend all Summit sessions </http:></li>
<li>
<http: event="" forensics-prague-2013="" www.sans.org="">Private speaker lunch </http:></li>
</ul>
<p>
<http: event="" forensics-prague-2013="" www.sans.org=""><strong>Submission Guidelines </strong></http:></p>
<ul>
<li>
<http: event="" forensics-prague-2013="" www.sans.org="">Title </http:></li>
<li>
<http: event="" forensics-prague-2013="" www.sans.org="">Author Name(s) </http:></li>
<li>
<http: event="" forensics-prague-2013="" www.sans.org="">Author Title </http:></li>
<li>
<http: event="" forensics-prague-2013="" www.sans.org="">Company </http:></li>
<li>
<http: event="" forensics-prague-2013="" www.sans.org="">Speaker Contact Information: Address, phone number, email address </http:></li>
<li>
<http: event="" forensics-prague-2013="" www.sans.org="">Biography </http:></li>
<li>
<http: event="" forensics-prague-2013="" www.sans.org="">Your biography should be approximately 160 words. You may include your current position, titles, areas of professional expertise, experience, awards, degrees, personal information, etc. </http:></li>
<li>
<http: event="" forensics-prague-2013="" www.sans.org="">Abstract </http:></li>
<li>
<http: event="" forensics-prague-2013="" www.sans.org="">The presentation abstract should outline your presentation and what attendees will learn. All content must be strictly educational. </http:></li>
<li>
The presentation should be relevant to: Media Exploitation Analysts, Legal, Incident Response Teams, Security Operations and Law Enforcement professionals.</li>
</ul>
<p>
<strong>Speaking Options: </strong></p>
<ul>
<li>
Presentation: 45 minutes</li>
<li>
Question &amp; Answer: 10-15 minutes Submit your submissions to callforpapers-prague@sans.org by June 15, 2013 with the subject &quot;SANS DFIR Summit EU CFP 2013.&quot;</li>
</ul>
<p>
Thank you for your interest in presenting</p>
<p>
-- Joel Esler | <a href="http://blog.joelesler.net">http://blog.joelesler.net</a> | <a href="http://twitter.com/joelesler">http://twitter.com/joelesler</a></p>
 
 (c) SANS Internet Storm Center. http://isc.sans.edu Creative Commons Attribution-Noncommercial 3.0 United States License.]]></description>
    <pubDate>Thu, 16 May 2013 01:05:53 GMT</pubDate>
  </item>
  <item>
    <title>
ISC StormCast for Wednesday, May 15th 2013 http://isc.sans.edu/podcastdetail.html?id=3308, (Wed, May 15th)</title>
    <link>http://isc.sans.edu/podcastdetail.html?id=3308</link>
    <guid>http://isc.sans.edu/podcastdetail.html?id=3308</guid>
    <description><![CDATA[
 
 (c) SANS Internet Storm Center. http://isc.sans.edu Creative Commons Attribution-Noncommercial 3.0 United States License.]]></description>
    <pubDate>Wed, 15 May 2013 01:01:46 GMT</pubDate>
  </item>
  <item>
    <title>
Microsoft May 2013 Black Tuesday Overview, (Tue, May 14th)</title>
    <link>http://isc.sans.edu/diary.html?storyid=15791&amp;rss</link>
    <guid>http://isc.sans.edu/diary.html?storyid=15791&amp;rss</guid>
    <description><![CDATA[<p>
	Overview of the <a href="http://technet.microsoft.com/en-us/security/bulletin/ms13-may">May 2013 Microsoft patches</a> and their status.</p>
<table border="1" cellpadding="4" cellspacing="0" width="100%">
	<thead>
		<tr>
			<th rowspan="2" style="text-align: center;">
				#</th>
			<th rowspan="2" style="text-align: center;">
				Affected</th>
			<th rowspan="2" style="text-align: center;">
				Contra Indications - KB</th>
			<th rowspan="2" style="text-align: center;">
				Known Exploits</th>
			<th rowspan="2" style="text-align: center;">
				Microsoft rating<span style="font-weight: normal; font-size: x-small; vertical-align: super;">(**)</span></th>
			<th colspan="2" style="text-align: center;">
				ISC rating<span style="font-weight: normal; font-size: x-small; vertical-align: super;">(*)</span></th>
		</tr>
		<tr>
			<th style="text-align: center;">
				clients</th>
			<th style="text-align: center;">
				servers</th>
		</tr>
	</thead>
	<tbody>
		<tr>
			<td rowspan="2" style="text-align: center;">
				<a href="http://technet.microsoft.com/en-us/security/bulletin/ms13-037">MS13-037</a></td>
			<td colspan="6">
				The usual monthly MSIE cumulative patch, adding fixes for 11 more vulnerabilities. All but one are use after free vulnerabilities. The odd one is about vbscript allowing read access to JSON data related to another domain.<br />
				Replaces MS13-028.</td>
		</tr>
		<tr>
			<td>
				MSIE<br />
				<br />
				<a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0811">CVE-2013-0811</a><br />
				<a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1297">CVE-2013-1297</a><br />
				<a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1306">CVE-2013-1306</a><br />
				<a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1307">CVE-2013-1307</a><br />
				<a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1308">CVE-2013-1308</a><br />
				<a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1309">CVE-2013-1309</a><br />
				<a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1310">CVE-2013-1310</a><br />
				<a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1311">CVE-2013-1311</a><br />
				<a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1312">CVE-2013-1312</a><br />
				<a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1313">CVE-2013-1313</a><br />
				<a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2551">CVE-2013-2551</a></td>
			<td>
				<a href="http://support.microsoft.com/kb/2829530">KB&nbsp;2829530</a></td>
			<td>
				No publicly known exploits</td>
			<td style="text-align: center;">
				Severity:Critical<br />
				Exploitability:1</td>
			<td style="background-color: red; text-align: center;">
				Critical</td>
			<td style="background-color: orange; text-align: center;">
				Important</td>
		</tr>
		<tr>
			<td rowspan="2" style="text-align: center;">
				<a href="http://technet.microsoft.com/en-us/security/bulletin/ms13-038">MS13-038</a></td>
			<td colspan="6">
				The anticipated IE8 fix.<br />
				Note that IE9 is listed as affected as well, but it's not given a rating "<i>because the known attack vectors for the vulnerability discussed in this bulletin are blocked in a default configuration.</i>"<br />
				Note that this is not the cumulatieve IE patch, nor is the fix part of the cumulative patch this month. The bulletin states there is no need to uninstall the MSFT Fix-it released earlier for this vulnerability.</td>
		</tr>
		<tr>
			<td>
				MSIE<br />
				<br />
				<a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1347">CVE-2013-1347</a></td>
			<td>
				<a href="http://support.microsoft.com/kb/2847204">KB 2847204</a></td>
			<td>
				Publicly discussed and exploit code available. Security advisory <a href="http://technet.microsoft.com/security/advisory/2847140">2847140</a></td>
			<td style="text-align: center;">
				Severity:Critical<br />
				Exploitability:1</td>
			<td style="background-color: red; text-align: center;">
				<span style="color:white;font-weight:bold">PATCH NOW</span></td>
			<td style="background-color: orange; text-align: center;">
				Important</td>
		</tr>
		<tr>
			<td rowspan="2" style="text-align: center;">
				<a href="http://technet.microsoft.com/en-us/security/bulletin/ms13-039">MS13-039</a></td>
			<td colspan="6">
				A vulnerability in the handling of HTTP headers in the HTTP stack allows a Denial of Service.</td>
		</tr>
		<tr>
			<td>
				HTTP.sys<br />
				<br />
				<a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1305">CVE-2013-1305</a></td>
			<td>
				<a href="http://support.microsoft.com/kb/2829254">KB&nbsp;2829254</a></td>
			<td>
				No publicly known exploits.</td>
			<td style="text-align: center;">
				Severity:Important<br />
				Exploitability:3</td>
			<td style="background-color: orange; text-align: center;">
				Important</td>
			<td style="background-color: orange; text-align: center;">
				Important</td>
		</tr>
		<tr>
			<td rowspan="2" style="text-align: center;">
				<a href="http://technet.microsoft.com/en-us/security/bulletin/ms13-040">MS13-040</a></td>
			<td colspan="6">
				Incorrect validation of signed XML files allows for failing to detect changes in said files and an authentication bypass allowing unauthenticated access. The impact of these vulnerabilities high depends on what applications make use of these features.<br />
				Replaces MS10-041.</td>
		</tr>
		<tr>
			<td>
				.NET<br />
				<br />
				<a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1336">CVE-2013-1336</a><br />
				<a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1337">CVE-2013-1337</a></td>
			<td>
				<a href="http://support.microsoft.com/kb/2836440">KB&nbsp;2836440</a></td>
			<td>
				Microsoft claims the vulnerability CVE-2013-1337 was publicly disclosed.</td>
			<td style="text-align: center;">
				Severity:Important<br />
				Exploitability:?</td>
			<td style="background-color: orange; text-align: center;">
				Important</td>
			<td style="background-color: orange; text-align: center;">
				Important</td>
		</tr>
		<tr>
			<td rowspan="2" style="text-align: center;">
				<a href="http://technet.microsoft.com/en-us/security/bulletin/ms13-041">MS13-041</a></td>
			<td colspan="6">
				A memory corruption vulnerability allows random code execution in the context of the current user.<br />
				Note the lync user level install of Lync 2010 Attendee is only available from the Microsoft Download Center - not via automatic updates.<br />
				Replaces MS12-066.</td>
		</tr>
		<tr>
			<td>
				Lync<br />
				<br />
				<a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1302">CVE-2013-1302</a></td>
			<td>
				<a href="http://support.microsoft.com/kb/2834695">KB&nbsp;2834695</a></td>
			<td>
				No publicly known exploits.</td>
			<td style="text-align: center;">
				Severity:Important<br />
				Exploitability:2</td>
			<td style="background-color: red; text-align: center;">
				Critical</td>
			<td style="background-color: orange; text-align: center;">
				Important</td>
		</tr>
		<tr>
			<td rowspan="2" style="text-align: center;">
				<a href="http://technet.microsoft.com/en-us/security/bulletin/ms13-042">MS13-042</a></td>
			<td colspan="6">
				A multitude of vulnerabilities in Publisher allow random code execution.<br />
				Replaces MS11-091.</td>
		</tr>
		<tr>
			<td>
				Publisher<br />
				<br />
				<a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1316">CVE-2013-1316</a><br />
				<a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1317">CVE-2013-1317</a><br />
				<a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1318">CVE-2013-1318</a><br />
				<a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1319">CVE-2013-1319</a><br />
				<a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1320">CVE-2013-1320</a><br />
				<a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1321">CVE-2013-1321</a><br />
				<a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1322">CVE-2013-1322</a><br />
				<a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1323">CVE-2013-1323</a><br />
				<a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1327">CVE-2013-1327</a><br />
				<a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1328">CVE-2013-1328</a><br />
				<a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1329">CVE-2013-1329</a></td>
			<td>
				<a href="http://support.microsoft.com/kb/2830397">KB&nbsp;2830397</a></td>
			<td>
				No publicly known exploits</td>
			<td style="text-align: center;">
				Severity:Important<br />
				Exploitability:1</td>
			<td style="background-color: red; text-align: center;">
				Critical</td>
			<td style="background-color: orange; text-align: center;">
				Important</td>
		</tr>
		<tr>
			<td rowspan="2" style="text-align: center;">
				<a href="http://technet.microsoft.com/en-us/security/bulletin/ms13-043">MS13-043</a></td>
			<td colspan="6">
				Incorrect handling of shape data in word allows random code execution with the rights of the logged on user.<br />
				Note that when word is used to read incoming email messages, it can be affected merely via previewing incoming emailed RTF data!</td>
		</tr>
		<tr>
			<td>
				Word<br />
				<br />
				<a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1335">CVE-2013-13335</a></td>
			<td>
				<a href="http://support.microsoft.com/kb/2830399">KB&nbsp;2830399</a></td>
			<td>
				No publicly known exploits</td>
			<td style="text-align: center;">
				Severity:Important<br />
				Exploitability:2</td>
			<td style="background-color: red; text-align: center;">
				Critical</td>
			<td style="background-color: orange; text-align: center;">
				Important</td>
		</tr>
		<tr>
			<td rowspan="2" style="text-align: center;">
				<a href="http://technet.microsoft.com/en-us/security/bulletin/ms13-044">MS13-044</a></td>
			<td colspan="6">
				A problem in handling XML files that references external files in Visio allows information leak and read access with the rights of the logged-on user.<br />
				Replace MS11-060 and MS13-023.</td>
		</tr>
		<tr>
			<td>
				Visio<br />
				<br />
				<a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1301">CVE-2013-1301</a></td>
			<td>
				<a href="http://support.microsoft.com/kb/2834692">KB&nbsp;2834692</a></td>
			<td>
				No publicly known exploits.</td>
			<td style="text-align: center;">
				Severity:Important<br />
				Exploitability:3</td>
			<td style="background-color: orange; text-align: center;">
				Important</td>
			<td style="background-color: orange; text-align: center;">
				Important</td>
		</tr>
		<tr>
			<td rowspan="2" style="text-align: center;">
				<a href="http://technet.microsoft.com/en-us/security/bulletin/ms13-045">MS13-045</a></td>
			<td colspan="6">
				Windows Writer - part of the Windows Essentials package - is a client to manage blogs. The vulnerability allows overriding proxy settings and overwriting files accessible to the logged-on user.</td>
		</tr>
		<tr>
			<td>
				Windows Essentials<br />
				<br />
				<a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0096">CVE-2013-0096</a></td>
			<td>
				<a href="http://support.microsoft.com/kb/2813707">KB&nbsp;2813707</a></td>
			<td>
				No publicly known exploits</td>
			<td style="text-align: center;">
				Severity:Important<br />
				Exploitability:3</td>
			<td style="background-color: red; text-align: center;">
				Critical</td>
			<td style="background-color: orange; text-align: center;">
				Important</td>
		</tr>
		<tr>
			<td rowspan="2" style="text-align: center;">
				<a href="http://technet.microsoft.com/en-us/security/bulletin/ms13-046">MS13-046</a></td>
			<td colspan="6">
				Multiple vulnerabilities in Kernel Mode Drivers allow privilege escalation.<br />
				Replaces MS13-036 and MS13-031.</td>
		</tr>
		<tr>
			<td>
				Kernel Mode Drivers<br />
				<br />
				<a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1332">CVE-2013-1332</a><br />
				<a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1332">CVE-2013-1333</a><br />
				<a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1332">CVE-2013-1334</a></td>
			<td>
				<a href="http://support.microsoft.com/kb/2840221">KB&nbsp;2840221</a></td>
			<td>
				No publicly known exploits</td>
			<td style="text-align: center;">
				Severity:Important<br />
				Exploitability:1</td>
			<td style="background-color: orange; text-align: center;">
				Imporant</td>
			<td style="background-color: orange; text-align: center;">
				Important</td>
		</tr>
	</tbody>
</table>
<div style="text-align: center;">
	We will update issues on this page for about a week or so as they evolve.<br />
	<a href="http://isc.sans.org/contact.php">We appreciate updates</a><br />
	US based customers can call Microsoft for free patch related support on 1-866-PCSAFETY</div>
<div style="font-size: x-small; font-style: italic; text-align: left;">
	(*): ISC rating
	<ul>
		<li>
			We use 4 levels:
			<ul>
				<li>
					<span style="color: white; background-color: red;">PATCH NOW</span>: Typically used where we see immediate danger of exploitation. Typical environments will want to deploy these patches ASAP. Workarounds are typically not accepted by users or are not possible. This rating is often used when typical deployments make it vulnerable and exploits are being used or easy to obtain or make.</li>
				<li>
					<span style="background-color: red;">Critical</span>: Anything that needs little to become &quot;interesting&quot; for the dark side. Best approach is to test and deploy ASAP. Workarounds can give more time to test.</li>
				<li>
					<span style="background-color: orange;">Important</span>: Things where more testing and other measures can help.</li>
				<li>
					<span style="background-color: yellow;">Less Urgent</span>: Typically we expect the impact if left unpatched to be not that big a deal in the short term. Do not forget them however.</li>
			</ul>
		</li>
		<li>
			The difference between the client and server rating is based on how you use the affected machine. We take into account the typical client and server deployment in the usage of the machine and the common measures people typically have in place already. Measures we presume are simple best practices for servers such as not using outlook, MSIE, word etc. to do traditional office or leisure work.</li>
		<li>
			The rating is not a risk analysis as such. It is a rating of importance of the vulnerability and the perceived or even predicted threat for affected systems. The rating does not account for the number of affected systems there are. It is for an affected system in a typical worst-case role.</li>
		<li>
			Only the organization itself is in a position to do a full risk analysis involving the presence (or lack of) affected systems, the actually implemented measures, the impact on their operation and the value of the assets involved.</li>
		<li>
			All patches released by a vendor are important enough to have a close look if you use the affected systems. There is little incentive for vendors to publicize patches that do not have some form of risk to them.</li>
	</ul>
	<p>
		(**): The exploitability rating we show is the worst of them all due to the too large number of ratings Microsoft assigns to some of the patches.</p>
</div>
<p>
	--<br />
	Swa Frantzen -- <a href="http://www.section66.com/">Section 66</a></p>

 
 (c) SANS Internet Storm Center. http://isc.sans.edu Creative Commons Attribution-Noncommercial 3.0 United States License.]]></description>
    <pubDate>Wed, 15 May 2013 00:12:31 GMT</pubDate>
  </item>
</channel>
</rss>
