Weaknesses of type CWE-89

11,885 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-2024-35563CRITICALCDG-Server-V5.6.2.126.139 and earlier was discovered to contain a SQL injection vulnerability via the permissionId parameter in CDGTempPermiEPSS 0.4%CVE-2025-2186HIGHRecover WooCommerce Cart Abandonment, Newsletter, Email Marketing, Marketing Automation By FunnelKit <= 3.5.1 - Unauthenticated SQL Injection via 'automationId'EPSS 0.4%CVE-2024-9322MEDIUMcode-projects Supply Chain Management edit_manufacturer.php sql injectionEPSS 0.4%CVE-2024-1100CRITICALSQLi in Vadi Corporate Information Systems' DIGIKENT GISEPSS 0.4%CVE-2024-45918CRITICALFujian Kelixin Communication Command and Dispatch Platform <=7.6.6.4391 is vulnerable to SQL Injection via /client/get_gis_fence.php.EPSS 0.4%CVE-2024-34949HIGHSQL injection vulnerability in Likeshop before 2.5.7 allows attackers to run abitrary SQL commands via the function OrderLogic::getOrderListEPSS 0.4%CVE-2025-2046MEDIUMSourceCodester Best Employee Management System print1.php sql injectionEPSS 0.4%CVE-2025-2106HIGHArielbrailovsky-Viralad <= 1.0.8 - Unauthenticated SQL InjectionEPSS 0.4%CVE-2025-15625CRITICALUnauthenticated execution of arbitrary SQL queries in Sparx Pro Cloud ServerEPSS 0.4%CVE-2025-23176HIGHTecnick – CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')EPSS 0.4%CVE-2024-10406MEDIUMSourceCodester Petrol Pump Management Software edit_fuel.php sql injectionEPSS 0.4%CVE-2024-10411MEDIUMSourceCodester Online Hotel Reservation System controller.php doCheckout sql injectionEPSS 0.4%CVE-2024-10407MEDIUMSourceCodester Petrol Pump Management Software edit_customer.php sql injectionEPSS 0.4%CVE-2025-64488HIGHSuiteCRM: Authenticated SQL Injection Possible in Reschedule Call ModuleEPSS 0.4%CVE-2026-3818MEDIUMTiandy Easy7 CMS Windows GetDBData.jsp sql injectionEPSS 0.4%CVE-2026-33468HIGHKysely has a MySQL SQL Injection via Insufficient Backslash Escaping in `sql.lit(string)` usage or similar methods that append string literal values into the compiled SQL stringsEPSS 0.4%CVE-2024-36393CRITICALSysAid - CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')EPSS 0.4%CVE-2024-5358MEDIUMPHPGurukul Zoo Management System normal-search.php sql injectionEPSS 0.4%CVE-2023-26439HIGHThe cacheservice API could be abused to inject parameters with SQL syntax which was insufficiently sanitized before getting executed as SQL EPSS 0.4%CVE-2025-60736CRITICALcode-projects Online Medicine Guide 1.0 is vulnerable to SQL Injection in /login.php via the upass parameter.EPSS 0.4%