Falhas do tipo CWE-89

12.839 resultados

Injeção de SQL

Fraqueza onde 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 banco de dados executa comandos não intencionais, comprometendo confidencialidade, integridade e disponibilidade dos dados.

Exemplo

Um formulário de login concatena o usuário digitado direto na query: `SELECT * FROM users WHERE login = '` + input + `'`. Se o usuário digita `admin' OR '1'='1`, a query vira `SELECT * FROM users WHERE login = 'admin' OR '1'='1'`, retornando todos os usuários e burlando autenticação.

Como mitigar

Use prepared statements (consultas parametrizadas) com placeholders, nunca concatene entrada do usuário. Valide e restrinja entrada (whitelist), aplique princípio do menor privilégio na conta do BD e use WAF como camada adicional.

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-24314—Goto < 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%