Falhas do tipo CWE-89

11.873 resultados

Injeção de SQL

Fraqueza onde 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 banco de dados executa comandos não intencionais, comprometendo confidencialidade, integridade e disponibilidade dos dados.

Exemplo

Um formulário de login concatena o usuário digitado direto na query: `SELECT * FROM users WHERE login = '` + input + `'`. Se o usuário digita `admin' OR '1'='1`, a query vira `SELECT * FROM users WHERE login = 'admin' OR '1'='1'`, retornando todos os usuários e burlando autenticação.

Como mitigar

Use prepared statements (consultas parametrizadas) com placeholders, nunca concatene entrada do usuário. Valide e restrinja entrada (whitelist), aplique princípio do menor privilégio na conta do BD e use WAF como camada adicional.

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%