<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel>
	<title>MetaFilter posts tagged with linux and security</title>
	<link>http://www.metafilter.com/tags/linux+security</link>
	<description>Posts tagged with 'linux' and 'security' at MetaFilter.</description>
	<pubDate>Mon, 17 Aug 2009 06:50:40 -0800</pubDate> <lastBuildDate>Mon, 17 Aug 2009 06:50:40 -0800</lastBuildDate>

	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>
	<item>
		<title>Why Can&apos;t MS Do This?</title>
		<link>http://www.metafilter.com/84205/Why%2DCant%2DMS%2DDo%2DThis</link>
		<description> &lt;a href=&quot;http://www.theregister.co.uk/2009/08/14/critical_linux_bug/&quot;&gt;An 8 year old critical security bug in the Linux kernel?&lt;/a&gt;  No problem, we can fix that &lt;a href=&quot;http://www.ksplice.com/uptrack/&quot;&gt;without even rebooting&lt;/a&gt;.  You heard me, &lt;a href=&quot;http://www.ksplice.com/example-update&quot;&gt;it is possible to apply a source code patch to a running kernel without reboot&lt;/a&gt;.  </description>
		<guid isPermaLink="false">tag:metafilter.com,2009:site.84205</guid>
		<pubDate>Mon, 17 Aug 2009 06:50:40 -0800</pubDate>
		<category>kernel</category>
		<category>linux</category>
		<category>patch</category>
		<category>security</category>
		<dc:creator>DU</dc:creator>
	</item>
      <item>
		<title>15 bits of crypto should be enough for anybody</title>
		<link>http://www.metafilter.com/71730/15%2Dbits%2Dof%2Dcrypto%2Dshould%2Dbe%2Denough%2Dfor%2Danybody</link>
		<description> On May 13, security advisories published by &lt;a href=&quot;http://lists.debian.org/debian-security-announce/2008/msg00152.html&quot;&gt;Debian&lt;/a&gt; and &lt;a href=&quot;http://www.ubuntu.com/usn/usn-612-1&quot;&gt;Ubuntu&lt;/a&gt; revealed that, for over a year, their OpenSSL libraries have had a major flaw in their &lt;a href=&quot;http://en.wikipedia.org/wiki/Cryptographically_secure_pseudorandom_number_generator&quot; title=&quot;Wikipedia: Cryptographically secure pseudorandom number generator&quot;&gt;CSPRNG&lt;/a&gt;, which is used by &lt;a href=&quot;http://en.wikipedia.org/wiki/Key_generation&quot; title=&quot;Wikipedia: Key generation&quot;&gt;key generation&lt;/a&gt; functions in many widely-used applications, which caused the &quot;random&quot; numbers produced to be extremely predictable. &lt;small&gt;[&lt;a href=&quot;http://blog.rominet.net/2008/05/debianopenssl-debacle.html&quot;&gt;lolcat summary&lt;/a&gt;]&lt;/small&gt; How bad is it? It&apos;s &lt;a href=&quot;http://www.debian.org/security/key-rollover/&quot;&gt;pretty&lt;/a&gt; &lt;a href=&quot;http://wiki.debian.org/SSLkeys&quot;&gt;bad&lt;/a&gt;. Understand that these keys are used not only for encryption, but also for authentication. The keyspace has been reduced to a mere 32,768 possibilities, and you can already &lt;a href=&quot;http://metasploit.com/users/hdm/tools/debian-openssl/&quot;&gt;download them all&lt;/a&gt;, along with tools to use them. Worse still, in the days &lt;em&gt;before&lt;/em&gt; the issue became publicly known, there was a &lt;a href=&quot;http://www.informationweek.com/news/security/attacks/showArticle.jhtml?articleID=207603339&quot;&gt;noticeable&lt;/a&gt; &lt;a href=&quot;http://stats.denyhosts.net/stats.html&quot;&gt;spike&lt;/a&gt; in the number of brute-force attacks on SSH servers, indicating that there has already been significant exploitation of this vulnerability.

