Weaknesses of type CWE-89

12,839 results

Injeção SQL

Ocorre quando entrada do usuário é concatenada diretamente em comandos SQL sem validação ou sanitização, permitindo que um atacante insira código SQL malicioso. O aplicativo executa a consulta alterada, comprometendo confidencialidade, integridade e disponibilidade dos dados.

Example

Um formulário de login que monta a query assim: `SELECT * FROM users WHERE email = '" + emailDoFormulario + "'`. Se o usuário digitar `admin'--`, a query vira `SELECT * FROM users WHERE email = 'admin'--'` e bypassa a validação de senha, autenticando como admin.

How to mitigate

Use prepared statements ou stored procedures com parâmetros vinculados (bind parameters). Em Java use PreparedStatement; em Python use placeholders com psycopg2 ou SQLAlchemy; em qualquer linguagem evite concatenação de strings. Combine com validação de entrada e princípio do menor privilégio no banco de dados.

CVE-2024-43965HIGHWordPress SendGrid for WordPress plugin <= 1.4 - SQL Injection vulnerabilityEPSS 2.0%CVE-2026-76461CRITICALCisco Secure Email Gateway SQL Injection VulnerabilityEPSS 2.0%KEVCVE-2024-38773CRITICALWordPress formlift plugin <= 7.5.17 - Unauthenticated Blind SQL Injection vulnerabilityEPSS 2.0%CVE-2024-39753HIGHAn modOSCE SQL Injection vulnerability in Trend Micro Apex One could allow a remote attacker to execute arbitrary code on affected installatEPSS 2.0%CVE-2024-43144CRITICALWordPress Cost Calculator Builder plugin <= 3.2.15 - SQL Injection vulnerabilityEPSS 2.0%CVE-2025-6403MEDIUMcode-projects School Fees Payment System student.php sql injectionEPSS 2.0%CVE-2019-19292HIGHA vulnerability has been identified in Control Center Server (CCS) (All versions < V1.5.0). The Control Center Server (CCS) contains an SQL EPSS 2.0%CVE-2018-12470CRITICALSQL injection in RegistrationSharing moduleEPSS 2.0%CVE-2023-4407MEDIUMCodecanyon Credit Lite POST Request account_statement sql injectionEPSS 2.0%CVE-2022-0224HIGHSQL Injection in dolibarr/dolibarrEPSS 2.0%CVE-2013-10044HIGHOpenEMR ≤ 4.1.1 SQL Injection Privilege Escalation and RCEEPSS 2.0%CVE-2023-28787CRITICALWordPress Quiz And Survey Master plugin <= 8.1.4 - Unauthenticated SQL Injection vulnerabilityEPSS 2.0%CVE-2024-6204HIGHSQL injectionEPSS 2.0%CVE-2021-24314Goto < 2.1 - Unauthenticated Blind SQL InjectionEPSS 1.9%CVE-2023-4745MEDIUMByzoro Smart S45F Multi-Service Secure Gateway Intelligent Management Platform importexport.php sql injectionEPSS 1.9%CVE-2025-9977MEDIUMImproper neutralization of input in Times Software E-PAYROLLEPSS 1.9%CVE-2024-2621MEDIUMFujian Kelixin Communication Command and Dispatch Platform pwd_update.php sql injectionEPSS 1.9%CVE-2026-27876CRITICALRCE on Grafana via sqlExpressionsEPSS 1.9%CVE-2021-29089CRITICALImproper neutralization of special elements used in an SQL command ('SQL Injection') vulnerability in thumbnail component in Synology Photo EPSS 1.9%CVE-2024-6043MEDIUMSourceCodester Best House Rental Management System admin_class.php login sql injectionEPSS 1.9%