<?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>EDV - Ende der Vernunft &#187; security</title>
	<atom:link href="http://www.ende-der-vernunft.org/tag/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ende-der-vernunft.org</link>
	<description>Wir ertrinken in Information, aber hungern nach Wissen [John Naisbitt]</description>
	<lastBuildDate>Sun, 01 Jan 2012 17:51:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<image><title>EDV - Ende der Vernunft</title><url>http://www.ende-der-vernunft.org/files/joern/edv-banner.jpg</url><link>http://www.ende-der-vernunft.org</link></image>		<item>
		<title>SSH Keys ohne Passphrase sind böse!</title>
		<link>http://www.ende-der-vernunft.org/2008/08/27/ssh-keys-ohne-passphrase-sind-boese/</link>
		<comments>http://www.ende-der-vernunft.org/2008/08/27/ssh-keys-ohne-passphrase-sind-boese/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 19:46:10 +0000</pubDate>
		<dc:creator>Joern</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[pam]]></category>
		<category><![CDATA[Passphrase]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://www.ende-der-vernunft.org/?p=2174</guid>
		<description><![CDATA[Ich konnte mich Anfangs nicht mit einer Passphrase für SSH anfreunden, ohne kann es aber fürchterlich nach hinten losgehen: The US-CERT is reporting that there is active attacks against Linux environments using stolen SSH keys. There is a new rootkit out, Phalanx2 which is dropped by attackers which, among the usual rootkit tasks, steal any [...]]]></description>
			<content:encoded><![CDATA[<p>Ich konnte mich Anfangs nicht mit einer Passphrase für SSH anfreunden, ohne kann es aber fürchterlich nach hinten losgehen:</p>
<blockquote><p>The US-CERT is reporting that there is active attacks against Linux environments using stolen SSH keys.  There is a new rootkit out, Phalanx2 which is dropped by attackers which, among the usual rootkit tasks, steal any SSH key on a system.  The attackers then, presumably, use those stolen keys (the ones without passwords/passphrases at least) to get into other machines.<br />
<a href="http://isc.sans.org/diary.html?storyid=4937">SANS ISC</a></p></blockquote>
<p>Glücklicherweise gibt es <a href="http://pam-ssh.sourceforge.net/">pam-ssh</a>, welches die Sache wieder erträglich macht. Bei KDE muss das Benutzer-Passwort identisch mit der Passphrase sein, GDM ist so elegant und fragt danach. Anschließend merkt man von der Passphrase nichts mehr.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ende-der-vernunft.org/2008/08/27/ssh-keys-ohne-passphrase-sind-boese/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Debian OpenSSL Schwachstelle &#8211; Nicht die SSH-Keys vergessen</title>
		<link>http://www.ende-der-vernunft.org/2008/05/13/debian-openssl-schwachstelle-nicht-die-ssh-keys-vergessen/</link>
		<comments>http://www.ende-der-vernunft.org/2008/05/13/debian-openssl-schwachstelle-nicht-die-ssh-keys-vergessen/#comments</comments>
		<pubDate>Tue, 13 May 2008 17:50:30 +0000</pubDate>
		<dc:creator>Joern</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Sicherheit]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://www.ende-der-vernunft.org/?p=2086</guid>
		<description><![CDATA[Die OpenSSL-Schwachstelle in Debian Etch, Ubuntu von Feisty bis Gutsy und alle anderen Derivaten kann man getrost als GAU bezeichnen, denn die Konsequenzen können dramatisch sein. Leute die öfters mit Verschlüsselung zu tun haben wird der Satz It is strongly recommended that all cryptographic key material which has been generated by OpenSSL versions starting with [...]]]></description>
			<content:encoded><![CDATA[<p>Die <a href="http://lists.debian.org/debian-security-announce/2008/msg00152.html">OpenSSL-Schwachstelle</a> in Debian Etch, Ubuntu von Feisty bis Gutsy und alle anderen Derivaten kann man getrost als GAU bezeichnen, denn die Konsequenzen können dramatisch sein. Leute die öfters mit Verschlüsselung zu tun haben wird der Satz</p>
<blockquote><p>It is strongly recommended that all cryptographic key material which has<br />
been generated by OpenSSL versions starting with 0.9.8c-1 on Debian<br />
systems is recreated from scratch</p></blockquote>
<p>alarmierend genug sein. <a href="http://www.ubuntu.com/usn/usn-612-1">Ubuntu</a> ist da deutlicher:</p>
<blockquote><p>This includes the automatically generated host keys used by OpenSSH, which are the basis for its server spoofing and man-in-the-middle protection.</p></blockquote>
<p>Genau, eigentlich jeder mit einen Server auf dem eines der obigen Betriebs-Systemen läuft ist damit direkt von dieser Sicherheitslücke betroffen. Um, zum Beispiel auf einen Root-Server, bei Debian Etch neue Keys zu erzeugen sollte man zur Sicherheit eine zweite SSH-Session aufmachen, dann die alten Keys löschen und neue erzeugen:</p>
<pre> # apt-get update &#038;&#038; apt-get -y upgrade
# cd /etc/ssh
# rm ssh_host_*
# /var/lib/dpkg/info/openssh-server.postinst configure
</pre>
<p>Danach ausloggen, den alten Key aus der <em>~/.ssh/know_hosts</em> löschen und neu verbinden. Fertig.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ende-der-vernunft.org/2008/05/13/debian-openssl-schwachstelle-nicht-die-ssh-keys-vergessen/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Links for 2008-03-28</title>
		<link>http://www.ende-der-vernunft.org/2008/03/28/links-for-2008-03-28/</link>
		<comments>http://www.ende-der-vernunft.org/2008/03/28/links-for-2008-03-28/#comments</comments>
		<pubDate>Fri, 28 Mar 2008 20:33:57 +0000</pubDate>
		<dc:creator>Joern</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[Gnome]]></category>
		<category><![CDATA[Icecast]]></category>
		<category><![CDATA[Informatiker]]></category>
		<category><![CDATA[mpd]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Streaming]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.ende-der-vernunft.org/2008/03/28/links-for-2008-03-28/</guid>
		<description><![CDATA[9 Improvements Needed in GNOME &#8211; 10tens: Kompletter Neuanfang *stänker* Warum Du kein Informatiker sein willst… &#8211; Njoar streaming from your fileserver using mpd and icecast &#8211; Das wollte ich schon immer mal machen Automated WordPress Hacking Tool Cached by Google &#8211; Du hast ein Unterverzeichnis namens wp-content/1 ? 0w3n3d! (Danke an Kiesow für die [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li><a href="http://itmanagement.earthweb.com/osrc/article.php/12068_3736091_2">9 Improvements Needed in GNOME</a> &#8211; 10tens: Kompletter Neuanfang *stänker*</li>
<li><a href="http://instant-thinking.de/2006/10/19/warum-du-kein-informatiker-sein-willst/">Warum Du kein Informatiker sein willst…</a> &#8211; Njoar</li>
<li><a href="http://nion.modprobe.de/blog/archives/631-streaming-from-your-fileserver-using-mpd-and-icecast.html">streaming from your fileserver using mpd and icecast</a> &#8211; Das wollte ich schon immer mal machen</li>
<li><a href="http://blogsecurity.net/wordpress/automated-wordpress-hacking-tool-cached-by-google/">Automated WordPress Hacking Tool Cached by Google</a> &#8211; Du hast ein Unterverzeichnis namens wp-content/1 ? 0w3n3d! (Danke an <a href="http://kiesows.de">Kiesow</a> für die Panikmache)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.ende-der-vernunft.org/2008/03/28/links-for-2008-03-28/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Zitat des Tages</title>
		<link>http://www.ende-der-vernunft.org/2007/04/13/zitat-des-tages-7/</link>
		<comments>http://www.ende-der-vernunft.org/2007/04/13/zitat-des-tages-7/#comments</comments>
		<pubDate>Fri, 13 Apr 2007 17:29:10 +0000</pubDate>
		<dc:creator>Joern</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Netz]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[xubuntu]]></category>

		<guid isPermaLink="false">http://www.ende-der-vernunft.org/2007/04/13/zitat-des-tages-7/</guid>
		<description><![CDATA[Der Guardian-Kolumnist Andrew Brown schlägt vor den älteren Semenstern anstatt eines neues PC mit Vista einen älteren mit Xubuntu hinzustellen, wenn sie ins Internet möchten. Highlight: Linux has been pretty secure against hackers for years now. The trouble is that until recently it was just as secure against normal users]]></description>
			<content:encoded><![CDATA[<p>Der <a href="http://www.guardian.co.uk">Guardian</a>-Kolumnist Andrew Brown <a href="http://technology.guardian.co.uk/weekly/story/0,,2054394,00.html">schlägt vor</a> den älteren Semenstern anstatt eines neues PC mit Vista einen älteren mit <a href="http://www.xubuntu.org/">Xubuntu</a> hinzustellen, wenn sie ins Internet möchten. Highlight:</p>
<blockquote><p>Linux has been pretty secure against hackers for years now. The trouble is that until recently it was just as secure against normal users</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.ende-der-vernunft.org/2007/04/13/zitat-des-tages-7/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Mehrere Sicherheitslücken in WordPress</title>
		<link>http://www.ende-der-vernunft.org/2007/02/27/mehrere-sicherheitsluecken-in-wordpress/</link>
		<comments>http://www.ende-der-vernunft.org/2007/02/27/mehrere-sicherheitsluecken-in-wordpress/#comments</comments>
		<pubDate>Tue, 27 Feb 2007 17:57:46 +0000</pubDate>
		<dc:creator>Joern</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[sicherheitslücke]]></category>
		<category><![CDATA[versager]]></category>

		<guid isPermaLink="false">http://www.ende-der-vernunft.org/2007/02/27/mehrere-sicherheitsluecken-in-wordpress/</guid>
		<description><![CDATA[In der unendlichen Reihe der WordPress Sicherheitslücken gibt es neues. Diesmal sind alle aktuellen Versionen betroffen und (wie immer) gibt es erst die Warnung und dann irgendwann die Patche. Update: Oha]]></description>
			<content:encoded><![CDATA[<p>In der <a href="http://www.ende-der-vernunft.org/?s=wordpress+sicherheitsl%C3%BCcke">unendlichen Reihe</a> der WordPress Sicherheitslücken gibt es neues. Diesmal sind <a href="http://www.scip.ch/cgi-bin/smss/showadvf.pl?id=2962">alle aktuellen Versionen</a> betroffen und (wie immer) gibt es erst die Warnung und dann irgendwann die Patche.</p>
<p><b>Update</b>: <a href="http://groups.google.de/group/Secure-Computing/msg/5518e5cc3386d49a?hl=de">Oha</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ende-der-vernunft.org/2007/02/27/mehrere-sicherheitsluecken-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>

