Weaknesses of type CWE-89

12,043 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-2026-40745HIGHWordPress Element Pack Elementor Addons plugin <= 8.4.2 - SQL Injection vulnerabilityEPSS 0.2%CVE-2025-6767MEDIUMsfturing hosp_order DoctorServiceImpl.java findDoctorByCondition sql injectionEPSS 0.2%CVE-2026-59538CRITICALWordPress GamiPress plugin <= 7.9.7 - SQL Injection vulnerabilityEPSS 0.2%CVE-2024-11025MEDIUMSMA: SQL injection in Sunny Central UPEPSS 0.2%CVE-2026-59526CRITICALWordPress MapSVG plugin <= 8.14.0 - SQL Injection vulnerabilityEPSS 0.2%CVE-2026-42672CRITICALWordPress WP Directory Kit plugin <= 1.5.1 - SQL Injection vulnerabilityEPSS 0.2%CVE-2026-59549CRITICALWordPress rtMedia for WordPress, BuddyPress and bbPress plugin <= 4.7.10 - SQL Injection vulnerabilityEPSS 0.2%CVE-2026-59525CRITICALWordPress Participants Database plugin <= 2.7.8.3 - SQL Injection vulnerabilityEPSS 0.2%CVE-2026-42755CRITICALWordPress TableOn plugin <= 1.0.5.1 - SQL Injection vulnerabilityEPSS 0.2%CVE-2026-59550CRITICALWordPress AWP Classifieds plugin <= 4.4.7 - SQL Injection vulnerabilityEPSS 0.2%CVE-2026-59533CRITICALWordPress Relevanssi Light plugin <= 1.2.2 - SQL Injection vulnerabilityEPSS 0.2%CVE-2026-59527CRITICALWordPress MapSVG plugin <= 8.14.0 - SQL Injection vulnerabilityEPSS 0.2%CVE-2024-44658MEDIUMPHPGurukul Complaint Management System 2.0 is vulnerable to SQL Injection via the subcategory and category parameters in subcategory.php.EPSS 0.2%CVE-2024-44633MEDIUMPHPGurukul Student Record System 3.20 is vulnerable to SQL Injection via the currentpassword parameter in change-password.php.EPSS 0.2%CVE-2024-44652MEDIUMKashipara Ecommerce Website 1.0 is vulnerable to SQL Injection via the user_email, username, user_firstname, user_lastname, and user_addressEPSS 0.2%CVE-2024-44660MEDIUMPHPGurukul Online Shopping Portal 2.0 is vulnerable to SQL Injection via the fullname, emailid, and contactno parameters in login.php.EPSS 0.2%CVE-2024-44641MEDIUMPHPGurukul Small CRM 3.0 is vulnerable to SQL Injection via the oldpass parameter in change-password.php.EPSS 0.2%CVE-2024-55016MEDIUMPHPGurukul Student Record Management System 3.20 is vulnerable to SQL Injection via the id and password parameters in login.php.EPSS 0.2%CVE-2024-44648MEDIUMPHPGurukul Small CRM 3.0 is vulnerable to SQL Injection via id and adminremark parameters in quote-details.php.EPSS 0.2%CVE-2025-63878MEDIUMGithub Restaurant Website Restoran v1.0 was discovered to contain a SQL injection vulnerability via the Contact Form page.EPSS 0.2%