Enabling Secure Business Operations

SQL Injection Education

SQL injection attacks are in the news again this week. More web sites were found to be carrying hidden threats that originated from a “new, stealthier, and more closely guarded SQL injection toolkit.” You can take a look at the details of the attack here. Sites have been infected and re-infected as administrators have failed to address the root of the problem, poorly-written code.

Because of my belief that education is important to the elimination of bad habits, I thought it would be a good idea to point our readers to some resources that will help them understand SQL injection and how to avoid it.

What is SQL injection?

The Wikipedia article on the subject has examples of the many forms of attack on SQL statements as well as samples of code to prevent them from occurring.

In Your Language

Using parameters in your SQL queries will eliminate most threats. Here are some useful links to learn how to use parameterized queries in your preferred programming language.

Post to Twitter Post to Facebook

Comments are closed.