Weaknesses of type CWE-89

12,012 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-52049MEDIUMIn Frappe ErpNext v15.57.5, the function get_timesheet_detail_rate() at erpnext/projects/doctype/timesheet/timesheet.py is vulnerable to SQLEPSS 0.3%CVE-2026-49490HIGHOpenCATS - SQL Injection in DataGrid Filter Handling for Tags ColumnEPSS 0.2%CVE-2026-2893MEDIUMPage and Post Clone <= 6.3 - Authenticated (Contributor+) SQL Injection via 'meta_key' ParameterEPSS 0.2%CVE-2026-37343HIGHSourceCodester Vehicle Parking Area Management System v1.0 is vulnerable to SQL Injection in the file /parking/manage_user.php.EPSS 0.2%CVE-2025-44134MEDIUMA vulnerability was found in Code-Projects Online Class and Exam Scheduling System 1.0 in the file /Scheduling/pages/class_save.php. ManipulEPSS 0.2%CVE-2025-15325MEDIUMTanium addressed an improper input validation vulnerability in Discover.EPSS 0.2%CVE-2026-13754MEDIUMTickera <= 3.6.0.0 - Authenticated (Staff+) SQL Injection via 's' ParameterEPSS 0.2%CVE-2026-15304MEDIUMPlugin Organizer <= 10.2.4 - Authenticated (Subscriber+) SQL InjectionEPSS 0.2%CVE-2025-10740MEDIUMURL Shortener Plugin For WordPress <= 3.0.7 - Missing Authorization to Authenticated (Subscriber+) Link ManipulationEPSS 0.2%CVE-2025-51970HIGHA SQL Injection vulnerability exists in the action.php endpoint of PuneethReddyHC Online Shopping System Advanced 1.0 due to improper sanitiEPSS 0.2%CVE-2026-34186HIGHSQL Injection in Custom Fields leads to Database CompromiseEPSS 0.2%CVE-2026-16092MEDIUMImproved Save Button <= 1.2.1 - Authenticated (Author+) Second-Order SQL Injection via 'meta_key' ParameterEPSS 0.2%CVE-2026-6251MEDIUMChaty Pro <= 3.5.5 - Authenticated (Subscriber+) SQL Injection via 'widget_id' ParameterEPSS 0.2%CVE-2026-42287CRITICALEmlog: SQL Injection Vulnerability in log_model.php within addLog() and updateLog() FunctionsEPSS 0.2%CVE-2026-13767MEDIUMQuiz and Survey Master (QSM) <= 11.2.0 - Authenticated (Custom+) SQL Injection via 'pages' ParameterEPSS 0.2%CVE-2025-44135MEDIUMA vulnerability was found in code-projects Online Class and Exam Scheduling System 1.0 in /Scheduling/pages/profile_update.php. ManipulatingEPSS 0.2%CVE-2026-55208HIGHPimcore: SQL Injection via Column Name in DateFilter allows authenticated user to extract arbitrary database data including admin password hashesEPSS 0.2%CVE-2026-37342HIGHSourceCodester Vehicle Parking Area Management System v1.0 is vulnerable to SQL Injection in the file /parking/view_parked_details.php.EPSS 0.2%CVE-2025-12327MEDIUMshawon100 RUET OJ description.php sql injectionEPSS 0.2%CVE-2026-37341HIGHSourceCodester Vehicle Parking Area Management System v1.0 is vulnerable to SQL Injection in the file /parking/manage_category.php.EPSS 0.2%