Falhas do tipo CWE-89

11.911 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-2019-25523HIGHXooGallery Lastest Latest SQL Injection via cat.phpEPSS 0.4%CVE-2025-4110MEDIUMPHPGurukul Pre-School Enrollment System edit-teacher.php sql injectionEPSS 0.4%CVE-2025-2384MEDIUMcode-projects Real Estate Property Management System Parameter InsertCustomer.php sql injectionEPSS 0.4%CVE-2026-15490MEDIUMRafyMrX TOKO-ONLINE-ROTI add.php sql injectionEPSS 0.4%CVE-2025-10404MEDIUMitsourcecode Baptism Information Management System rptbaptismal.php sql injectionEPSS 0.4%CVE-2026-4908MEDIUMcode-projects Simple Laundry System Parameter modstaffinfo.php sql injectionEPSS 0.4%CVE-2019-25524HIGHXooGallery Lastest Latest SQL Injection via results.phpEPSS 0.4%CVE-2026-1545MEDIUMitsourcecode School Management System index.php sql injectionEPSS 0.4%CVE-2025-2419MEDIUMcode-projects Real Estate Property Management System InsertFeedback.php sql injectionEPSS 0.4%CVE-2024-29386MEDIUMprojeqtor up to 11.2.0 was discovered to contain a SQL injection vulnerability via the component /view/criticalResourceExport.php.EPSS 0.4%CVE-2025-8164MEDIUMcode-projects Public Chat Room send_message.php sql injectionEPSS 0.4%CVE-2025-13255MEDIUMprojectworlds Advanced Library Management System book_search.php sql injectionEPSS 0.4%CVE-2026-26705CRITICALsourcecodester Pharmacy Point of Sale System v1.0 is vulnerable to SQL Injection in /pharmacy/view_product.php.EPSS 0.4%CVE-2025-5704MEDIUMcode-projects Real Estate Property Management System User.php sql injectionEPSS 0.4%CVE-2024-45955HIGHRocket Software Rocket Zena 4.4.1.26 is vulnerable to SQL Injection via the filter parameter.EPSS 0.4%CVE-2026-3133MEDIUMitsourcecode Document Management System Login loging.php sql injectionEPSS 0.4%CVE-2026-38812CRITICALRuoYi v4.8.2 is vulnerable to SQL Injection via the /tool/gen/createTable endpoint. The issue affects the code generation module and may allEPSS 0.4%CVE-2024-56290CRITICALWordPress Multiple Shipping And Billing Address For Woocommerce Plugin <= 1.2 - Unauthenticated SQL Injection vulnerabilityEPSS 0.4%CVE-2025-22799HIGHWordPress Neon Product Designer Plugin <= 2.2.0 - SQL Injection vulnerabilityEPSS 0.4%CVE-2025-60641MEDIUMThe file mexcel.php in the Vfront 0.99.52 codebase contains a vulnerable call to unserialize(base64_decode($_POST['mexcel'])), where $_POST[EPSS 0.4%