<?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>NamHuy &#187; debain</title>
	<atom:link href="http://namhuy.org/blog/tag/debain/feed/" rel="self" type="application/rss+xml" />
	<link>http://namhuy.org/blog</link>
	<description>Includes news, help, tutorials, programming, tips and how-to guides for Linux, UNIX, and BSD</description>
	<lastBuildDate>Fri, 20 Jan 2012 19:37:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Linux Security Hole Goes Back Eight Years</title>
		<link>http://namhuy.org/blog/2009/08/23/linux-security-hole-goes-back-eight-years/</link>
		<comments>http://namhuy.org/blog/2009/08/23/linux-security-hole-goes-back-eight-years/#comments</comments>
		<pubDate>Sun, 23 Aug 2009 23:20:07 +0000</pubDate>
		<dc:creator>Huy Tran</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[debain]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[redhat]]></category>
		<category><![CDATA[security hole]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://namhuy.org/blog/2009/08/23/linux-security-hole-goes-back-eight-years/</guid>
		<description><![CDATA[Here’s another deep chink in the armor of the braindead zealots who claim Linux is inherently more secure than Windows. Julien Tinnes and Tavis Ormandy have found what could be the widest ranging vulnerability yet discovered in the Linux kernel. &#8230; <a href="http://namhuy.org/blog/2009/08/23/linux-security-hole-goes-back-eight-years/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Here’s another deep chink in the armor of the braindead zealots who claim Linux is inherently more secure than Windows. <a href="http://blog.cr0.org/2009/08/linux-null-pointer-dereference-due-to.html">Julien Tinnes</a> and <a href="http://archives.neohapsis.com/archives/fulldisclosure/2009-08/0174.html">Tavis Ormandy</a> have found what could be the widest ranging vulnerability yet discovered in the Linux kernel.</p>
<p>Affected versions include all Linux 2.4 and2.6 versions since May 2001. This spans 2.4.4 up to and including 2.4.37.4 in the 2.4 kernel and every iteration of 2.6 from 2.6.0 up to and including 2.6.30.4.</p>
<p>What is this vulnerability all about? Functions in certain kernel routines are left uninitialized, so pointers aren’t validated before dereferencing. This allows local execution of code (sample POC available in both articles linked above) which compromises the machine. Compromise? Yes, pwnt.</p>
<p>These are known affected modules according to <a href="https://bugzilla.redhat.com/show_bug.cgi?id=516949">Redhat’s bugzilla</a>:<br />
ipx.ko<br />
irda.ko<br />
x25.ko<br />
ax25.ko<br />
bluetooth.ko<br />
sctp.ko<br />
pppoe.ko<br />
pppox.ko<br />
appletalk.ko</p>
<p>That thread offers mitigation possibilities (and some commenters — see <a href="https://bugzilla.redhat.com/show_bug.cgi?id=516949#c32">#32</a> and <a href="https://bugzilla.redhat.com/show_bug.cgi?id=516949#c48">#48</a> — explain why those steps won’t work). According to <a href="https://bugzilla.redhat.com/show_bug.cgi?id=516949#c27">post #27</a> in that thread, the exploit is already being used (as of about a week ago as I write this) to attack machines: “They entered the system through a web application exploit and then used the exploit to gain a root shell.”</p>
<p>This gets to the bigger problems of security. If you think of Linux as only the kernel or even the kernel plus the utilities that make it a functioning operating system, you’re seeing only one layer of vulnerability. Add another layer of complexity with various software and you’re adding more complexity and, accordingly exponentially more layers of vulnerability. If someone can get in through one door, he can often find “keys” to open other doors. That in a nutshell is what happens in cases like #27 in the Redhat bugzilla thread.</p>
<p>Fedora, Debian, and Ubuntu have reportedly already patched for this kernel issue.</p>
<div class="bottomcontainerBox" style="background-color:#F0F4F9;">
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fnamhuy.org%2Fblog%2F2009%2F08%2F23%2Flinux-security-hole-goes-back-eight-years%2F&amp;layout=button_count&amp;show_faces=false&amp;width=80&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=80px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://namhuy.org/blog/2009/08/23/linux-security-hole-goes-back-eight-years/"></g:plusone>
			</div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://namhuy.org/blog/2009/08/23/linux-security-hole-goes-back-eight-years/"  data-text="Linux Security Hole Goes Back Eight Years" data-count="horizontal">Tweet</a>
			</div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://namhuy.org/blog/2009/08/23/linux-security-hole-goes-back-eight-years/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div>]]></content:encoded>
			<wfw:commentRss>http://namhuy.org/blog/2009/08/23/linux-security-hole-goes-back-eight-years/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.284 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-04 17:14:15 -->
<!-- Compression = gzip -->
