Weaknesses of type CWE-89

11,911 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-13561MEDIUMSourceCodester Company Website CMS index.php sql injectionEPSS 0.4%CVE-2026-3152MEDIUMitsourcecode College Management System teacher-salary.php sql injectionEPSS 0.4%CVE-2025-13271MEDIUMCampcodes School Fees Payment Management System ajax.php sql injectionEPSS 0.4%CVE-2025-13257MEDIUMitsourcecode Inventory Management System index.php sql injectionEPSS 0.4%CVE-2025-13203MEDIUMcode-projects Simple Cafe Ordering System addmem.php sql injectionEPSS 0.4%CVE-2025-13585MEDIUMitsourcecode COVID Tracking System login.php sql injectionEPSS 0.4%CVE-2025-10077MEDIUMSourceCodester Online Polling System registeracc.php sql injectionEPSS 0.4%CVE-2025-13557MEDIUMCampcodes Online Polling System registeracc.php sql injectionEPSS 0.4%CVE-2026-6148MEDIUMcode-projects Vehicle Showroom Management System MonthTotalReportUpdateFunction.php sql injectionEPSS 0.4%CVE-2025-13421MEDIUMitsourcecode Human Resource Management System NoticeStore.php sql injectionEPSS 0.4%CVE-2024-50827LOWA SQL Injection vulnerability was found in /admin/add_subject.php in kashipara E-learning Management System Project 1.0 via the subject_codeEPSS 0.4%CVE-2025-31397CRITICALWordPress Bus Ticket Booking with Seat Reservation for WooCommerce plugin <= 1.7 - SQL Injection vulnerabilityEPSS 0.4%CVE-2025-13560MEDIUMSourceCodester Company Website CMS reset-password.php sql injectionEPSS 0.4%CVE-2025-13410MEDIUMCampcodes Retro Basketball Shoes Online Store receipt.php sql injectionEPSS 0.4%CVE-2026-1590MEDIUMitsourcecode School Management System index.php sql injectionEPSS 0.4%CVE-2025-13583MEDIUMcode-projects Question Paper Generator POST Parameter signupscript.php sql injectionEPSS 0.4%CVE-2025-51672HIGHA time-based blind SQL injection vulnerability was identified in the PHPGurukul Dairy Farm Shop Management System 1.3. The vulnerability exiEPSS 0.4%CVE-2024-50830LOWA SQL Injection vulnerability was found in /admin/calendar_of_events.php in kashipara E-learning Management System Project 1.0 via the date_EPSS 0.4%CVE-2025-9691MEDIUMCampcodes Online Shopping System login.php sql injectionEPSS 0.4%CVE-2026-3746MEDIUMSourceCodester Simple Responsive Tourism Website Login Login.php sql injectionEPSS 0.4%