<?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: Is Amazon SimpleDB Injection Attack Safe?</title>
	<atom:link href="http://www.typemismatch.com/2009/09/18/is-amazon-simpledb-injection-attack-safe/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.typemismatch.com/2009/09/18/is-amazon-simpledb-injection-attack-safe/</link>
	<description>just a projection of my own imagination</description>
	<lastBuildDate>Sat, 04 Feb 2012 14:38:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Chris Moschini</title>
		<link>http://www.typemismatch.com/2009/09/18/is-amazon-simpledb-injection-attack-safe/comment-page-1/#comment-5705</link>
		<dc:creator>Chris Moschini</dc:creator>
		<pubDate>Thu, 18 Feb 2010 03:38:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.typemismatch.com/?p=197#comment-5705</guid>
		<description>It seems the following attack is viable on SimpleDB:

Text field value:
&#039; or a is null or a = 1&#039;

If you used this as part of the where clause without escaping single quotes, the quotes would escape your code&#039;s quotes and effectively eliminate all constraints on the data returned.

I&#039;m not sure there are ways to inject more columns though, and there&#039;s certainly no delete injection.</description>
		<content:encoded><![CDATA[<p>It seems the following attack is viable on SimpleDB:</p>
<p>Text field value:<br />
&#8216; or a is null or a = 1&#8242;</p>
<p>If you used this as part of the where clause without escaping single quotes, the quotes would escape your code&#8217;s quotes and effectively eliminate all constraints on the data returned.</p>
<p>I&#8217;m not sure there are ways to inject more columns though, and there&#8217;s certainly no delete injection.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

