Fallos del tipo CWE-89

11.885 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-2026-1120MEDIUMYonyou KSOA HTTP GET Parameter del_work.jsp sql injectionEPSS 0.4%CVE-2025-7475MEDIUMcode-projects Simple Car Rental System pay.php sql injectionEPSS 0.4%CVE-2025-25116HIGHWordPress Link to URL / Post plugin <=1.3 - SQL Injection vulnerabilityEPSS 0.4%CVE-2023-3984MEDIUMphpscriptpoint RecipePoint recipe-result sql injectionEPSS 0.4%CVE-2024-30861MEDIUMnetentsec NS-ASG 6.3 is vulnerable to SQL Injection via /admin/configguide/ipsec_guide_1.php.EPSS 0.4%CVE-2025-6419MEDIUMcode-projects Simple Online Hotel Reservation System edit_room.php sql injectionEPSS 0.4%CVE-2025-7478MEDIUMcode-projects Modern Bag category-list.php sql injectionEPSS 0.4%CVE-2025-6408MEDIUMCampcodes Online Hospital Management System search.php sql injectionEPSS 0.4%CVE-2024-20340MEDIUMA vulnerability in the web-based management interface of Cisco Secure Firewall Management Center (FMC) Software, formerly Firepower ManagemeEPSS 0.4%CVE-2025-7749MEDIUMcode-projects Online Appointment Booking System getmanagerregion.php sql injectionEPSS 0.4%CVE-2024-12939MEDIUMcode-projects Job Recruitment _all_edits.php add_edu sql injectionEPSS 0.4%CVE-2024-7668MEDIUMSourceCodester Car Driving School Management System Master.php delete_package sql injectionEPSS 0.4%CVE-2024-7669MEDIUMSourceCodester Car Driving School Management System Master.php delete_enrollment sql injectionEPSS 0.4%CVE-2024-39027HIGHSeaCMS v12.9 has an unauthorized SQL injection vulnerability. The vulnerability is caused by the SQL injection through the cid parameter at EPSS 0.4%CVE-2024-6195MEDIUMitsourcecode Tailoring Management System orderadd.php sql injectionEPSS 0.4%CVE-2024-6194MEDIUMitsourcecode Tailoring Management System editmeasurement.php sql injectionEPSS 0.4%CVE-2024-7676MEDIUMSourcecodester Car Driving School Management System Master.php save_package sql injectionEPSS 0.4%CVE-2024-11135HIGHEventer <= 3.9.8 - Unauthenticated SQL Injection via eventer_get_attendeesEPSS 0.4%CVE-2026-30529HIGHA SQL Injection vulnerability exists in SourceCodester Online Food Ordering System v1.0 in the Actions.php file (specifically the save_user EPSS 0.4%CVE-2024-6676MEDIUMwitmy my-springsecurity-plus user sql injectionEPSS 0.4%