Weaknesses of type CWE-89

11,911 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-2025-32020CRITICALImproper Neutralization of Special Elements used in an SQL Command ('SQL Injection') in crud-query-parserEPSS 0.3%CVE-2025-59213HIGHConfiguration Manager Elevation of Privilege VulnerabilityEPSS 0.3%CVE-2026-15022MEDIUMTutor LMS <= 4.0.0 - Authenticated (Subscriber+) SQL Injection via Stored Quiz Answer ArrayEPSS 0.3%CVE-2018-25434HIGHWP AutoSuggest 0.24 SQL Injection via autosuggest.phpEPSS 0.3%CVE-2026-2220MEDIUMcode-projects Online Reviewer System btn_functions.php sql injectionEPSS 0.3%CVE-2023-50316MEDIUMIBM Sterling B2B Integrator information disclosureEPSS 0.3%CVE-2025-59379HIGHDwyerOmega Isensix Advanced Remote Monitoring System (ARMS) 1.5.7 allows an attacker to retrieve sensitive information from the underlying SEPSS 0.3%CVE-2025-14012MEDIUMJIZHICMS Batch Delete Comments deleteAll.html delete sql injectionEPSS 0.3%CVE-2018-25428HIGHParoiciel 11.20 SQL Injection via tRecIdListe ParameterEPSS 0.3%CVE-2026-2221MEDIUMcode-projects Online Reviewer System Login index.php sql injectionEPSS 0.3%CVE-2026-28443MEDIUMOpenReplay: SQL injection in cards/search via unvalidated sort field parameterEPSS 0.3%CVE-2025-11461HIGHFrappe CRM 1.53.1 — Multiple SQL Injections in Dashboard ControllerEPSS 0.3%CVE-2026-3334HIGHCMS Commander <= 2.288 - Authenticated (Custom+) SQL Injection via 'or_blogname' ParameterEPSS 0.3%CVE-2025-14011MEDIUMJIZHICMS Add Display Name Field addcomment.html commentlist sql injectionEPSS 0.3%CVE-2018-25433HIGHJoomla JE Photo Gallery 1.1 SQL Injection via categoryidEPSS 0.3%CVE-2023-31171MEDIUMImproper Neutralization of Special Elements used in an SQL Command ('SQL Injection')EPSS 0.3%CVE-2026-21630MEDIUMJoomla! Core - [20260302] - SQL injection in com_content articles webservice endpointEPSS 0.3%CVE-2025-58450CRITICALpREST has Systemic SQL Injection VulnerabilityEPSS 0.3%CVE-2026-20002HIGHA vulnerability in the web-based management interface of Cisco Secure FMC Software could allow an authenticated, remote attacker to conduct EPSS 0.3%CVE-2026-27768MEDIUMSQL Injection affecting the Access Manager role.EPSS 0.3%