Partial timeline of events: In May 2006, &lt;a href=&quot;http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=363516&quot;&gt;a bug&lt;/a&gt; led to &lt;a href=&quot;http://thread.gmane.org/gmane.comp.encryption.openssl.devel/10917&quot;&gt;a question&lt;/a&gt; which led to &lt;a href=&quot;http://svn.debian.org/viewsvn/pkg-openssl/openssl/trunk/rand/md_rand.c?rev=141&amp;r1=140&amp;r2=141&quot;&gt;the fateful patch&lt;/a&gt; being applied to &lt;a href=&quot;http://svn.debian.org/viewsvn/pkg-openssl/openssl/trunk/rand/md_rand.c?rev=141&amp;view=markup&quot;&gt;md_rand.c&lt;/a&gt; (in Debian&apos;s &quot;unstable&quot; development branch). In April 2007, Debian 4.0 &quot;etch&quot; and Ubuntu 7.04 were both released, which was the beginning of the inclusion of the buggy version of OpenSSL in officially-released distributions. The bug remained unfixed through the releases of Ubuntu 7.10 and 8.04. On May 7, 2008, the &lt;a href=&quot;http://svn.debian.org/viewsvn/pkg-openssl/openssl/trunk/crypto/rand/md_rand.c?rev=300&amp;view=diff&amp;r1=300&amp;r2=299&quot;&gt;patch to fix the problem&lt;/a&gt; was committed to Debian&apos;s source repository, and on May 13 the issue was officially disclosed and updated packages were made available to users. (The patch&apos;s availability days before public disclosure of the bug appears to be a violation of &lt;a href=&quot;http://www.debian.org/doc/developers-reference/ch-pkgs.en.html#s-bug-security-confidentiality&quot;&gt;Debian&apos;s policy&lt;/a&gt;.)

