<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: A XSS Vulnerability in Almost Every PHP Form I&#8217;ve Ever Written</title>
	<atom:link href="http://www.webadminblog.com/index.php/2010/02/23/a-xss-vulnerability-in-almost-every-php-form-ive-ever-written/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webadminblog.com/index.php/2010/02/23/a-xss-vulnerability-in-almost-every-php-form-ive-ever-written/</link>
	<description>Real Web Admins.  Real World Experience.</description>
	<lastBuildDate>Mon, 23 Aug 2010 03:12:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: pgl</title>
		<link>http://www.webadminblog.com/index.php/2010/02/23/a-xss-vulnerability-in-almost-every-php-form-ive-ever-written/comment-page-1/#comment-578</link>
		<dc:creator>pgl</dc:creator>
		<pubDate>Tue, 02 Mar 2010 09:17:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.webadminblog.com/?p=401#comment-578</guid>
		<description>(Incidentally, if you want a script to post back to itself, it&#039;s easier just to leave out the action=&quot;&quot; part altogether in your  tag).</description>
		<content:encoded><![CDATA[<p>(Incidentally, if you want a script to post back to itself, it&#8217;s easier just to leave out the action=&#8221;" part altogether in your  tag).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pgl</title>
		<link>http://www.webadminblog.com/index.php/2010/02/23/a-xss-vulnerability-in-almost-every-php-form-ive-ever-written/comment-page-1/#comment-577</link>
		<dc:creator>pgl</dc:creator>
		<pubDate>Tue, 02 Mar 2010 09:16:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.webadminblog.com/?p=401#comment-577</guid>
		<description>But... index.php&quot; isn&#039;t a valid URL?</description>
		<content:encoded><![CDATA[<p>But&#8230; index.php&#8221; isn&#8217;t a valid URL?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rasmus</title>
		<link>http://www.webadminblog.com/index.php/2010/02/23/a-xss-vulnerability-in-almost-every-php-form-ive-ever-written/comment-page-1/#comment-573</link>
		<dc:creator>Rasmus</dc:creator>
		<pubDate>Fri, 26 Feb 2010 05:39:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.webadminblog.com/?p=401#comment-573</guid>
		<description>Ernest, you just described http://php.net/filter which lets you set a default filter that is applied to all user data.</description>
		<content:encoded><![CDATA[<p>Ernest, you just described <a href="http://php.net/filter" rel="nofollow">http://php.net/filter</a> which lets you set a default filter that is applied to all user data.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ernest</title>
		<link>http://www.webadminblog.com/index.php/2010/02/23/a-xss-vulnerability-in-almost-every-php-form-ive-ever-written/comment-page-1/#comment-572</link>
		<dc:creator>Ernest</dc:creator>
		<pubDate>Wed, 24 Feb 2010 19:46:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.webadminblog.com/?p=401#comment-572</guid>
		<description>Yeah, seems like there should be an almost automatic routine to scrub all that &quot;other&quot; user input before it even gets put into the variables.  All HTTP headers, cookies... Anything else from the HTTP request you&#039;re tempted to use like user-agent all suffer from the same problem.</description>
		<content:encoded><![CDATA[<p>Yeah, seems like there should be an almost automatic routine to scrub all that &#8220;other&#8221; user input before it even gets put into the variables.  All HTTP headers, cookies&#8230; Anything else from the HTTP request you&#8217;re tempted to use like user-agent all suffer from the same problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://www.webadminblog.com/index.php/2010/02/23/a-xss-vulnerability-in-almost-every-php-form-ive-ever-written/comment-page-1/#comment-571</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Wed, 24 Feb 2010 13:40:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.webadminblog.com/?p=401#comment-571</guid>
		<description>When my application vulnerability scanner found the vulnerability I started searching around in Google and that was the very first page that came up and how I figured out the fix for the issue.  Big thanks to Sean for writing that and everyone who commented on it afterward.  An excellent blog post.</description>
		<content:encoded><![CDATA[<p>When my application vulnerability scanner found the vulnerability I started searching around in Google and that was the very first page that came up and how I figured out the fix for the issue.  Big thanks to Sean for writing that and everyone who commented on it afterward.  An excellent blog post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anonymous</title>
		<link>http://www.webadminblog.com/index.php/2010/02/23/a-xss-vulnerability-in-almost-every-php-form-ive-ever-written/comment-page-1/#comment-570</link>
		<dc:creator>anonymous</dc:creator>
		<pubDate>Wed, 24 Feb 2010 11:14:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.webadminblog.com/?p=401#comment-570</guid>
		<description>http://seancoates.com/xss-woes</description>
		<content:encoded><![CDATA[<p><a href="http://seancoates.com/xss-woes" rel="nofollow">http://seancoates.com/xss-woes</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
