Weaknesses of type CWE-89

11,959 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-2026-4061HIGHGeo Mashup <= 1.13.18 - Unauthenticated Time-Based SQL Injection via 'map_post_type' ParameterEPSS 0.3%CVE-2024-11060MEDIUMJinher Network Collaborative Management Platform 金和数字化智能办公平台 AcceptShow.aspx sql injectionEPSS 0.3%CVE-2019-25702HIGHKados R10 GreenBee SQL Injection via id_project ParameterEPSS 0.3%CVE-2019-25704HIGHKados R10 GreenBee SQL Injection via filter_user_mailEPSS 0.3%CVE-2025-30562HIGHWordPress Navigation Tree Elementor plugin <= 1.0.1 - SQL Injection VulnerabilityEPSS 0.3%CVE-2023-0706MEDIUMSourceCodester Medical Certificate Generator App manage_record.php sql injectionEPSS 0.3%CVE-2019-25692HIGHKados R10 GreenBee SQL Injection via id_to_modify ParameterEPSS 0.3%CVE-2025-1157MEDIUMAllims lab.online model_recuperar_senha.php sql injectionEPSS 0.3%CVE-2025-2603MEDIUMSourceCodester Kortex Lite Advocate Office Management System deactivate.php sql injectionEPSS 0.3%CVE-2026-40482HIGHChurchCRM has Authenticated SQL Injection in `/api/families/byCheckNumber/{scanString}`EPSS 0.3%CVE-2019-25698HIGHKados R10 GreenBee SQL Injection via id_to_delete ParameterEPSS 0.3%CVE-2026-0850MEDIUMcode-projects Intern Membership Management System delete_activity.php sql injectionEPSS 0.3%CVE-2025-10003MEDIUMUsersWP – Front-end login form, User Registration, User Profile & Members Directory plugin for WP <= 1.2.44 - Authenticated (Subscriber+) SQL InjectionEPSS 0.3%CVE-2025-70397HIGHjizhicms 2.5.6 is vulnerable to SQL Injection in Article/deleteAll and Extmolds/deleteAll via the data parameter.EPSS 0.3%CVE-2023-0707MEDIUMSourceCodester Medical Certificate Generator App function.php delete_record sql injectionEPSS 0.3%CVE-2026-7028MEDIUMCodeAstro Online Job Portal All Jobs delete-jobs.php sql injectionEPSS 0.3%CVE-2019-25710HIGHDolibarr ERP-CRM 8.0.4 SQL Injection via rowid ParameterEPSS 0.3%CVE-2019-25696HIGHKados R10 GreenBee SQL Injection via language_tag ParameterEPSS 0.3%CVE-2019-25690HIGHKados R10 GreenBee SQL Injection via mng_profile_idEPSS 0.3%CVE-2026-3658HIGHAppointment Booking Calendar <= 1.6.10.0 - Unauthenticated SQL Injection via 'fields' ParameterEPSS 0.3%