<?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"
	>
<channel>
	<title>Comments on: Another SQL Injection Worm Making Rounds With 4000 Websites Infected</title>
	<atom:link href="http://cyberinsecure.com/another-sql-injection-worm-making-rounds-with-4000-websites-infected/feed/" rel="self" type="application/rss+xml" />
	<link>http://cyberinsecure.com/another-sql-injection-worm-making-rounds-with-4000-websites-infected/</link>
	<description>Daily cyber threats and internet security news: network security, online safety and latest security alerts</description>
	<pubDate>Fri, 12 Mar 2010 13:06:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>By: Dave</title>
		<link>http://cyberinsecure.com/another-sql-injection-worm-making-rounds-with-4000-websites-infected/#comment-340</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Tue, 13 May 2008 19:28:35 +0000</pubDate>
		<guid isPermaLink="false">http://cyberinsecure.com/another-sql-injection-worm-making-rounds-with-4000-websites-infected/#comment-340</guid>
		<description>The method of attack is a POST to an SQL database.  There are few if any scanners that detect the POST vulnerability if the code is GET protected. A manual review of any code having access to a database would be in order.  Search all files for the following string "request.querystring".  This string limits the SQL injection filtering to GETS and does not filter POSTS.  To fix the problem, remove ".querystring".  There may be other attack vectors but I have seen this one successful on sites scanned and found to be safe by several security scanners.</description>
		<content:encoded><![CDATA[<p>The method of attack is a POST to an SQL database.  There are few if any scanners that detect the POST vulnerability if the code is GET protected. A manual review of any code having access to a database would be in order.  Search all files for the following string &#8220;request.querystring&#8221;.  This string limits the SQL injection filtering to GETS and does not filter POSTS.  To fix the problem, remove &#8220;.querystring&#8221;.  There may be other attack vectors but I have seen this one successful on sites scanned and found to be safe by several security scanners.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
