Weaknesses of type CWE-89

11,948 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-8806MEDIUMzhilink 智互联(深圳)科技有限公司 ADP Application Developer Platform 应用开发者平台 treeData sql injectionEPSS 0.3%CVE-2025-9399MEDIUMYiFang CMS L_tool.php sql injectionEPSS 0.3%CVE-2026-5034MEDIUMcode-projects Accounting System Parameter edit_costumer.php sql injectionEPSS 0.3%CVE-2025-15443MEDIUMCRMEB product_export sql injectionEPSS 0.3%CVE-2026-28430CRITICALChamilo LMS Vulnerable to Unauthenticated SQL Injection in chamiko-lms model.ajax.phpEPSS 0.3%CVE-2026-38581CRITICALSQL Injection vulnerability in damasac thaipalliative_lte through version 3.0 allows remote attackers to execute arbitrary SQL commands via EPSS 0.3%CVE-2019-25325HIGHThrive Smart Home 1.1 - 'Smart Home' Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')EPSS 0.3%CVE-2025-46463HIGHWordPress Mailing Group Listserv plugin <= 3.0.4 - SQL Injection VulnerabilityEPSS 0.3%CVE-2025-56435MEDIUMSQL Injection vulnerability in FoxCMS v1.2.6 and before allows a remote attacker to execute arbitrary code via the. file /DataBackup.php andEPSS 0.3%CVE-2025-15442MEDIUMCRMEB product_list sql injectionEPSS 0.3%CVE-2024-33121MEDIUMRoothub v2.6 was discovered to contain a SQL injection vulnerability via the 's' parameter in the search() function.EPSS 0.3%CVE-2024-46078HIGHitsourcecode Sports Management System Project 1.0 is vulnerable to SQL Injection in the function delete_category of the file sports_scheduliEPSS 0.3%CVE-2026-15190MEDIUMSourceCodester Simple and Nice Shopping Cart Script login.php sql injectionEPSS 0.3%CVE-2025-7744CRITICALSQLi in Dolusoft's OmaspotEPSS 0.3%CVE-2025-12932MEDIUMSourceCodester Baby Care System admin.php sql injectionEPSS 0.3%CVE-2026-33084HIGHDataEase has SQL Injection through its getFieldEnumObj EndpointEPSS 0.3%CVE-2025-2511MEDIUMAHAthat Plugin <= 1.6 - Authenticated (Administrator+) SQL Injection via id ParameterEPSS 0.3%CVE-2026-30534HIGHA SQL Injection vulnerability exists in SourceCodester Online Food Ordering System v1.0 in admin/manage_category.php via the "id" parameter.EPSS 0.3%CVE-2025-12873MEDIUMCampcodes School File Management update_user.php sql injectionEPSS 0.3%CVE-2026-4062HIGHGeo Mashup <= 1.13.18 - Unauthenticated Time-Based SQL Injection via 'object_ids' ParameterEPSS 0.3%