Fallos del tipo CWE-89

11.984 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-12612MEDIUMCampcodes School Fees Payment Management System ajax.php sql injectionEPSS 0.3%CVE-2026-36233CRITICALA SQL injection vulnerability was found in the assignInstructorSubjects.php file of itsourcecode Online Student Enrollment System v1.0. The EPSS 0.3%CVE-2026-0851MEDIUMcode-projects Online Music Site AdminAddUser.php sql injectionEPSS 0.3%CVE-2026-36236CRITICALSourceCodester Engineers Online Portal v1.0 is vulnerable to SQL Injection in update_password.php via the new_password parameter.EPSS 0.3%CVE-2025-64493MEDIUMSuiteCRM is Vulnerable to Authenticated Blind SQL Injection via GraphQLEPSS 0.3%CVE-2026-9474MEDIUMyashpokharna2555 StudentManagementSystem studentdel.php confirm_logged_in sql injectionEPSS 0.3%CVE-2026-9470MEDIUMyashpokharna2555 StudentManagementSystem student_trans.php confirm_logged_in sql injectionEPSS 0.3%CVE-2026-28399MEDIUMNocoDB: SQL Injection via DATEADD FormulaEPSS 0.3%CVE-2026-9469MEDIUMyashpokharna2555 StudentManagementSystem success.php sql injectionEPSS 0.3%CVE-2026-12110MEDIUMTaskbuilder <= 5.0.8 - Authenticated (Subscriber+) SQL Injection via 'task_search' ParameterEPSS 0.3%CVE-2025-9198MEDIUMWp cycle text announcement <= 8.1 - Authenticated (Contributor+) SQL InjectionEPSS 0.3%CVE-2025-47657CRITICALWordPress Productive Commerce plugin <= 1.1.40 - SQL Injection vulnerabilityEPSS 0.3%CVE-2026-29861CRITICALPHP-MYSQL-User-Login-System v1.0 was discovered to contain a SQL injection vulnerability via the username parameter at login.php.EPSS 0.3%CVE-2026-36235CRITICALA SQL injection vulnerability was found in the scheduleSubList.php file of itsourcecode Online Student Enrollment System v1.0. The reason foEPSS 0.3%CVE-2026-10105HIGHagno 2.6.5 SQL Injection via ClickHouse delete_by_metadata()EPSS 0.3%CVE-2026-9526MEDIUMitsourcecode Electronic Judging System edit_team.php sql injectionEPSS 0.3%CVE-2025-7560MEDIUMPHPGurukul Online Fire Reporting System workin-progress-requests.php sql injectionEPSS 0.3%CVE-2025-7559MEDIUMPHPGurukul Online Fire Reporting System bwdates-report-result.php sql injectionEPSS 0.3%CVE-2019-25481HIGHiScripts ReserveLogic Lastest SQL Injection via search endpointEPSS 0.3%CVE-2025-7522MEDIUMPHPGurukul Vehicle Parking Management System bwdates-reports-details.php sql injectionEPSS 0.3%