<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"><channel><title>Exploits - SQL Injection Attacks</title><link>http://blogs.technet.com/b/keithcombs/archive/2010/10/19/exploits-sql-injection-attacks.aspx</link><description>SQL injection is a technique used by attackers to damage or steal data residing in databases that use SQL syntax to control information storage and retrieval. SQL injection usually involves using a mechanism such as a text field in a web form to directly</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Exploits - SQL Injection Attacks</title><link>http://blogs.technet.com/b/keithcombs/archive/2010/10/19/exploits-sql-injection-attacks.aspx#3363060</link><pubDate>Wed, 20 Oct 2010 11:50:51 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3363060</guid><dc:creator>Kai Axford</dc:creator><description>&lt;p&gt;Nice post! The largest data breach in history (Heartland Payment Systems) was the result of a SQL Injection attack. I spent some time speaking with their CSO last night and he explained the amount of effort and money it took for them to recover. SQL Injection (and there are many flavors) is the result of improper form validation, essentially allowing a form field (i.e. name, password, etc.) to be used as a way to input long character strongs that include SQL commands, such as DROP TABLE. Any ANSI-99 compliant relational database is subject to this, including MySQL, Oracle, and MS SQL Server. This is a Dev issue, but the IT Pro still has to do the cleanup.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3363060" width="1" height="1"&gt;</description></item></channel></rss>