Weaknesses of type CWE-89

12,042 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-39484CRITICALWordPress Entrada Theme <= 5.7.7 - SQL Injection vulnerabilityEPSS 0.2%CVE-2026-7783MEDIUMCodeCanyon Perfex CRM Admin Kanban Endpoint AbstractKanban.php applySortQuery sql injectionEPSS 0.2%CVE-2024-33722MEDIUMSOPlanning 1.52.00 is vulnerable to SQL Injection by an authenticated user via projets.php with statut[].EPSS 0.2%CVE-2026-2435MEDIUMASSET-7706EPSS 0.2%CVE-2026-48235HIGHOpen ISES Tickets < 3.44.2 SQL Injection in incs/remotes.inc.php via External GPS Tracker DataEPSS 0.2%CVE-2026-57683CRITICALWordPress WP Fast Total Search plugin <= 1.80.280 - SQL Injection vulnerabilityEPSS 0.2%CVE-2026-14782MEDIUMBooking for Appointments and Events Calendar – Amelia <= 2.4.3 - Authenticated (Custom+) SQL Injection via Customer ImportEPSS 0.2%CVE-2025-61096MEDIUMPHPGurukul Online Shopping Portal Project v2.1 is vulnerable to SQL Injection in /shopping/login.php via the fullname parameter.EPSS 0.2%CVE-2021-47902HIGHTesta Online Test Management System 3.4.7 - 'q' SQL InjectionEPSS 0.2%CVE-2026-23921HIGHBlind, read-only SQL injection in Zabbix API via sortfield parameterEPSS 0.2%CVE-2025-56700MEDIUMBoolean SQL injection vulnerability in the web app of Base Digitale Group spa product Centrax Open PSIM version 6.1 allows a low level priviEPSS 0.2%CVE-2026-56690HIGHDell PowerFlex Manager, Version prior to 5.1.0.1, contain(s) an Improper Neutralization of Special Elements used in an SQL Command ('SQL InjEPSS 0.2%CVE-2016-20069HIGHWordPress Booking Calendar Contact Form 1.0.23 SQL InjectionEPSS 0.2%CVE-2025-67081MEDIUMAn SQL injection vulnerability in Itflow through 25.06 has been identified in the "role_id" parameter when editing a profile. An attacker wiEPSS 0.2%CVE-2025-60267MEDIUMIn xckk v9.6, there is a SQL injection vulnerability in which the cond parameter in notice/list is not securely filtered, resulting in a SQLEPSS 0.2%CVE-2026-33385MEDIUMBlind SQL Injection in Quick.CMSEPSS 0.2%CVE-2025-50867MEDIUMA SQL Injection vulnerability exists in the takeassessment2.php endpoint of the CloudClassroom-PHP-Project 1.0, where the Q5 POST parameter EPSS 0.2%CVE-2025-63718MEDIUMA SQL injection vulnerability exists in the SourceCodester PQMS (Patient Queue Management System) 1.0 in the api_patient_schedule.php endpoiEPSS 0.2%CVE-2025-11628MEDIUMjimit105 Project-Online-Shopping-Website Product Inventory delete.php sql injectionEPSS 0.2%CVE-2025-60265MEDIUMIn xckk v9.6, there is a SQL injection vulnerability in which the orderBy parameter in user/list is not securely filtered, resulting in a SQEPSS 0.2%