We use cookies

    We use cookies to enhance your browsing experience, analyze site traffic, and personalize content. By clicking "Accept All", you consent to our use of cookies. You can also customize your preferences or reject non-essential cookies. Learn more about our cookie policy

    Retour au Lexique de Cybersécurité

    SQL injection

    SQL injection is a code injection technique used by attackers to exploit vulnerabilities in web applications that use SQL databases.

    SQL injection

    SQL injection is a code injection technique used by attackers to exploit vulnerabilities in web applications that use SQL databases. By injecting malicious SQL statements, attackers can manipulate the application's database and gain unauthorized access or retrieve sensitive data.

    Prevention

    • Parameterized queries
    • Input validation
    • Least privilege database access
    • Regular security testing