Weaknesses of type CWE-89

12,031 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-30979HIGHWordPress Pixelating image slideshow gallery plugin <= 8.0 - SQL Injection VulnerabilityEPSS 0.3%CVE-2025-48118HIGHWordPress Woocommerce Partial Shipment plugin <= 3.2 - SQL Injection VulnerabilityEPSS 0.3%CVE-2025-30947HIGHWordPress Cool fade popup plugin <= 10.1 - SQL Injection VulnerabilityEPSS 0.3%CVE-2025-10144MEDIUMPerfect Brands for WooCommerce <= 3.6.2 - Authenticated (Contributor+) SQL InjectionEPSS 0.3%CVE-2025-39486HIGHWordPress Rankie plugin < 1.8.2 - SQL Injection vulnerabilityEPSS 0.3%CVE-2025-32297HIGHWordPress Simple Link Directory Pro plugin < 14.8.1 - SQL Injection VulnerabilityEPSS 0.3%CVE-2026-62516HIGHVulnerability in the Oracle Demantra Demand Management product of Oracle Supply Chain (component: Product Security). Supported versions thaEPSS 0.3%CVE-2025-15560HIGHSQL Injection in NesterSoft WorkTimeEPSS 0.3%CVE-2018-25175HIGHAlienor Web Libre 2.0 SQL Injection via index.phpEPSS 0.3%CVE-2025-10258MEDIUMA time-based SQL Injection vulnerability in Infinera DNAEPSS 0.3%CVE-2025-59920HIGHSQL injection in time@work from systems@workEPSS 0.3%CVE-2026-40762HIGHWordPress WPGraphQL plugin < 2.11.1 - SQL Injection vulnerabilityEPSS 0.3%CVE-2025-55065HIGHCWE-89 Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')EPSS 0.3%CVE-2026-38930MEDIUMOpenRapid RapidCMS v1.3.1 was discovered to contain an authentication bypass in the /template/default/menu.php component. This vulnerabilityEPSS 0.3%CVE-2026-4569MEDIUMSourceCodester Sales and Inventory System HTTP POST Request view_category.php sql injectionEPSS 0.3%CVE-2025-52049MEDIUMIn Frappe ErpNext v15.57.5, the function get_timesheet_detail_rate() at erpnext/projects/doctype/timesheet/timesheet.py is vulnerable to SQLEPSS 0.3%CVE-2026-22743HIGHServer-Side Request Forgery via Filter Expression Keys in Neo4jVectorStoreEPSS 0.3%CVE-2026-10242MEDIUMitsourcecode Content Management System instructions.php sql injectionEPSS 0.3%CVE-2025-52050MEDIUMIn Frappe ERPNext 15.57.5, the function get_loyalty_program_details_with_points() at erpnext/accounts/doctype/loyalty_program/loyalty_prograEPSS 0.3%CVE-2026-44272HIGHDell Wyse Management Suite (WMS), versions prior to WMS 2605, contain an Improper Neutralization of Special Elements used in an SQL Command EPSS 0.3%