Fallos del tipo CWE-89

11.926 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-11401MEDIUMSourceCodester Hotel and Lodge Management System save_curr.php sql injectionEPSS 0.3%CVE-2025-11400MEDIUMSourceCodester Hotel and Lodge Management System del_room.php sql injectionEPSS 0.3%CVE-2026-2211MEDIUMcode-projects Online Music Site AdminDeleteCategory.php sql injectionEPSS 0.3%CVE-2026-3765MEDIUMitsourcecode University Management System att_single_view.php sql injectionEPSS 0.3%CVE-2026-2073MEDIUMitsourcecode School Management System index.php sql injectionEPSS 0.3%CVE-2025-11469MEDIUMSourceCodester Hotel and Lodge Management System save_customer.php sql injectionEPSS 0.3%CVE-2025-10665MEDIUMkidaze CourseSelectionSystem COUNT3s3.php sql injectionEPSS 0.3%CVE-2019-25473HIGHClinic Pro SQL Injection via monthly_expense_overview month ParameterEPSS 0.3%CVE-2026-2197MEDIUMcode-projects Online Reviewer System exam-delete.php sql injectionEPSS 0.3%CVE-2026-2117MEDIUMitsourcecode Society Management System edit_activity.php sql injectionEPSS 0.3%CVE-2025-41002CRITICALSQL injection in InfoticketingEPSS 0.3%CVE-2026-2132MEDIUMcode-projects Online Music Site AdminUpdateCategory.php sql injectionEPSS 0.3%CVE-2025-15410MEDIUMcode-projects Online Guitar Store login.php sql injectionEPSS 0.3%CVE-2026-12050MEDIUMpgAdmin 4: SQL injection in named restore point endpointEPSS 0.3%CVE-2025-47645HIGHWordPress ELEX WooCommerce Advanced Bulk Edit Products, Prices & Attributes plugin <= 1.4.9 - Subscriber+ SQL Injection vulnerabilityEPSS 0.3%CVE-2025-1154MEDIUMxxyopen Novel books sql injectionEPSS 0.3%CVE-2025-15182MEDIUMcode-projects Refugee Food Management System served.php sql injectionEPSS 0.3%CVE-2025-50983HIGHSQL Injection vulnerability exists in the sortKey parameter of the GET /api/v1/wanted/cutoff API endpoint in readarr 0.4.15.2787. The endpoiEPSS 0.3%CVE-2025-11088MEDIUMitsourcecode Open Source Job Portal index.php sql injectionEPSS 0.3%CVE-2025-47682CRITICALWordPress SMS Alert Order Notifications – WooCommerce plugin <= 3.8.1 - SQL Injection VulnerabilityEPSS 0.3%