Falhas do tipo CWE-89

11.906 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-2023-33677MEDIUMSourcecodester Lost and Found Information System's Version 1.0 is vulnerable to unauthenticated SQL Injection at "?page=items/view&id=*".EPSS 0.4%CVE-2025-15493MEDIUMRainyGao DocSys ReposAuthMapper.xml sql injectionEPSS 0.4%CVE-2025-37181HIGHAuthenticated SQL Injection in EdgeConnect SD-WAN Orchestrator Web-Based Management InterfaceEPSS 0.4%CVE-2025-3210MEDIUMcode-projects Patient Record Management System birthing_pending.php sql injectionEPSS 0.4%CVE-2025-62617HIGHAdmidio Vulnerable to Authenticated SQL Injection in Member Assignment FunctionalityEPSS 0.4%CVE-2026-5801CRITICALSQLi in Semtek Informatics' SEM-PMPEPSS 0.4%CVE-2025-3207MEDIUMcode-projects Patient Record Management System birthing_form.php sql injectionEPSS 0.4%CVE-2024-30158HIGHA vulnerability in the web conferencing component of Mitel MiCollab through 9.7.1.110 could allow an authenticated attacker with administratEPSS 0.4%CVE-2025-9013MEDIUMPHPGurukul Online Shopping Portal Project password-recovery.php sql injectionEPSS 0.4%CVE-2025-5708MEDIUMcode-projects Real Estate Property Management System NewsReport.php sql injectionEPSS 0.4%CVE-2024-49305CRITICALWordPress Customer Email Verification for WooCommerce plugin <= 2.8.10 - SQL Injection vulnerabilityEPSS 0.4%CVE-2025-9768MEDIUMitsourcecode Sports Management System mode.php sql injectionEPSS 0.4%CVE-2025-8957MEDIUMCampcodes Online Flight Booking Management System flights.php sql injectionEPSS 0.4%CVE-2024-34992HIGHSQL Injection vulnerability in the module "Help Desk - Customer Support Management System" (helpdesk) up to version 2.4.0 from FME Modules fEPSS 0.4%CVE-2025-9011MEDIUMPHPGurukul Online Shopping Portal Project signup.php sql injectionEPSS 0.4%CVE-2025-9012MEDIUMPHPGurukul Online Shopping Portal Project bill-ship-addresses.php sql injectionEPSS 0.4%CVE-2025-9024MEDIUMPHPGurukul Beauty Parlour Management System book-appointment.php sql injectionEPSS 0.4%CVE-2024-10296MEDIUMPHPGurukul Medical Card Generation System Report of Medical Card Page card-bwdates-reports-details.php sql injectionEPSS 0.4%CVE-2024-30157HIGHA vulnerability in the Suite Applications Services component of Mitel MiCollab through 9.7.1.110 could allow an authenticated attacker with EPSS 0.4%CVE-2025-8952MEDIUMCampcodes Online Flight Booking Management System Login ajax.php sql injectionEPSS 0.4%