Falhas do tipo CWE-290

606 resultados

Autenticação vulnerável a falsificação de identidade

Ocorre quando o sistema implementa mecanismos de autenticação de forma incorreta, permitindo que um atacante se passe por outro usuário sem fornecer credenciais válidas. A falha geralmente está em lógica fraca de validação de identidade, como confiar em dados facilmente manipuláveis (headers HTTP, cookies não assinados) ou em esquemas de autenticação incompletos que não verificam adequadamente quem está fazendo a requisição.

Exemplo

Um aplicativo web que valida login apenas verificando se existe um cookie com o nome 'user_id=123', sem assinatura criptográfica. Um atacante pode simplesmente adicionar esse cookie em sua requisição e o sistema o autenticará como o usuário 123. Outro caso comum: APIs que usam IP de origem como forma de autenticação, facilmente spoofada.

Como mitigar

Implemente autenticação robusta baseada em padrões estabelecidos (OAuth 2.0, JWT com assinatura, sessões server-side com tokens opacos). Valide identidade em cada requisição através de mecanismos criptográficos. Nunca confie unicamente em dados do cliente (headers customizados, cookies não assinados) como prova de identidade; sempre verifique contra estado confiável no servidor.

CVE-2024-4358CRITICALRegistration Authentication Bypass VulnerabilityEPSS 97.5%KEVCVE-2022-24112CRITICALapisix/batch-requests plugin allows overwriting the X-REAL-IP headerEPSS 96.1%KEVCVE-2022-23131CRITICALUnsafe client-side session storage leading to authentication bypass/instance takeover via Zabbix Frontend with configured SAMLEPSS 95.7%KEVCVE-2021-29441HIGHAuthentication bypassEPSS 87.7%CVE-2021-31195MEDIUMMicrosoft Exchange Server Remote Code Execution VulnerabilityEPSS 73.7%CVE-2020-7388CRITICALSage X3 AdxAdmin Unauthenticated Command Execution Bypass by SpoofingEPSS 69.4%CVE-2024-54085CRITICALRedfish Authentication BypassEPSS 60.7%KEVCVE-2021-34646CRITICALBooster for WooCommerce <= 5.4.3 Authentication BypassEPSS 50.9%CVE-2025-49002HIGHDataease H2 Database Remote Code Execution (RCE) Bypass VulnerabilityEPSS 50.3%CVE-2020-10136IP-in-IP protocol allows a remote, unauthenticated attacker to route arbitrary network trafficEPSS 28.5%CVE-1999-0012HIGHSome web servers under Microsoft Windows allow remote attackers to bypass access restrictions for files with long file names.EPSS 18.5%CVE-2023-30803CRITICALSangfor Next-Gen Application Firewall Authentication BypassEPSS 18.2%CVE-2024-41107HIGHApache CloudStack: SAML Signature ExclusionEPSS 17.8%CVE-2023-50224MEDIUMTP-Link TL-WR841N dropbearpwd Improper Authentication Information Disclosure VulnerabilityEPSS 15.6%KEVCVE-2024-21518HIGHThis affects versions of the package opencart/opencart from 4.0.0.0. A Zip Slip issue was identified via the marketplace installer due to imEPSS 14.1%CVE-2022-3180CRITICALWPGateway <= 3.5 - Unauthenticated Privilege EscalationEPSS 9.2%CVE-2024-12108CRITICALWhatsUp Gold - Public API signing key rotation issueEPSS 6.8%CVE-2026-18972CRITICALVelociraptor authenticated identity-spoofing vulnerabilityEPSS 6.1%CVE-2022-39227CRITICALPython-jwt subject to Authentication Bypass by SpoofingEPSS 5.4%CVE-2025-32966HIGHDataease H2 JDBC Connection Remote Code ExecutionEPSS 4.5%