Falhas do tipo CWE-89

12.877 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-2014-125123CRITICALKloxo < 6.1.12 Unauthenticated SQL Injection RCEEPSS 1.0%CVE-2020-36077HIGHSQL injection vulnerability found in Tailor Mangement System v.1 allows a remote attacker to execute arbitrary code via the customer parametEPSS 1.0%CVE-2023-41886HIGHOpenRefine vulnerable to arbitrary file read in project import with mysql jdbc url attackEPSS 1.0%CVE-2021-3860HIGHJFrog Artifactory before 7.25.4 (Enterprise+ deployments only), is vulnerable to Blind SQL Injection by a low privileged authenticated user EPSS 1.0%CVE-2022-1258HIGHSQL injection vulnerability in McAfee Agent's ePO extensionEPSS 1.0%CVE-2020-15792—A vulnerability has been identified in Desigo Insight (All versions). The web service does not properly apply input validation for some querEPSS 1.0%CVE-2026-69636MEDIUMMicrosoft Office SharePoint Information Disclosure VulnerabilityEPSS 1.0%CVE-2021-23040—On BIG-IP AFM version 16.0.x before 16.0.1.2, 15.1.x before 15.1.3, 14.1.x before 14.1.4.2, 13.1.x before 13.1.4.1, and all versions of 12.1EPSS 1.0%CVE-2022-38833HIGHSchool Activity Updates with SMS Notification v1.0 is vulnerable to SQL Injection via /activity/admin/modules/modstudent/index.php?view=viewEPSS 1.0%CVE-2020-3468MEDIUMCisco SD-WAN vManage Software SQL Injection VulnerabilityEPSS 1.0%CVE-2023-48987HIGHBlind SQL Injection vulnerability in CU Solutions Group (CUSG) Content Management System (CMS) before v.7.75 allows a remote attacker to exeEPSS 1.0%CVE-2021-33180HIGHImproper neutralization of special elements used in an SQL command ('SQL Injection') vulnerability in cgi component in Synology Media ServerEPSS 1.0%CVE-2026-47992HIGHAdobe Commerce | Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') (CWE-89)EPSS 1.0%CVE-2026-82009CRITICALAdobe Campaign Classic (ACC) | Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') (CWE-89)EPSS 1.0%CVE-2026-75746CRITICALColdFusion | Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') (CWE-89)EPSS 1.0%CVE-2022-1685—Five Minute Webshop <= 1.3.2 - Admin+ SQLi via orderbyEPSS 1.0%CVE-2022-1691—Realty Workstation < 1.0.15 - Agent SQLiEPSS 1.0%CVE-2025-27540CRITICALA vulnerability has been identified in TeleControl Server Basic (All versions < V3.1.2.2). The affected application is vulnerable to SQL injEPSS 1.0%CVE-2023-6648MEDIUMPHPGurukul Nipah Virus Testing Management System password-recovery.php sql injectionEPSS 1.0%CVE-2024-10355MEDIUMSourceCodester Petrol Pump Management Software invoice.php sql injectionEPSS 1.0%