<?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>Life Pattern &#187; vulnerability</title>
	<atom:link href="http://blog.lifepattern.org/tag/vulnerability/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.lifepattern.org</link>
	<description>There must be a better way...</description>
	<lastBuildDate>Sun, 14 Nov 2010 21:45:03 +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>Attack vectors deja vu</title>
		<link>http://blog.lifepattern.org/2009/05/11/attack-vectors-deja-vu/</link>
		<comments>http://blog.lifepattern.org/2009/05/11/attack-vectors-deja-vu/#comments</comments>
		<pubDate>Mon, 11 May 2009 07:01:37 +0000</pubDate>
		<dc:creator>zimage</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[vulnerability]]></category>

		<guid isPermaLink="false">http://blog.lifepattern.org/?p=64</guid>
		<description><![CDATA[I have to keep an eye on the IT security news.  You know, “security is a process not product”. Just recently, Linux kernel vulnerability CVE-2009-1337 caught my attention. This even has l33t in its name   The more interesting part is, of course, not the CVE number but the attack vector used in [...]


Related posts:<ol><li><a href='http://blog.lifepattern.org/2008/02/11/linux-kernel-vmsplice-root-exploit/' rel='bookmark' title='Permanent Link: Linux kernel vmsplice root exploit'>Linux kernel vmsplice root exploit</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>I have to keep an eye on the IT security news.  You know, “security is a process not product”. Just recently, Linux kernel vulnerability <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-1337">CVE-2009-1337</a> caught my attention. This even has l33t in its name <img src='http://blog.lifepattern.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  The more interesting part is, of course, not the CVE number but the attack vector used in a recent <a href="http://downloads.securityfocus.com/vulnerabilities/exploits/34405.sh">exploit</a>.  Basically, a core is dumped to the logrotate.d directory.  After this, logrotate executes the malicious code included in this dump since it uses rather naive parsing to find instructions in its configuration files.</p>
<p>Inevitably, this reminded me of a very similar situation from few years ago.  In 2006, <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2451">CVE-2006-2451</a>, which is another kernel vulnerability, allowed core to be dumped in a directory that the attacker isn’t allowed to write to. A <a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=378153">weakness in cron.d</a> parsing similar to that in recent versions of logrotate was used as attack vector.</p>
<p>Just a few weeks ago, I had another deja vu. There’s a flaw in udev versions before 1.4.1 that allows local users to gain root privileges by not checking whether a NETLINK message originates from kernel (<a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-1185">CVE-2009-1185</a>). It took me some time to remember why this sounded so familiar since the older case is from 2003.  Back then, the zebra routing suite failed to check the NETLINK message originators (<a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2003-0858">CVE-2003-0858</a>).</p>
<p>Oh well, to err is human, don’t you think?</p>
<div style="float: left; width: 42px; padding-right: 45px; margin: 0 45px 0 0;">
		<script type="text/javascript">
		<!--
		digg_url = "http://blog.lifepattern.org/2009/05/11/attack-vectors-deja-vu/";
		digg_bgcolor = "#FFFFFF";
		digg_skin = "compact";
		digg_window = "";
		digg_title = "Attack+vectors+deja+vu";
		digg_bodytext = "";
		digg_media = "news";
		digg_topic = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><div style="clear:both;"></div>

<p>Related posts:<ol><li><a href='http://blog.lifepattern.org/2008/02/11/linux-kernel-vmsplice-root-exploit/' rel='bookmark' title='Permanent Link: Linux kernel vmsplice root exploit'>Linux kernel vmsplice root exploit</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.lifepattern.org/2009/05/11/attack-vectors-deja-vu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Linux kernel vmsplice root exploit</title>
		<link>http://blog.lifepattern.org/2008/02/11/linux-kernel-vmsplice-root-exploit/</link>
		<comments>http://blog.lifepattern.org/2008/02/11/linux-kernel-vmsplice-root-exploit/#comments</comments>
		<pubDate>Mon, 11 Feb 2008 20:47:38 +0000</pubDate>
		<dc:creator>zimage</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[0-day]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[vulnerability]]></category>

		<guid isPermaLink="false">http://blog.lifepattern.org/2008/02/11/linux-kernel-vmsplice-root-exploit/</guid>
		<description><![CDATA[Two strings walk into a bar. The first says, &#8220;Hello, I&#8217;d like a ciderO&#8217;y?kI&#8217;U`,E&#8217;*@???&#8217;?? ?!&#62;A~Xx?(y&#8217;n?.&#8221; The second says, &#8220;Please excuse my friend, he&#8217;s not null-terminated.&#8221;
&#8212;
If you are running Linux kernel newer than 2.6.17 but older than 2.6.24.2 or 2.6.23.16 then any  local user can easily become root or at least crash your system.
There are [...]


Related posts:<ol><li><a href='http://blog.lifepattern.org/2009/05/11/attack-vectors-deja-vu/' rel='bookmark' title='Permanent Link: Attack vectors deja vu'>Attack vectors deja vu</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>Two strings walk into a bar. The first says, &#8220;Hello, I&#8217;d like a ciderO&#8217;y?kI&#8217;U`,E&#8217;*@???&#8217;?? ?!&gt;A~Xx?(y&#8217;n?.&#8221; The second says, &#8220;Please excuse my friend, he&#8217;s not null-terminated.&#8221;</p>
<p>&#8212;</p>
<p>If you are running Linux kernel newer than 2.6.17 but older than 2.6.24.2 or 2.6.23.16 then any  local user can easily become root or at least crash your system.</p>
<p>There are actually two different security issues related to vmsplice() system call and both of them could lead to local privileges escalation. This is especially bad for people who don&#8217;t fully control content on and access to their servers &#8211; e.g. web hosting companies. The other bad news is that vmsplice() is part of the core kernel and there is no configuration option to exclude it.</p>
<p>Two separate exploits have been publicly released which exploit each of the two issues respectively.</p>
<p>The first issue was classified as <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-0009">CVE-2008-0009</a> and <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-0010">CVE-2008-0010</a> and was fixed by linux kernels 2.6.23.15 and 2.6.24.1.</p>
<p>The situation with the second issue, classified as <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-0600">CVE-2008-0600</a> was much worse. It was introduced with the initial implementation of vmsplice() and affects all kernels after 2.6.17 inclusively. There was an exploit in the wild for more than 24 hours without proper fix for the problem. I&#8217;m sure that even though there are patched versions now &#8211; linux 2.6.24.2 and 2.6.23.16 &#8211; at least 2-3 more days will pass before the number of vulnerable systems is reduced enough.</p>
<p>IMHO this is one of the worst 0-day Linux kernel exploits  in years. I hope it won&#8217;t happen again soon. But you should be careful because all this has happened before and will definitely happen again someday.</p>
<div style="float: left; width: 42px; padding-right: 45px; margin: 0 45px 0 0;">
		<script type="text/javascript">
		<!--
		digg_url = "http://blog.lifepattern.org/2008/02/11/linux-kernel-vmsplice-root-exploit/";
		digg_bgcolor = "#FFFFFF";
		digg_skin = "compact";
		digg_window = "";
		digg_title = "Linux+kernel+vmsplice+root+exploit";
		digg_bodytext = "";
		digg_media = "news";
		digg_topic = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><div style="clear:both;"></div>

<p>Related posts:<ol><li><a href='http://blog.lifepattern.org/2009/05/11/attack-vectors-deja-vu/' rel='bookmark' title='Permanent Link: Attack vectors deja vu'>Attack vectors deja vu</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.lifepattern.org/2008/02/11/linux-kernel-vmsplice-root-exploit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

