<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Beware of remote code injection exploit in PHP!</title>
	<link>http://www.ajaxapp.com/2007/11/29/beware-of-remote-code-injection-exploit-in-php/</link>
	<description>about ajax, javascript, DHTML, CSS, web app, MySQL, PHP, JSP, Java, Oracle</description>
	<pubDate>Mon, 12 May 2008 22:37:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: admin</title>
		<link>http://www.ajaxapp.com/2007/11/29/beware-of-remote-code-injection-exploit-in-php/#comment-49</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 05 Feb 2008 12:19:48 +0000</pubDate>
		<guid>http://www.ajaxapp.com/2007/11/29/beware-of-remote-code-injection-exploit-in-php/#comment-49</guid>
		<description>Mistake has been corrected :)</description>
		<content:encoded><![CDATA[<p>Mistake has been corrected <img src='http://www.ajaxapp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.ajaxapp.com/2007/11/29/beware-of-remote-code-injection-exploit-in-php/#comment-48</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 05 Feb 2008 12:17:22 +0000</pubDate>
		<guid>http://www.ajaxapp.com/2007/11/29/beware-of-remote-code-injection-exploit-in-php/#comment-48</guid>
		<description>Yeah, Bart, you're right it was a mistake :)</description>
		<content:encoded><![CDATA[<p>Yeah, Bart, you&#8217;re right it was a mistake <img src='http://www.ajaxapp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bart Seghers</title>
		<link>http://www.ajaxapp.com/2007/11/29/beware-of-remote-code-injection-exploit-in-php/#comment-27</link>
		<dc:creator>Bart Seghers</dc:creator>
		<pubDate>Fri, 25 Jan 2008 08:54:59 +0000</pubDate>
		<guid>http://www.ajaxapp.com/2007/11/29/beware-of-remote-code-injection-exploit-in-php/#comment-27</guid>
		<description>Could it be that in your "solution 3", the following line:

$page=”mypagesFolder/”.$_REQUEST[’p'].”.inc.php”;

should read:

$page=”mypagesFolder/”.$page.”.inc.php”;

This because $page has the invalid characters replaced, while $_REQUEST[’p'] hasn't.

Regards,
Bart.</description>
		<content:encoded><![CDATA[<p>Could it be that in your &#8220;solution 3&#8243;, the following line:</p>
<p>$page=”mypagesFolder/”.$_REQUEST[’p&#8217;].”.inc.php”;</p>
<p>should read:</p>
<p>$page=”mypagesFolder/”.$page.”.inc.php”;</p>
<p>This because $page has the invalid characters replaced, while $_REQUEST[’p&#8217;] hasn&#8217;t.</p>
<p>Regards,<br />
Bart.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
