Weaknesses of type CWE-89

11,864 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-7472MEDIUMRead More & Accordion <= 3.5.7 - Authenticated (Administrator+) SQL Injection via 'orderby' ParameterEPSS 0.4%CVE-2025-6409MEDIUMPHPGurukul Art Gallery Management System forgot-password.php sql injectionEPSS 0.4%CVE-2025-6421MEDIUMcode-projects Simple Online Hotel Reservation System add_account.php sql injectionEPSS 0.4%CVE-2024-6194MEDIUMitsourcecode Tailoring Management System editmeasurement.php sql injectionEPSS 0.4%CVE-2024-39027HIGHSeaCMS v12.9 has an unauthorized SQL injection vulnerability. The vulnerability is caused by the SQL injection through the cid parameter at EPSS 0.4%CVE-2024-7668MEDIUMSourceCodester Car Driving School Management System Master.php delete_package sql injectionEPSS 0.4%CVE-2024-7676MEDIUMSourcecodester Car Driving School Management System Master.php save_package sql injectionEPSS 0.4%CVE-2024-7669MEDIUMSourceCodester Car Driving School Management System Master.php delete_enrollment sql injectionEPSS 0.4%CVE-2024-6195MEDIUMitsourcecode Tailoring Management System orderadd.php sql injectionEPSS 0.4%CVE-2025-2682MEDIUMPHPGurukul Bank Locker Management System edit-subadmin.php sql injectionEPSS 0.4%CVE-2024-11135HIGHEventer <= 3.9.8 - Unauthenticated SQL Injection via eventer_get_attendeesEPSS 0.4%CVE-2024-6830MEDIUMSourceCodester Simple Inventory Management System Order action.php sql injectionEPSS 0.4%CVE-2024-12941MEDIUMCodeAstro Blood Donor Management System deletedannounce.php sql injectionEPSS 0.4%CVE-2024-6676MEDIUMwitmy my-springsecurity-plus user sql injectionEPSS 0.4%CVE-2026-33153HIGHTandoor Recipes's Unauthenticated Debug Parameter Leaks Full Raw SQL Queries Including Schema, Table Names, and Access Control LogicEPSS 0.4%CVE-2024-10760MEDIUMcode-projects University Event Management System dodelete.php sql injectionEPSS 0.4%CVE-2026-4223MEDIUMitsourcecode Payroll Management System manage_employee.php sql injectionEPSS 0.4%CVE-2026-30529HIGHA SQL Injection vulnerability exists in SourceCodester Online Food Ordering System v1.0 in the Actions.php file (specifically the save_user EPSS 0.4%CVE-2025-12707HIGHLibrary Management System <= 3.2.1 - Unauthenticated SQL InjectionEPSS 0.4%CVE-2025-2317HIGHProduct Filter by WBW <= 2.7.9 - Unauthenticated SQL Injection via filtersDataBackend ParameterEPSS 0.4%