Weaknesses of type CWE-89

11,957 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-3752MEDIUMSourceCodester Employee Task Management System GET Parameter daily-task-report.php sql injectionEPSS 0.3%CVE-2025-11038MEDIUMitsourcecode Online Clinic Management System details.php sql injectionEPSS 0.3%CVE-2026-6182MEDIUMcode-projects Simple Content Management System login.php sql injectionEPSS 0.3%CVE-2026-10110MEDIUMcode-projects Student Details Management System index.php sql injectionEPSS 0.3%CVE-2025-31466HIGHWordPress Duplicate Page and Post plugin <= 1.0 - SQL Injection VulnerabilityEPSS 0.3%CVE-2025-39377HIGHWordPress Appsero Helper plugin <= 1.3.4 - SQL Injection vulnerabilityEPSS 0.3%CVE-2026-10607MEDIUMDedeCMS flink.php dede_htmlspecialchars sql injectionEPSS 0.3%CVE-2024-6480MEDIUMSIP Reviews Shortcode for WooCommerce <= 1.2.3 - Authenticated (Contributor+) Cross-Site ScriptingEPSS 0.3%CVE-2026-3751MEDIUMSourceCodester Employee Task Management System GET Parameter daily-attendance-report.php sql injectionEPSS 0.3%CVE-2025-14973MEDIUMRecipe Card Blocks < 3.4.13 - Contributor+ SQLiEPSS 0.3%CVE-2026-0697MEDIUMcode-projects Intern Membership Management System edit_admin.php sql injectionEPSS 0.3%CVE-2026-6183MEDIUMcode-projects Simple Content Management System index.php sql injectionEPSS 0.3%CVE-2025-6267MEDIUMzhilink 智互联(深圳)科技有限公司 ADP Application Developer Platform 应用开发者平台 barcodeDetail sql injectionEPSS 0.3%CVE-2025-14193MEDIUMcode-projects Employee Profile Management System view_personnel.php sql injectionEPSS 0.3%CVE-2025-14203MEDIUMcode-projects Question Paper Generator selectquestionuser.php sql injectionEPSS 0.3%CVE-2025-13586MEDIUMSourceCodester Online Student Clearance System changepassword.php sql injectionEPSS 0.3%CVE-2026-0699MEDIUMcode-projects Intern Membership Management System edit_activity.php sql injectionEPSS 0.3%CVE-2026-2090MEDIUMSourceCodester Online Class Record System search.php sql injectionEPSS 0.3%CVE-2024-46531MEDIUMphpgurukul Vehicle Record Management System v1.0 was discovered to contain a SQL injection vulnerability via the searchinputdata parameter aEPSS 0.3%CVE-2025-29153MEDIUMSQL Injection vulnerability in lemeconsultoria HCM galera.app v.4.58.0 allows an attacker to execute arbitrary code via the Data export, filEPSS 0.3%