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-10618MEDIUMitsourcecode Online Clinic Management System transact.php sql injectionEPSS 0.4%CVE-2025-12938MEDIUMprojectworlds Online Admission System process_login.php sql injectionEPSS 0.4%CVE-2025-10839MEDIUMSourceCodester Pet Grooming Management Software inv-print.php sql injectionEPSS 0.4%CVE-2025-12336MEDIUMCampcodes Retro Basketball Shoes Online Store admin_index.php sql injectionEPSS 0.4%CVE-2025-9770MEDIUMCampcodes Hospital Management System Admin Dashboard Login admin sql injectionEPSS 0.4%CVE-2025-0172MEDIUMcode-projects Chat System deleteroom.php sql injectionEPSS 0.4%CVE-2025-26971HIGHWordPress Poll Maker <= 5.6.5 - SQL Injection vulnerabilityEPSS 0.4%CVE-2023-26020MEDIUMImproper Neutralization of Special Elements used in an SQL Command ('SQL Injection') in Crafter StudioEPSS 0.4%CVE-2024-5360MEDIUMPHPGurukul Zoo Management System foreigner-bwdates-reports-details.php sql injectionEPSS 0.4%CVE-2024-13321HIGHAnalyticsWP <= 2.0.0 - Unauthenticated SQL InjectionEPSS 0.4%CVE-2026-29174HIGHCraft Commerce has a SQL Injection in Commerce Inventory Table SortingEPSS 0.4%CVE-2024-13476HIGHLTL Freight Quotes – GlobalTranz Edition <= 2.3.11 - 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-2024-13507HIGHGeoDirectory – WP Business Directory Plugin and Classified Listings Directory <= 2.8.97 - Unauthenticated SQL InjectionEPSS 0.4%CVE-2025-6495HIGHBricks Builder <= 1.12.4 - Unauthenticated SQL Injection via `p` ParameterEPSS 0.4%CVE-2025-66417HIGHGLPI has an unauthenticated SQL injection through the inventory endpointEPSS 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-2026-5955CRITICALSQLi in Inrove Software's BiEticaretEPSS 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%