Skip to content
Web Security

What is SQL Injection?

An attack that smuggles database commands through unsanitized input into application queries. Parameterized statements and least-privilege database roles keep hostile input as data, never executable code.

Browse all Web Security terms →