Weaknesses of type CWE-89

11,926 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-14950MEDIUMcode-projects Scholars Tracking System delete_post.php sql injectionEPSS 0.3%CVE-2025-30217MEDIUMFrappe has possibility of SQL injection due to improper validationsEPSS 0.3%CVE-2025-14245MEDIUMIdeaCMS Coupon.php whereRaw sql injectionEPSS 0.3%CVE-2026-0816MEDIUMAll push notification for WP <= 1.5.3 - Authenticated (Administrator+) SQL Injection via 'delete_id' ParameterEPSS 0.3%CVE-2025-14211MEDIUMprojectworlds Advanced Library Management System delete_book.php sql injectionEPSS 0.3%CVE-2026-25936MEDIUMGLPI Vulnerable to Authenticated SQL InjectionEPSS 0.3%CVE-2025-14565MEDIUMkidaze CourseSelectionSystem login1.php sql injectionEPSS 0.3%CVE-2025-14661MEDIUMitsourcecode Student Managemen System advisers.php sql injectionEPSS 0.3%CVE-2025-15034MEDIUMitsourcecode Student Management System record.php sql injectionEPSS 0.3%CVE-2023-44090MEDIUMUnautH SQL InjectionEPSS 0.3%CVE-2025-14584MEDIUMitsourcecode COVID Tracking System Admin Login login.php sql injectionEPSS 0.3%CVE-2025-14667MEDIUMitsourcecode COVID Tracking System page sql injectionEPSS 0.3%CVE-2026-33616HIGHMB connect line mbCONNECT24 vulnerable to an unauthenticated SQL injection in the mb24api EndpointEPSS 0.3%CVE-2025-14337MEDIUMitsourcecode Student Management System new_grade.php sql injectionEPSS 0.3%CVE-2025-14334MEDIUMitsourcecode Student Management System new_adviser.php sql injectionEPSS 0.3%CVE-2025-14637MEDIUMitsourcecode Online Pet Shop Management System addcnp.php sql injectionEPSS 0.3%CVE-2025-14968MEDIUMcode-projects Simple Stock System update.php sql injectionEPSS 0.3%CVE-2025-14638MEDIUMitsourcecode Online Pet Shop Management System update_cnp.php sql injectionEPSS 0.3%CVE-2025-14336MEDIUMitsourcecode Student Management System promote.php sql injectionEPSS 0.3%CVE-2025-64280CRITICALA SQL Injection Vulnerability in CentralSquare Community Development 19.5.7 allows attackers to inject SQL via the permit_no field.EPSS 0.3%