<?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>Real-time AntiSpam protection, automated and self-managed content filtering &#187; Security Bulletin</title>
	<atom:link href="http://veriat.com/tag/security-bulletin/feed" rel="self" type="application/rss+xml" />
	<link>http://veriat.com</link>
	<description></description>
	<lastBuildDate>Thu, 27 May 2010 23:10:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>What Does it Mean When You Keep on Making the Same Mistake?</title>
		<link>http://veriat.com/what-does-it-mean-when-you-keep-on-making-the-same-mistake.html</link>
		<comments>http://veriat.com/what-does-it-mean-when-you-keep-on-making-the-same-mistake.html#comments</comments>
		<pubDate>Sun, 02 Aug 2009 12:04:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Anti-spam techniques]]></category>
		<category><![CDATA[Microsoft Word]]></category>
		<category><![CDATA[Outlook Express]]></category>
		<category><![CDATA[PowerPoint 2000]]></category>
		<category><![CDATA[Security Bulletin]]></category>
		<category><![CDATA[Visual Studio VB T-SQL]]></category>

		<guid isPermaLink="false">http://veriat.com/?p=267</guid>
		<description><![CDATA[Memo to Bill Gates, Steve Ballmer, or whoever is in charge nowadays:
Go into Microsoft Word and print up a whole bunch of signs that say &#8220;Check All Buffers.&#8221; Then go around and staple these signs to the cubicle wall, the monitor, or the forehead of all your programmers.
Why? Because for the fifth time in 2001 [...]]]></description>
			<content:encoded><![CDATA[<p>Memo to Bill Gates, Steve Ballmer, or whoever is in charge nowadays:</p>
<p>Go into Microsoft Word and print up a whole bunch of signs that say &#8220;Check All Buffers.&#8221; Then go around and staple these signs to the cubicle wall, the monitor, or the forehead of all your programmers.<span id="more-267"></span></p>
<p>Why? Because for the fifth time in 2001 (plus once in December 2000), Microsoft has had to issue a Security Bulletin dealing with a threat or a bug caused by an unchecked buffer.</p>
<p>The latest problem surfaced in the Indexing Server in Windows NT 4.0. This product does full-text searches of files &#8212; not only looking for filenames, but for text within the files. If the search input is too long, it may crash the indexing service/server. If the input is too long, plus it is constructed in a certain way, it may allow an attacker to run some code on the computer. According to Microsoft, this particular attack probably couldn&#8217;t be pulled off from a network outsider connecting through the Internet; they would need an account on the network. (If network security is lax, it could be done from the outside.)</p>
<p>There is also a buffer problem in the Windows 2000 Indexing Service, where hackers could construct a query to the Indexing Service that would allow them to view files that would ordinarily be off limits. There are fixes for these two problems at http://www.microsoft.com/technet/security/bulletin/MS01-025.asp. Microsoft credits David Litchfield of @Stake and Mike Mulling for finding this problem.</p>
<p>While at the Microsoft Security Site, pick up the fixes for these other buffer checking/overrun problems:</p>
<table id="table1" border="1" cellspacing="1" cellpadding="5" width="70%" align="center">
<tbody>
<tr valign="top" bgcolor="#e9e9e9">
<td><span style="font-family: Arial, sans-serif;"><strong>Bulletin</strong></span></td>
<td><span style="font-family: Arial, sans-serif;"><strong>Problem</strong></span></td>
</tr>
<tr valign="top">
<td><span style="font-family: Arial, sans-serif;">01-023</span></td>
<td><span style="font-family: Arial, sans-serif;">Unchecked Buffer in ISAPI<br />
Extension Could Enable Compromise of IIS 5.0 Server</span></td>
</tr>
<tr valign="top" bgcolor="#e9e9e9">
<td><span style="font-family: Arial, sans-serif;">01-018</span></td>
<td bgcolor="#e9e9e9"><span style="font-family: Arial, sans-serif;">Visual<br />
Studio VB T-SQL Object Contains Unchecked Buffer</span></td>
</tr>
<tr valign="top">
<td><span style="font-family: Arial, sans-serif;">01-013</span></td>
<td><span style="font-family: Arial, sans-serif;">Windows 2000 Event Viewer<br />
Contains Unchecked Buffer</span></td>
</tr>
<tr valign="top" bgcolor="#e9e9e9">
<td><span style="font-family: Arial, sans-serif;">01-012</span></td>
<td><span style="font-family: Arial, sans-serif;">Outlook, Outlook Express<br />
VCard Handler Contains Unchecked Buffer</span></td>
</tr>
<tr valign="top">
<td><span style="font-family: Arial, sans-serif;">01-002</span></td>
<td><span style="font-family: Arial, sans-serif;">PowerPoint 2000 File<br />
Parser Contains Unchecked Buffer</span></td>
</tr>
<tr valign="top" bgcolor="#e9e9e9">
<td><span style="font-family: Arial, sans-serif;">00-094</span></td>
<td><span style="font-family: Arial, sans-serif;">Patch Available for &#8220;Phone<br />
Book Service Buffer Overflow&#8221; Vulnerability</span></td>
</tr>
</tbody>
</table>
<p>A Common Problem</p>
<p>These are the recent problems. Going to the Microsoft Knowledge Base and searching for the phrase &#8220;unchecked buffer&#8221; turned up twenty-two hits, although some of the items are redundant. (One article may talk about an unchecked buffer, while another lists the Service Pack where it is fixed.) Searching for the phrase &#8220;buffer overflow&#8221; turned up 200 hits. There are actually far more, but the Microsoft Search Engine tops out at 200. Think there may be some sort of chronic problem here?</p>
<p>Now, I&#8217;m not a professional programmer, so I&#8217;m not sure how difficult it actually is. But I would certainly try to implement some sort of rule: Anytime you create a buffer, check it. What happens when it overflows? What happens when they send it bad data &#8212; because the phrase &#8220;malformed request&#8221; shows up even more frequently in the security bulletins than &#8220;unchecked buffer&#8221;? Countless exploits have been devised around these things, so wouldn&#8217;t it be easier to check it first?</p>
<p>Maybe Microsoft needs to hire a special group just to do this. Make them an elite squad, &#8220;The Buffer Checkers&#8221;; maybe they can even hire Sarah Michelle Geller as their spokesperson. You know, &#8220;Buffy the Buffer Slayer.&#8221; Or maybe they just want to keep on issuing security bulletins every month about fixes for unchecked buffers. At least it keeps their name in the headlines.</p>
]]></content:encoded>
			<wfw:commentRss>http://veriat.com/what-does-it-mean-when-you-keep-on-making-the-same-mistake.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

