<?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>Darknet - The Darkside &#187; x11</title>
	<atom:link href="http://www.darknet.org.uk/tag/x11/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.darknet.org.uk</link>
	<description>Ethical Hacking, Penetration Testing &#38; Computer Security</description>
	<lastBuildDate>Mon, 22 Mar 2010 06:54:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Homeland Security Uncovers Critical Flaw in X11</title>
		<link>http://www.darknet.org.uk/2006/05/homeland-security-uncovers-critical-flaw-in-x11/</link>
		<comments>http://www.darknet.org.uk/2006/05/homeland-security-uncovers-critical-flaw-in-x11/#comments</comments>
		<pubDate>Thu, 04 May 2006 01:50:43 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Exploits/Vulnerabilities]]></category>
		<category><![CDATA[Linux Hacking]]></category>
		<category><![CDATA[computer-security]]></category>
		<category><![CDATA[darknet]]></category>
		<category><![CDATA[exploits]]></category>
		<category><![CDATA[flaws]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[homeland]]></category>
		<category><![CDATA[homeland-security]]></category>
		<category><![CDATA[linux-security]]></category>
		<category><![CDATA[vulnerabilities]]></category>
		<category><![CDATA[x11]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/2006/05/homeland-security-uncovers-critical-flaw-in-x11/</guid>
		<description><![CDATA[An open-source security audit program funded by the U.S. Department of Homeland Security has flagged a critical vulnerability in the X Window System (X11) which is used in Unix and Linux systems. A missing parentheses in a bit of code is to blame. The error can grant a user root access, and was discovered using [...]]]></description>
			<content:encoded><![CDATA[<p>An open-source security audit program funded by the U.S. Department of Homeland Security has flagged a critical vulnerability in the X Window System (X11) which is used in Unix and Linux systems. A missing parentheses in a bit of code is to blame. The error can grant a user root access, and was discovered using an automated code-scanning tool.</p>
<p>The flaw has been fixed.</p>
<p><div align="center">
<script type="text/javascript"><!--
google_ad_client = "pub-3033787195489589";
google_alternate_ad_url = "http://www.darknet.org.uk/google_adsense_script.html";
google_ad_width = 336;
google_ad_height = 280;
google_ad_format = "336x280_as";
google_ad_type = "text";
google_ad_channel ="4027562844";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "df6f0b";
google_color_url = "df6f0b";
google_color_text = "000000";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div></p>
<p>It was a change from this:</p>
<p><code>if (getuid() == 0 || geteuid != 0)</code></p>
<p>to this:</p>
<p><code>if (getuid() == 0 || geteuid() != 0) </code></p>
<p>The best part was the CVS comment:</p>
<p><div align="center">
<script type="text/javascript"><!--
google_ad_client = "pub-3033787195489589";
google_alternate_ad_url = "http://www.darknet.org.uk/google_adsense_script.html";
google_ad_width = 336;
google_ad_height = 280;
google_ad_format = "336x280_as";
google_ad_type = "text";
google_ad_channel ="4027562844";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "df6f0b";
google_color_url = "df6f0b";
google_color_text = "000000";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div></p>
<blockquote><p><em>Fri Mar 10 17:29:51 2006 UTC (7 weeks, 4 days ago) by deraadt:</em><br />
proper geteuid calls because suse hires people who mistype things</p></blockquote>
<p>From the article:</p>
<blockquote><p>Coverity, the San Franciso-based company managing the project under a $1.25 million grant, described the flaw as the &#8220;biggest security vulnerability&#8221; found in the X Window System code since 2000.</p>
<p>The X Window System, also called X11 or X, provides the toolkit and protocol to build GUIs for Unix and Unix-like operating systems. It is used to provide windowing for bit-map displays. </p></blockquote>
<p>Source: <a href="http://news.yahoo.com/s/zd/20060502/tc_zd/177195">Yahoo News</a></p>
<p>Apparently OpenBSD already fixed this during a code-cleanup.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Homeland+Security+Uncovers+Critical+Flaw+in+X11+http://bit.ly/36P5gR+from+@THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2006/05/homeland-security-uncovers-critical-flaw-in-x11/&amp;title=Homeland+Security+Uncovers+Critical+Flaw+in+X11" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.darknet.org.uk/2006/05/homeland-security-uncovers-critical-flaw-in-x11/&amp;title=Homeland+Security+Uncovers+Critical+Flaw+in+X11" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2006/05/homeland-security-uncovers-critical-flaw-in-x11/&amp;t=Homeland+Security+Uncovers+Critical+Flaw+in+X11" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2006/05/homeland-security-uncovers-critical-flaw-in-x11/&amp;title=Homeland+Security+Uncovers+Critical+Flaw+in+X11" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2006/05/homeland-security-uncovers-critical-flaw-in-x11/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
