Weaknesses of type CWE-89

11,984 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-11489MEDIUMcode-projects Online Music Site AdminDeleteAlbum.php sql injectionEPSS 0.3%CVE-2025-60514MEDIUMTillywork v0.1.3 and below is vulnerable to SQL Injection in app/common/helpers/query.builder.helper.ts.EPSS 0.3%CVE-2026-7486CRITICALSQLi in Netcad's E-İmarEPSS 0.3%CVE-2025-52831CRITICALWordPress Video List Manager plugin <= 1.7 - SQL Injection VulnerabilityEPSS 0.3%CVE-2025-48735MEDIUMA SQL Injection issue in the request body processing in BOS IPCs with firmware 21.45.8.2.2_220219 before 21.45.8.2.3_230220 allows remote atEPSS 0.3%CVE-2026-11485MEDIUMSourceCodester Class and Exam Timetabling System archive2.php sql injectionEPSS 0.3%CVE-2026-11486MEDIUMSourceCodester Class and Exam Timetabling System archive1.php sql injectionEPSS 0.3%CVE-2025-47575HIGHWordPress School Management plugin <= 92.0.0 - SQL Injection vulnerabilityEPSS 0.3%CVE-2025-25877LOWA vulnerability was found in ITSourcecode Simple ChatBox up to 1.0. This vulnerability affects unknown code of the file /admin.php. The attaEPSS 0.3%CVE-2025-25878LOWA vulnerability was found in ITSourcecode Simple ChatBox up to 1.0. This vulnerability affects unknown code of the file /del.php. The attackEPSS 0.3%CVE-2025-49452CRITICALWordPress PostaPanduri plugin <= 2.1.3 - SQL Injection VulnerabilityEPSS 0.3%CVE-2026-11488MEDIUMcode-projects Simple Flight Ticket Booking System POST Parameter checkUser.php sql injectionEPSS 0.3%CVE-2025-52722CRITICALWordPress Classiera theme <= 4.0.34 - SQL Injection VulnerabilityEPSS 0.3%CVE-2025-41004HIGHMultiple vulnerabilities in Imaster products Open configuration optionsEPSS 0.3%CVE-2020-37112HIGHGUnet OpenEclass 1.7.3 E-learning platform - 'month' SQL InjectionEPSS 0.3%CVE-2026-5645MEDIUMprojectworlds Car Rental System Parameter pay.php sql injectionEPSS 0.3%CVE-2026-15482MEDIUMAster Telecom Azcall HTTP sis.php sql injectionEPSS 0.3%CVE-2026-41457MEDIUMOwnTone Server < 29.1 SQL Injection via query and filter ParametersEPSS 0.3%CVE-2025-12514HIGHA user with elevated privileges is able to introduce a SQL Injection using the Open-tickets Notification rules configuration parametersEPSS 0.3%CVE-2025-49467CRITICALJoomla Extension - jevents.net - SQL injection vulnerability in JEvents component before 3.6.88 and 3.6.82.1 for JoomlaEPSS 0.3%