Skip to content
SQL injection

File:KD_SQLIA_Classification_2010.png · Wikimedia Commons · See Wikimedia Commons

EntityQ506059· pop 44· linked from 236 articles

SQL injection

Sign in to save

Also known as SQLI, SQL injections

type of code injection, used to attack vulnerable data-driven software applications

Wikidata facts

Show 1 more fact
Sources (3)

via Wikidata · CC0

~25 min read

Article

A classification of SQL injection attacking vector as of 2010

In computing, SQL injection is a code injection technique used to attack data-driven applications, in which malicious SQL statements are inserted into an entry field for execution (e.g. to dump the database contents to the attacker). SQL injection must exploit a security vulnerability in an application's software, for example, when user input is either incorrectly filtered for string literal escape characters embedded in SQL statements or user input is not strongly typed and unexpectedly executed. SQL injection is mostly known as an attack vector for websites but can be used to attack any type of SQL database.

Connections

Categories