Weaknesses of type CWE-89

11,873 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-66417HIGHGLPI has an unauthenticated SQL injection through the inventory endpointEPSS 0.4%CVE-2024-20473MEDIUMA vulnerability in the web-based management interface of Cisco Secure Firewall Management Center (FMC) Software could allow an authenticatedEPSS 0.4%CVE-2026-5955CRITICALSQLi in Inrove Software's BiEticaretEPSS 0.4%CVE-2025-9413MEDIUMlostvip-com ruoyi-go system_router.go SelectListByPage sql injectionEPSS 0.4%CVE-2024-8561MEDIUMSourceCodester PHP CRUD Delete Person delete.php sql injectionEPSS 0.4%CVE-2026-29174HIGHCraft Commerce has a SQL Injection in Commerce Inventory Table SortingEPSS 0.4%CVE-2023-26020MEDIUMImproper Neutralization of Special Elements used in an SQL Command ('SQL Injection') in Crafter StudioEPSS 0.4%CVE-2026-10880CRITICALUnauthenticated SQL Injection in Osnexus QuantastorEPSS 0.4%CVE-2024-5360MEDIUMPHPGurukul Zoo Management System foreigner-bwdates-reports-details.php sql injectionEPSS 0.4%CVE-2024-20471MEDIUMA vulnerability in the web-based management interface of Cisco Secure Firewall Management Center (FMC) Software could allow an authenticatedEPSS 0.4%CVE-2024-20472MEDIUMA vulnerability in the web-based management interface of Cisco Secure Firewall Management Center (FMC) Software could allow an authenticatedEPSS 0.4%CVE-2025-11615MEDIUMSourceCodester Best Salon Management System add_invoice.php sql injectionEPSS 0.4%CVE-2025-9749MEDIUMHKritesh009 Grocery List Management Web App update.php sql injectionEPSS 0.4%CVE-2025-9740MEDIUMcode-projects Human Resource Integrated System log_query.php sql injectionEPSS 0.4%CVE-2025-26533HIGHSQL injection risk in course search module list filterEPSS 0.4%CVE-2024-9808MEDIUMSourceCodester Online Eyewear Shop sql injectionEPSS 0.4%CVE-2025-9733MEDIUMcode-projects Human Resource Integrated System login_timeee.php sql injectionEPSS 0.4%CVE-2025-8125MEDIUMdeerwms deer-wms-2 allocatedList sql injectionEPSS 0.4%CVE-2024-13532HIGHSmall Package Quotes – Purolator Edition <= 3.6.4 - Unauthenticated SQL InjectionEPSS 0.4%CVE-2024-13435HIGHEbook Downloader <= 1.0 - Unauthenticated SQL InjectionEPSS 0.4%