Fallos del tipo CWE-89

11.911 resultados

Injeção de SQL

Ocorre quando dados fornecidos por um usuário são incorporados diretamente em comandos SQL sem validação ou sanitização, permitindo que um atacante modifique a lógica da consulta. O risco é grave: exposição de dados sensíveis, modificação ou deleção de registros, e até comprometimento do servidor de banco de dados.

Ejemplo

Um formulário de login que constrói a consulta como `SELECT * FROM users WHERE login = '` + entrada_do_usuario + `'` permite que alguém digite `admin' --` e contorne a verificação de senha, ou `' OR '1'='1` para listar todos os usuários.

Cómo mitigar

Use prepared statements ou stored procedures com parâmetros vinculados (nunca concatenação de strings). Se necessário filtrar, aplique whitelist rigorosa e escape adequado para o banco de dados específico. Implemente validação de entrada e princípio do menor privilégio na conta do banco.

CVE-2025-10839MEDIUMSourceCodester Pet Grooming Management Software inv-print.php sql injectionEPSS 0.4%CVE-2025-0171MEDIUMcode-projects Chat System deleteuser.php sql injectionEPSS 0.4%CVE-2025-0172MEDIUMcode-projects Chat System deleteroom.php sql injectionEPSS 0.4%CVE-2025-23784HIGHWordPress Contact Form 7 Round Robin Lead Distribution Plugin <= 1.2.1 - SQL Injection vulnerabilityEPSS 0.4%CVE-2025-0176MEDIUMcode-projects Point of Sales and Inventory Management System add_cart.php sql injectionEPSS 0.4%CVE-2024-13476HIGHLTL Freight Quotes – GlobalTranz Edition <= 2.3.11 - Unauthenticated SQL InjectionEPSS 0.4%CVE-2023-26020MEDIUMImproper Neutralization of Special Elements used in an SQL Command ('SQL Injection') in Crafter StudioEPSS 0.4%CVE-2024-13321HIGHAnalyticsWP <= 2.0.0 - Unauthenticated SQL InjectionEPSS 0.4%CVE-2026-10880CRITICALUnauthenticated SQL Injection in Osnexus QuantastorEPSS 0.4%CVE-2024-8561MEDIUMSourceCodester PHP CRUD Delete Person delete.php sql injectionEPSS 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-2025-9413MEDIUMlostvip-com ruoyi-go system_router.go SelectListByPage sql injectionEPSS 0.4%CVE-2025-66417HIGHGLPI has an unauthenticated SQL injection through the inventory endpointEPSS 0.4%CVE-2024-13507HIGHGeoDirectory – WP Business Directory Plugin and Classified Listings Directory <= 2.8.97 - Unauthenticated SQL InjectionEPSS 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-2026-29174HIGHCraft Commerce has a SQL Injection in Commerce Inventory Table SortingEPSS 0.4%CVE-2025-6495HIGHBricks Builder <= 1.12.4 - Unauthenticated SQL Injection via `p` ParameterEPSS 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-5360MEDIUMPHPGurukul Zoo Management System foreigner-bwdates-reports-details.php sql injectionEPSS 0.4%CVE-2024-41804MEDIUMXibo allows Sensitive Information Disclosure abusing SQL Injection in Xibo CMS DataSet Column FormulaEPSS 0.4%