About 4,550 results
Open links in new tab
  1. SQL Injection - OWASP Foundation

    A SQL injection attack consists of insertion or “injection” of a SQL query via the input data from the client to the application.

  2. What is SQL injection? - Cloudflare

    SQL injection is a type of cyber attack in which attackers insert malicious SQL commands into entry fields. If the commands are executed, the attackers can manipulate or retrieve information from a …

  3. SQL injection - Wikipedia

    SQL injection is mostly known as an attack vector for websites but can be used to attack any type of SQL database.

  4. What is SQL Injection? Tutorial & Examples | Web Security Academy

    What is SQL injection (SQLi)? SQL injection (SQLi) is a web security vulnerability that allows an attacker to interfere with the queries that an application makes to its database. This can allow an attacker to …

  5. SQL Injection - GeeksforGeeks

    Sep 23, 2025 · SQL Injection is a security flaw in web applications where attackers insert harmful SQL code through user input. This can allow them to access sensitive data, change database contents, or …

  6. What Is SQL Injection? Risks, Examples & How to Prevent It

    Apr 23, 2025 · What Is SQL Injection? SQL injection is a type of attack that happens when someone finds a way to mess with the SQL queries your app sends to the database. Normally, those queries …

  7. What is a SQL Injection Attack? | CrowdStrike

    SQL injection (SQLi) is a cyberattack that injects malicious SQL code into an application, allowing the attacker to view or modify a database.

  8. SQL Injection - W3Schools

    SQL injections are a common web hacking technique. SQL injections are when attackers insert malicious SQL code into user-input fields, and this way can read, modify, or delete sensitive data in a …

  9. SQL Injection & How To Prevent It - Kaspersky

    An SQL injection, sometimes abbreviated to SQLi, is a type of vulnerability in which an attacker uses a piece of SQL (structured query language) code to manipulate a database and gain access to …

  10. SQL Injection — what it is, how it works, and how to stop it (with ...

    Nov 5, 2025 · Short summary: SQL Injection (SQLi) is a class of web security vulnerability where an attacker supplies input that gets interpreted as SQL code by your database. It can let attackers read, …