Fallos del tipo CWE-89

12.042 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-38528HIGHKrayin CRM v2.2.x was discovered to contain a SQL injection vulnerability via the rotten_lead parameter at /Lead/LeadDataGrid.php.EPSS 0.2%CVE-2026-36944LOWSourcecodester Computer and Mobile Repair Shop Management System v1.0 is vulnerale to SQL injection in the file/rsms/admin/repairs/view_detaEPSS 0.2%CVE-2026-36941LOWSourcecodester Online Resort Management System v1.0 is vulnerable to SQL Injection in the file /orms/admin/rooms/manage_room.php.EPSS 0.2%CVE-2025-15585MEDIUMFileflows versions before 25.05.2 are affected by an authenticated SQL injection vulnerability in the library-file search function. SuccessfEPSS 0.2%CVE-2026-37601LOWSourceCodester Patient Appointment Scheduler System v1.0 is vulnerable to SQL Injection in the file /scheduler/admin/appointments/manage_appEPSS 0.2%CVE-2026-37593LOWSourceCodester Online Employees Work From Home Attendance System v1.0 is vulnerable to SQL Injection in the file /wfh_attendance/admin/view_EPSS 0.2%CVE-2026-12965CRITICALSuper Store Finder <= 7.8 - Unauthenticated SQL Injection via ssf_trackingEPSS 0.2%CVE-2026-37600LOWSourceCodester Patient Appointment Scheduler System v1.0 is vulnerable to SQL Injection in the file /scheduler/admin/appointments/view_detaiEPSS 0.2%CVE-2026-36942LOWSourcecodester Online Resort Management System v1.0 is vulnerable to SQL injection in the file /orms/admin/activities/manage_activity.php.EPSS 0.2%CVE-2026-36943LOWSourcecodester Computer and Mobile Repair Shop Management System v1.0 is vulnerable to SQL injection in the file /rsms/admin/repairs/manage_EPSS 0.2%CVE-2026-37594LOWSourceCodester Online Employees Work From Home Attendance System v1.0 is vulnerable to SQL Injection in the file /wfh_attendance/admin/view_EPSS 0.2%CVE-2025-30062MEDIUMSQL injection in CheckUnitCodeAndKey.plEPSS 0.2%CVE-2026-37602LOWSourceCodester Patient Appointment Scheduler System v1.0 is vulnerable to SQL Injection in the file /scheduler/admin/user/manage_user.php.EPSS 0.2%CVE-2026-36945LOWSourcecodester Computer and Mobile Repair Shop Management System v1.0 is vulnerable to SQL injection in the file /rsms/admin/clients/manage_EPSS 0.2%CVE-2024-51539LOWThe Dell Secure Connect Gateway (SCG) Application and Appliance, versions prior to 5.28, contains a SQL injection vulnerability due to improEPSS 0.2%CVE-2026-16572HIGHLogMyTrip <= 1.9 - Unauthenticated SQL Injection via 'tid' CookieEPSS 0.2%CVE-2026-37596LOWSourceCodester Online Employees Work From Home Attendance System v1.0 is vulnerable to SQL Injection in the file /wfh_attendance/admin/managEPSS 0.2%CVE-2021-47714MEDIUMHasura GraphQL 1.3.3 Local File Read via SQL InjectionEPSS 0.2%CVE-2024-7477MEDIUMAvaya Aura System Manager SQL injection vulnerabilityEPSS 0.2%CVE-2026-13752MEDIUMSnowflake CLI SQL Injection Through Improper Neutralization of Parameters in Secret Creation and SPCS Service Log CommandsEPSS 0.2%