Falhas do tipo CWE-89

12.030 resultados

Injeção de SQL

Fraqueza onde entrada do usuário é concatenada diretamente em comandos SQL sem validação ou sanitização, permitindo que um atacante insira código SQL malicioso. O banco de dados executa comandos não intencionais, comprometendo confidencialidade, integridade e disponibilidade dos dados.

Exemplo

Um formulário de login concatena o usuário digitado direto na query: `SELECT * FROM users WHERE login = '` + input + `'`. Se o usuário digita `admin' OR '1'='1`, a query vira `SELECT * FROM users WHERE login = 'admin' OR '1'='1'`, retornando todos os usuários e burlando autenticação.

Como mitigar

Use prepared statements (consultas parametrizadas) com placeholders, nunca concatene entrada do usuário. Valide e restrinja entrada (whitelist), aplique princípio do menor privilégio na conta do BD e use WAF como camada adicional.

CVE-2025-69936CRITICALCodeAstro Membership Management System 1.0 is vulnerable to SQL Injection in /edit_member.php?id=1.EPSS 0.3%CVE-2025-67829CRITICALMura before 10.1.14 allows beanFeed.cfc getQuery sortDirection SQL injection.EPSS 0.3%CVE-2025-12329MEDIUMshawon100 RUET OJ details.php sql injectionEPSS 0.3%CVE-2025-69947CRITICALSourceCodester Tailor Management System 1.0 is vulnerable to SQL Injection in customeredit.php?id=1.EPSS 0.3%CVE-2026-65454HIGHWordPress Quiz And Survey Master plugin <= 11.2.0 - SQL Injection vulnerabilityEPSS 0.3%CVE-2025-69942CRITICALkishan0725 Hospital Management System 4.0 is vulnerable to SQL Injection in /hms/doctor/view-patient.php?viewid=1.EPSS 0.3%CVE-2025-53549MEDIUMMatrix Rust SDK allows SQL injection in the EventCache implementationEPSS 0.3%CVE-2026-52348CRITICALcool-admin-java 8.0.0 has a SQL injection vulnerability in the order() method of CrudOption.java.EPSS 0.3%CVE-2024-30974HIGHSQL Injection vulnerability in autoexpress v.1.3.0 allows attackers to run arbitrary SQL commands via the carId parameter.EPSS 0.3%CVE-2026-54313MEDIUMn8n: NoSQL Injection in MongoDB Node Find And Replace OperationEPSS 0.3%CVE-2025-69934CRITICALCodeAstro Membership Management System 1.0 is vulnerable to SQL Injection in /delete_members.php?id=1.EPSS 0.3%CVE-2026-65451HIGHWordPress MapSVG plugin <= 8.14.0 - SQL Injection vulnerabilityEPSS 0.3%CVE-2026-37340CRITICALSourceCodester Simple Music Cloud Community System v1.0 is vulnerable to SQL Injection in the file /music/edit_music.php.EPSS 0.3%CVE-2025-67404CRITICALSourcecodester CASAP Automated Enrollment System 1.0 is vulnerable to SQL Injection in save_stud.php via the parameters fname, lname, and stEPSS 0.3%CVE-2026-65526HIGHWordPress Visualizer plugin <= 4.0.1 - SQL Injection vulnerabilityEPSS 0.3%CVE-2026-7506MEDIUMSourceCodester Hotel Management System check sql injectionEPSS 0.3%CVE-2026-4978CRITICALSQLi in UMAI Vision's Traffic Analysis SystemEPSS 0.3%CVE-2026-1617CRITICALSQLi in Turkmesh's Turkhotspot 5651 LoglamaEPSS 0.3%CVE-2026-37339CRITICALSourceCodester Simple Music Cloud Community System v1.0 is vulnerable to SQL Injection in the file /music/view_genre.php.EPSS 0.3%CVE-2025-69937CRITICALCodeAstro Membership Management System 1.0 is vulnerable to SQL Injection in the edit_type.php endpoint via the Parameter id.EPSS 0.3%