Weaknesses of type CWE-89

12,013 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-49485HIGHExtension - balbooa.com - SQL injection in Balbooa Forms component version 1.0.0 - 2.3.1.1 for JoomlaEPSS 0.3%CVE-2025-59008HIGHWordPress ZIP Code Based Content Protection plugin <= 1.0.0 - SQL Injection vulnerabilityEPSS 0.3%CVE-2025-52823HIGHWordPress Cube Portfolio Plugin <= 1.16.8 - SQL Injection VulnerabilityEPSS 0.3%CVE-2026-13454MEDIUMMotoPress Appointment Booking <= 2.4.5 - Authenticated (Staff+) SQL Injection via 's' ParameterEPSS 0.3%CVE-2026-4087MEDIUMPre* Party Resource Hints <= 1.8.20 - Authenticated (Subscriber+) SQL Injection via 'hint_ids' ParameterEPSS 0.3%CVE-2026-54313MEDIUMn8n: NoSQL Injection in MongoDB Node Find And Replace OperationEPSS 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-65340CRITICALkishan0725 Hospital Management System 4.0 is vulnerable to SQL Injection in /betweendates-detailsreports.php.EPSS 0.3%CVE-2025-69947CRITICALSourceCodester Tailor Management System 1.0 is vulnerable to SQL Injection in customeredit.php?id=1.EPSS 0.3%CVE-2026-27373HIGHWordPress Tablesome plugin <= 1.2.3 - SQL Injection vulnerabilityEPSS 0.3%CVE-2025-12329MEDIUMshawon100 RUET OJ details.php sql injectionEPSS 0.3%CVE-2026-1617CRITICALSQLi in Turkmesh's Turkhotspot 5651 LoglamaEPSS 0.3%CVE-2026-8297CRITICALSQLi in GIS Informatics' GisLab Laboratory Management SystemEPSS 0.3%CVE-2026-35614CRITICALFrappe has a SQL injection in bulk_updateEPSS 0.3%CVE-2026-37340CRITICALSourceCodester Simple Music Cloud Community System v1.0 is vulnerable to SQL Injection in the file /music/edit_music.php.EPSS 0.3%CVE-2026-11456MEDIUMChanjet CRM HTTP GET Request jxf_dump_systable.php sql injectionEPSS 0.3%CVE-2025-6577CRITICALSQLi in Akilli Commerce's E-Commerce WebsiteEPSS 0.3%CVE-2026-65451HIGHWordPress MapSVG plugin <= 8.14.0 - SQL Injection vulnerabilityEPSS 0.3%CVE-2026-65450HIGHWordPress MapSVG plugin <= 8.14.0 - SQL Injection vulnerabilityEPSS 0.3%CVE-2026-27428HIGHWordPress Eagle Booking plugin <= 1.3.4.3 - SQL Injection vulnerabilityEPSS 0.3%