About 15,000,000 results
Open links in new tab
  1. SQL Injection - GeeksforGeeks

    Sep 23, 2025 · SQL Injection (SQLi) is a security vulnerability that occurs when an attacker can manipulate a web application's database queries by inserting malicious SQL code into user …

  2. What is SQL Injection? Tutorial & Examples | Web Security …

    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 view data that …

  3. 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 …

  4. SQL Injection - W3Schools

    SQL injection is the placement of malicious code in SQL statements, via web page input. SQL injection usually occurs when you ask a user for input, like their username/userid, and instead …

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

    Apr 23, 2025 · Learn what SQL injection is, how it works, and how to prevent it. Explore real-world examples, attack types, and practical tips to secure your database.

  6. SQL injection - Wikipedia

    SQL Injection is a common security vulnerability that arises from letting attacker-supplied data become SQL code. This happens when programmers assemble SQL queries either by string …

  7. 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.

  8. What is SQL Injection + Examples - Checkmarx

    However, when threat actors use SQL to insert malicious commands instead of legitimate ones, this is a SQL injection attack, also known as SQLi. By using malicious SQL code, back end …

  9. What Is SQL Injection? Examples & Prevention Tips

    Feb 6, 2025 · SQL injection (SQLi) is a cyberattack where malicious SQL code is injected into vulnerable web applications. This allows attackers to interfere with database queries and …

  10. What Is an SQL Injection? - Palo Alto Networks

    SQL injection is a web application cyber attack that manipulates backend SQL queries by injecting malicious input into form fields or URL parameters. Attackers access, modify, or delete …

  11. What is SQL Injection? How to Prevent SQL Injection? | Fortinet

    An SQL injection (SQLi) is a type of attack in which cyber criminals attempt to exploit vulnerabilities in an application's code by inserting an SQL query into regular input or form …

  12. What is SQL Injection? Examples & Prevention - SentinelOne

    Jul 15, 2025 · SQL Injection (SQLi) is a security vulnerability that allows attackers to inject malicious SQL code into a web application’s input fields, which in turn manipulates the database.

  13. What is SQL Injection

    What is SQL Injection Definition, basic principles and categories of SQL injection SQL injection (SQLI) is a technique that allows a user to inject SQL commands into the database engine …

  14. What is SQL Injection attack - EC-Council

    Mar 12, 2024 · What Is an SQL Injection Attack? SQL Injection (SQLi) is a popular attack vector that makes it possible for an attacker to perform malicious SQL statements for backend …

  15. What is a SQL Injection? | Definition from TechTarget

    Apr 27, 2023 · A SQL injection (SQLi) is a technique that attackers use to gain unauthorized access to a web application database by adding a string of malicious code to a database query.

  16. SQL Injection Tutorial - What is SQL Injection and How to …

    Jan 11, 2025 · SQL injection refers to the malicious injection of unvalidated user inputs into SQL query statements. This tampers with the intended logic of database access code to extract …

  17. What Is SQL Injection? Identification & Prevention Tips - Varonis

    Jun 27, 2023 · A SQL injection is a vulnerability that affects applications by using malicious SQL codes to manipulate the database. This allows attackers to modify the ways applications use …

  18. SQL Injection Tutorial - What is SQL Injection and How to …

    Mar 1, 2021 · SQL injection occurs when data enters a program from an untrusted source and that data is used to dynamically construct a SQL query.

  19. SQL Injection: What is it? Causes and exploits - SQL Shack

    Definitions vary amongst professionals, but I prefer the broadest one possible: SQL Injection is any attempt to run unauthorized code on a SQL Server via an authorized path. Unauthorized …

  20. Blind SQL Injection - OWASP Foundation

    Blind SQL (Structured Query Language) injection is a type of SQL Injection attack that asks the database true or false questions and determines the answer based on the applications response.

  21. Prompt injection attacks in 2025 - The LastPass Blog

    Oct 24, 2025 · The age of Prompt Injection 2.0 has arrived, combining natural language tactics with new multimodal exploits to create a hybrid menace for AI.

  22. What is SQL? - GeeksforGeeks

    Aug 23, 2025 · Structured Query Language (SQL) is the standard language used to interact with relational databases. It allows users to store, retrieve, update and manage data efficiently …

  23. Prompt injection - Wikipedia

    Prompt injection is a cybersecurity exploit in which adversaries craft inputs that appear legitimate but are designed to cause unintended behavior in machine learning models, particularly large …