<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Tue, 06 Jan 2009 04:03:04 -0600</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Stefan Esser's Blog: CORE GRASP - PHP Tainted Mode]]></title>
      <guid>http://www.phpdeveloper.org/news/8515</guid>
      <link>http://www.phpdeveloper.org/news/8515</link>
      <description><![CDATA[<p>
<i>Stefan Esser</i> <a href="http://blog.php-security.org/archives/92-CORE-GRASP-PHP-Tainted-Mode.html">points out</a> a new patch today - <a href="http://grasp.coresecurity.com/index.php?m=dld">CORE GRASP</a> - from the <a href="http://www.coresecurity.com/">Core Security Technologies</a> group that provides taint support surrounding the mysql_query function.
</p>
<blockquote>
Their implementation adds a tainted or not flag for every byte so that it is possible on invocation of mysql_query() to determine any kind of injection.
</blockquote>
<p>
Unfortunately, <i>Stefan</i> also mentions two big issues it might have from the get-go: the overhead for the memory needed can slow things down and an incorrect parsing in their query handler could lead to injection attacks. 
</p>]]></description>
      <pubDate>Wed, 22 Aug 2007 16:19:27 -0500</pubDate>
    </item>
  </channel>
</rss>
