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-2026-2912MEDIUMcode-projects Online Reviewer System studentresult-view.php sql injectionEPSS 0.3%CVE-2024-39368HIGHImproper neutralization of special elements used in an SQL command ('SQL Injection') in some Intel(R) Neural Compressor software before versEPSS 0.3%CVE-2025-69045HIGHWordPress FooEvents for WooCommerce plugin <= 1.20.4 - SQL Injection vulnerabilityEPSS 0.3%CVE-2025-6842MEDIUMcode-projects Product Inventory System edit_user.php sql injectionEPSS 0.3%CVE-2026-0729MEDIUMcode-projects Intern Membership Management System add_activity.php sql injectionEPSS 0.3%CVE-2024-13150CRITICALSQLi in Fayton Software's fayton.pro ERPEPSS 0.3%CVE-2025-6791HIGHSecond order SQL injection available to user with low privilegeEPSS 0.3%CVE-2025-6610MEDIUMitsourcecode Employee Management System editempprofile.php sql injectionEPSS 0.3%CVE-2026-26713CRITICALcode-projects Simple Food Order System v1.0 is vulnerable to SQL Injection in /food/routers/cancel-order.php.EPSS 0.3%CVE-2026-30532CRITICALA SQL Injection vulnerability exists in SourceCodester Online Food Ordering System v1.0 in the admin/view_product.php file via the "id" paraEPSS 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-2025-47478HIGHWordPress ProfileGrid plugin <= 5.9.5.0 - 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-46463HIGHWordPress Mailing Group Listserv plugin <= 3.0.4 - SQL Injection VulnerabilityEPSS 0.3%CVE-2025-12609MEDIUMCodeAstro Gym Management System update-progress.php sql injectionEPSS 0.3%CVE-2025-15443MEDIUMCRMEB product_export sql injectionEPSS 0.3%CVE-2026-4580MEDIUMcode-projects Simple Laundry System Parameters checkupdatestatus.php 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-2024-28521HIGHSQL Injection vulnerability in Netcome NS-ASG Application Security Gateway v.6.3.1 allows a local attacker to execute arbitrary code and obtEPSS 0.3%