Fallos del tipo CWE-89

12.012 resultados

Injeção de SQL

Ocorre quando dados fornecidos por um usuário são incorporados diretamente em comandos SQL sem validação ou sanitização, permitindo que um atacante modifique a lógica da consulta. O risco é grave: exposição de dados sensíveis, modificação ou deleção de registros, e até comprometimento do servidor de banco de dados.

Ejemplo

Um formulário de login que constrói a consulta como `SELECT * FROM users WHERE login = '` + entrada_do_usuario + `'` permite que alguém digite `admin' --` e contorne a verificação de senha, ou `' OR '1'='1` para listar todos os usuários.

Cómo mitigar

Use prepared statements ou stored procedures com parâmetros vinculados (nunca concatenação de strings). Se necessário filtrar, aplique whitelist rigorosa e escape adequado para o banco de dados específico. Implemente validação de entrada e princípio do menor privilégio na conta do banco.

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%