&lt;a href=&quot;http://blog.drinsama.de/erich/en/linux/2008051401-debian-openssl-desaster.html&quot;&gt;Here&lt;/a&gt; &lt;a href=&quot;http://blog.drinsama.de/erich/en/linux/2008051401-consequences-of-sslssh-weakness.html&quot;&gt;are&lt;/a&gt; &lt;a href=&quot;http://changelog.complete.org/posts/714-Thoughtfulness-on-the-OpenSSL-bug.html&quot;&gt;some&lt;/a&gt; &lt;a href=&quot;http://www.aigarius.com/blog/2008/05/14/too-similar-to-be-different/&quot;&gt;responses&lt;/a&gt; &lt;a href=&quot;http://algebraicthunk.net/~dburrows/blog/entry/worst-ever/&quot;&gt;from&lt;/a&gt; &lt;a href=&quot;http://www.advogato.org/person/branden/diary/5.html&quot;&gt;Debian&lt;/a&gt; &lt;a href=&quot;http://blog.steve.org.uk/i_still_don_t_know_why_i_m_here.html&quot;&gt;blogs&lt;/a&gt;, and &lt;a href=&quot;http://www.links.org/?p=327&quot;&gt;two&lt;/a&gt; &lt;a href=&quot;http://www.links.org/?p=328&quot;&gt;from&lt;/a&gt; an OpenSSL developer. </description>
		<guid isPermaLink="false">tag:metafilter.com,2008:site.71730</guid>
		<pubDate>Fri, 16 May 2008 22:01:42 -0800</pubDate>
		<category>crypto</category>
		<category>cryptography</category>
		<category>debian</category>
		<category>internet</category>
		<category>linux</category>
		<category>math</category>
		<category>numbers</category>
		<category>owie</category>
		<category>prng</category>
		<category>probability</category>
		<category>random</category>
		<category>security</category>
		<category>ssh</category>
		<category>ssl</category>
		<category>ubuntu</category>
		<dc:creator>finite</dc:creator>
	</item>
      <item>
		<title></title>
		<link>http://www.metafilter.com/6628/</link>
		<description>&lt;a href="http://www.infobeat.com/cgi-bin/WebObjects/IBFrontEnd.woa/wa/fullStory?article=406544252"&gt;The Winux virus &lt;/a&gt; is reported to affect both Windows and Linux boxes/applications.  The article says it&apos;s &quot;written in a primitive computer language called &apos;assembly language&apos;.&quot;  On a side note, who do they get to write these articles?  Certainly they are uncomfortable with technology...  </description>
		<guid isPermaLink="false">tag:metafilter.com,2001:site.6628</guid>
		<pubDate>Wed, 28 Mar 2001 14:41:22 -0800</pubDate>
		<category>brokenlink</category>
		<category>Linux</category>
		<category>security</category>
		<category>virus</category>
		<category>Windows</category>
		<dc:creator>fooljay</dc:creator>
	</item>
      <item>
		<title></title>
		<link>http://www.metafilter.com/6548/</link>
		<description>&lt;a href="http://www.cnn.com/2001/TECH/internet/03/23/linux.worm.idg/index.html"&gt;Up to 20% of the internet vulnerable &lt;/a&gt; to a virus.  There is a new Linux worm virus.  Apparently, it steals passwords, installs and hides other hacking tools on infected systems, and then uses those systems to seek other servers to attack.  Sys admins are advised to run a check on their servers and upgrade their BIND version.  </description>
		<guid isPermaLink="false">tag:metafilter.com,2001:site.6548</guid>
		<pubDate>Sun, 25 Mar 2001 17:27:41 -0800</pubDate>
		<category>hackers</category>
		<category>linux</category>
		<category>security</category>
		<category>virus</category>
		<category>worms</category>
		<dc:creator>borgle</dc:creator>
	</item>
      <item>
		<title></title>
		<link>http://www.metafilter.com/5414/</link>
		<description>&lt;a href="http://www.kaspersky.com/news.asp?tnews=0&amp;amp;nview=1&amp;amp;id=151&amp;amp;page=0"&gt;Linux no longer foolproof?&lt;/a&gt; And a smile descened upon Redmond...  </description>
		<guid isPermaLink="false">tag:metafilter.com,2001:site.5414</guid>
		<pubDate>Mon, 22 Jan 2001 09:35:48 -0800</pubDate>
		<category>linux</category>
		<category>microsoft</category>
		<category>privacy</category>
		<category>security</category>
		<dc:creator>mecawilson</dc:creator>
	</item>
      <item>
		<title></title>
		<link>http://www.metafilter.com/4917/</link>
		<description> Well, we talked about NORAD a few posts back, I guess now it&apos;s time for everyone&apos;s *other* favorite agency: &lt;a href=&quot;http://www.nsa.gov/selinux/&quot;&gt;the NSA has a &lt;i&gt;logo&lt;/i&gt;&lt;/a&gt;.  That&apos;s funny.  No, really, the topic of this posting is their release of Security-Enhanced Linux, including Mandatory Access Control and other cool B-1&apos;ish stuff.  Ted T&apos;so has some interesting observations in &lt;a href=&quot;http://slashdot.org/article.pl?sid=00/12/22/0157229&quot;&gt;this Slashdot thread&lt;/a&gt; on the topic as well.  </description>
		<guid isPermaLink="false">tag:metafilter.com,2000:site.4917</guid>
		<pubDate>Sat, 23 Dec 2000 11:09:51 -0800</pubDate>
		<category>linux</category>
		<category>nsa</category>
		<category>security</category>
		<dc:creator>baylink</dc:creator>
	</item>
      <item>
		<title></title>
		<link>http://www.metafilter.com/3335/</link>
		<description> Apparently, the &lt;a href=&quot;http://www.metafilter.com/detail.cfm?link_ID=3277#19700&quot; title=&quot;I can&apos;t believe the idiots at SDMI thought this was actually going to accomplish anything&quot;&gt;conventional wisdom&lt;/a&gt; is not quite right. &lt;a href=&quot;http://www.zdnet.com/zdnn/stories/news/0,4586,2629420,00.html&quot; title=&quot;ZDNet: SDMI hack popular despite Linux boycott&quot;&gt;The SDMI&apos;s Executive Director says&lt;/a&gt; they have &quot;thousands of entries&quot; in their contest to hack the various proposed digital music security schemes. As I &lt;a href=&quot;http://www.metafilter.com/detail.cfm?link_ID=3172#18709&quot; title=&quot;There&apos;s always more were THOSE came from!&quot;&gt;pointed out recently in a similar context,&lt;/a&gt; the &quot;Linux community&quot; and the population of computer literate, financially motived, non-OS-sectarian hackers are far from being one and the same...  </description>
		<guid isPermaLink="false">tag:metafilter.com,2000:site.3335</guid>
		<pubDate>Wed, 20 Sep 2000 11:20:15 -0800</pubDate>
		<category>hackers</category>
		<category>linux</category>
		<category>music</category>
		<category>opensource</category>
		<category>security</category>
		<dc:creator>m.polo</dc:creator>
	</item>
      <item>
		<title></title>
		<link>http://www.metafilter.com/1443/</link>
		<description>&lt;a href="http://www.lwn.net/daily/rh-piranha.html"&gt;RedHat Linux security problem uncovered.&lt;/a&gt; Today, apparently it was discovered that if you install the Piranha package with RedHat 6.2 (ostensibly part of the default installation, but there&apos;s controversy over this), a default password is installed that would give anyone access to the Piranha configuration package; from there, it is apparently trivial to execute any command on the box that you want.&lt;br&gt;
I find it very interesting that the fact that Microsoft had a &quot;backdoor password&quot; in a DLL made &lt;b&gt;huge&lt;/b&gt; news (and it turned out to be patently false), yet this has gotten almost &lt;b&gt;no&lt;/b&gt; press.  I&apos;d like to think otherwise, but I know it&apos;s because people hate Microsoft, and thus are eager to deride it... and yet here&apos;s proof that even the mighty Linux is susceptible to the same exact problems.&lt;br&gt;
Next time you reach for the keyboard to cry out &quot;nyah nyah!&quot; at the discovery of some problem with Windows, remember this...  </description>
		<guid isPermaLink="false">tag:metafilter.com,2000:site.1443</guid>
		<pubDate>Mon, 24 Apr 2000 21:38:33 -0800</pubDate>
		<category>brokenlink</category>
		<category>computers</category>
		<category>Linux</category>
		<category>OS</category>
		<category>Pirahna</category>
		<category>RedHat</category>
		<category>security</category>
		<dc:creator>delfuego</dc:creator>
	</item>
      
	</channel>
</rss>


