Weaknesses of type CWE-89

12,006 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-59008HIGHWordPress ZIP Code Based Content Protection plugin <= 1.0.0 - SQL Injection vulnerabilityEPSS 0.3%CVE-2025-56699MEDIUMSQL injection vulnerability in the cmd component of Base Digitale Group spa product Centrax Open PSIM version 6.1 allows an unauthenticated EPSS 0.3%CVE-2026-13454MEDIUMMotoPress Appointment Booking <= 2.4.5 - Authenticated (Staff+) SQL Injection via 's' ParameterEPSS 0.3%CVE-2025-64366HIGHWordPress MasterStudy LMS plugin <= 3.6.27 - SQL Injection vulnerabilityEPSS 0.3%CVE-2025-49033HIGHWordPress ProfileGrid plugin <= 5.9.5.3 - SQL Injection vulnerabilityEPSS 0.3%CVE-2025-63724MEDIUMSQL injection (SQL-i) vulnerability in SVX Portal 2.7A via crafted POST request to admin/update_setings.php.EPSS 0.3%CVE-2025-49485HIGHExtension - balbooa.com - SQL injection in Balbooa Forms component version 1.0.0 - 2.3.1.1 for JoomlaEPSS 0.3%CVE-2025-52820HIGHWordPress WooCommerce Point Of Sale (POS) <= 1.4 - SQL Injection VulnerabilityEPSS 0.3%CVE-2026-13011MEDIUMERP: Complete HR, Accounting & CRM Suite with Recruitment and WooCommerce CRM Support <= 1.17.5 - Authenticated (HR Manager+) SQL Injection via 'orderby' ParameterEPSS 0.3%CVE-2026-8297CRITICALSQLi in GIS Informatics' GisLab Laboratory Management SystemEPSS 0.3%CVE-2026-27373HIGHWordPress Tablesome plugin <= 1.2.3 - SQL Injection vulnerabilityEPSS 0.3%CVE-2025-67404CRITICALSourcecodester CASAP Automated Enrollment System 1.0 is vulnerable to SQL Injection in save_stud.php via the parameters fname, lname, and stEPSS 0.3%CVE-2026-60582HIGHVulnerability in the Oracle Enterprise Command Center Framework product of Oracle E-Business Suite (component: Core). The supported versioEPSS 0.3%CVE-2025-67829CRITICALMura before 10.1.14 allows beanFeed.cfc getQuery sortDirection SQL injection.EPSS 0.3%CVE-2026-65454HIGHWordPress Quiz And Survey Master plugin <= 11.2.0 - SQL Injection vulnerabilityEPSS 0.3%CVE-2026-35614CRITICALFrappe has a SQL injection in bulk_updateEPSS 0.3%CVE-2026-27428HIGHWordPress Eagle Booking plugin <= 1.3.4.3 - SQL Injection vulnerabilityEPSS 0.3%CVE-2025-12329MEDIUMshawon100 RUET OJ details.php sql injectionEPSS 0.3%CVE-2025-67403CRITICALSourcecodester CASAP Automated Enrollment System 1.0 is vulnerable to SQL Injection in update_class.php via the parameter class_name.EPSS 0.3%CVE-2026-65450HIGHWordPress MapSVG plugin <= 8.14.0 - SQL Injection vulnerabilityEPSS 0.3%