Weaknesses of type CWE-89

12,784 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-2020-15627HIGHThis vulnerability allows remote attackers to disclose sensitive information on affected installations of CentOS Web Panel cwp-e17.0.9.8.923EPSS 3.8%CVE-2020-15618HIGHThis vulnerability allows remote attackers to disclose sensitive information on affected installations of CentOS Web Panel cwp-e17.0.9.8.923EPSS 3.8%CVE-2020-15622HIGHThis vulnerability allows remote attackers to disclose sensitive information on affected installations of CentOS Web Panel cwp-e17.0.9.8.923EPSS 3.8%CVE-2020-15621HIGHThis vulnerability allows remote attackers to disclose sensitive information on affected installations of CentOS Web Panel cwp-e17.0.9.8.923EPSS 3.8%CVE-2020-15628HIGHThis vulnerability allows remote attackers to disclose sensitive information on affected installations of CentOS Web Panel cwp-e17.0.9.8.923EPSS 3.8%CVE-2020-15625HIGHThis vulnerability allows remote attackers to disclose sensitive information on affected installations of CentOS Web Panel cwp-e17.0.9.8.923EPSS 3.8%CVE-2022-1531CRITICALSQL injection vulnerability in ARAX-UI Synonym Lookup functionality in rtxteam/rtxEPSS 3.8%CVE-2025-10184HIGHOnePlus OxygenOS Telephony provider permission bypassEPSS 3.8%CVE-2024-8484HIGHREST API TO MiniProgram <= 4.7.1 - Unauthenticated SQL InjectionEPSS 3.8%CVE-2023-43373CRITICALHoteldruid v3.0.5 was discovered to contain a SQL injection vulnerability via the n_utente_agg parameter at /hoteldruid/interconnessioni.phpEPSS 3.8%CVE-2022-21664HIGHSQL injection in WordPressEPSS 3.8%CVE-2021-22859CRITICALEIC e-document system - SQL InjectionEPSS 3.8%CVE-2023-6655HIGHHongjing e-HR Login Interface loadhistroyorgtree sql injectionEPSS 3.7%CVE-2024-12270HIGHBeautiful Taxonomy Filters <= 2.4.3 - Unauthenticated SQL InjectionEPSS 3.7%CVE-2024-11305MEDIUMAltenergy Power Control Software status_zigbee get_status_zigbee sql injectionEPSS 3.7%CVE-2025-65093MEDIUMLibreNMS is vulnerable to SQL Injection (Boolean-Based Blind) in hostname parameter in ajax_output.php endpointEPSS 3.7%CVE-2022-44290CRITICALwebTareas 2.4p5 was discovered to contain a SQL injection vulnerability via the id parameter in deleteapprovalstages.php.EPSS 3.7%CVE-2022-44291CRITICALwebTareas 2.4p5 was discovered to contain a SQL injection vulnerability via the id parameter in phasesets.php.EPSS 3.7%CVE-2018-15441CRITICALCisco Prime License Manager SQL Injection VulnerabilityEPSS 3.7%CVE-2023-33338CRITICALOld Age Home Management 1.0 is vulnerable to SQL Injection via the username parameter.EPSS 3.6%