Weaknesses of type CWE-89

11,923 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-6782HIGHGoZen Forms <= 1.1.5 - Unauthenticated SQL Injection via dirGZActiveForm()EPSS 0.3%CVE-2025-9410MEDIUMlostvip-com ruoyi-go GenTableDao.go SelectListByPage sql injectionEPSS 0.3%CVE-2024-30864MEDIUMnetentsec NS-ASG 6.3 is vulnerable to SQL Injection via /admin/config_ISCGroupTimePolicy.php.EPSS 0.3%CVE-2025-0853HIGHPGS Core <= 5.8.0 - Unauthenticated SQL InjectionEPSS 0.3%CVE-2024-24105HIGHSQL Injection vulnerability in Code-projects Computer Science Time Table System 1.0 allows attackers to run arbitrary code via adminFormvaliEPSS 0.3%CVE-2026-14648MEDIUMcode-projects Online Voting System Login authentication.php test_input sql injectionEPSS 0.3%CVE-2026-33651HIGHAVideo has a Blind SQL Injection in Live Schedule Reminder via Unsanitized live_schedule_id in Scheduler_commands::getAllActiveOrToRepeat()EPSS 0.3%CVE-2026-41496HIGHPraisonAI: SQL Injection via unvalidated `table_prefix` in 9 conversation store backends (incomplete fix for CVE-2026-40315)EPSS 0.3%CVE-2026-38158CRITICALA SQL injection vulnerability in the /ureport/datasource/previewData component of ureport v2.2.9 allows attackers to access sensitive databaEPSS 0.3%CVE-2025-6006MEDIUMkiCode111 like-girl ImgUpdaPost.php sql injectionEPSS 0.3%CVE-2018-25187HIGHTina4 Stack 1.0.3 SQL Injection and Database File DownloadEPSS 0.3%CVE-2025-9412MEDIUMlostvip-com ruoyi-go DictDataDao.go SelectListByPage sql injectionEPSS 0.3%CVE-2025-9776MEDIUMCatFolders – Tame Your WordPress Media Library by Category <= 2.5.2 - Authenticated (Author+) SQL Injection via CSV ImportEPSS 0.3%CVE-2026-15289MEDIUMBooking calendar, Appointment Booking System <= 3.2.17 - Unauthenticated Time-Based SQL Injection via 'wpdevart_id'EPSS 0.3%CVE-2026-37345CRITICALSourceCodester Vehicle Parking Area Management System v1.0 is vulnerable to SQL Injection in the file /parking/manage_park.php.EPSS 0.3%CVE-2025-40755HIGHA vulnerability has been identified in SINEC NMS (All versions < V4.0 SP1). Affected applications are vulnerable to SQL injection through geEPSS 0.3%CVE-2025-10610CRITICALSQLi in SFS WinsureEPSS 0.3%CVE-2026-5394HIGHPimcore Platform v12.3.3 - SQL Injection in DataObject composite index handlingEPSS 0.3%CVE-2026-2682MEDIUMTsinghua Unigroup Electronic Archives System prinReport.html sql injectionEPSS 0.3%CVE-2024-56804MEDIUMVideo StationEPSS 0.3%