Fallos del tipo CWE-302

40 resultados

Bypass de autenticação por dados assumidos como imutáveis

A aplicação valida identidade ou permissões de um usuário baseada em dados que o próprio usuário pode modificar (como cookies, headers HTTP customizados ou parâmetros POST). O desenvolvedor assume que esses dados não serão alterados pelo cliente, criando uma falsa camada de segurança. Um atacante simplesmente edita esses dados e burla a autenticação.

Ejemplo

Um site armazena o ID do usuário em um cookie não-assinado (ex: user_id=42). O código servidor lê esse cookie para decidir se o usuário pode acessar um recurso. Um atacante muda o cookie para user_id=1000 e acessa dados de outro usuário, porque o servidor nunca validou se aquele ID é realmente dele.

Cómo mitigar

Nunca confie em dados do cliente para decisões de segurança. Use sessões lado-servidor com tokens assinados/criptografados (JWT com assinatura, cookies HTTP-only com hash HMAC), valide permissões contra banco de dados a cada requisição, e implemente rate-limiting e logging de acessos suspeitos.

CVE-2024-43441CRITICALApache HugeGraph-Server: Fixed JWT Token(Secret)EPSS 69.7%CVE-2024-4024HIGHAuthentication Bypass by Assumed-Immutable Data in GitLabEPSS 14.9%CVE-2016-9482PHP FormMail Generator generates PHP code for standard web forms, and the code generated is vulnerable to authentication bypassEPSS 4.7%CVE-2025-29813CRITICALAzure DevOps Elevation of Privilege VulnerabilityEPSS 1.6%CVE-2020-15074OpenVPN Access Server older than version 2.8.4 and version 2.9.5 generates new user authentication tokens instead of reusing exiting tokens EPSS 1.0%CVE-2024-49056HIGHAirlift.microsoft.com Elevation of Privilege VulnerabilityEPSS 1.0%CVE-2022-3875HIGHClick Studios Passwordstate API authentication bypass by assumed-immutable dataEPSS 1.0%CVE-2023-4669CRITICALAuthentication Bypass in Exagate SYSGuard 3001EPSS 1.0%CVE-2022-22729CAMS for HIS Server contained in the following Yokogawa Electric products improperly authenticate the receiving packets. The authentication EPSS 0.9%CVE-2023-4612CRITICALMFA bypass in Apereo CASEPSS 0.9%CVE-2021-1561MEDIUMCisco Secure Email and Web Manager Spam Quarantine Unauthorized Access VulnerabilityEPSS 0.7%CVE-2024-12838HIGHChanging Information Technology CGFIDO - Authentication BypassEPSS 0.7%CVE-2026-47303HIGHASP.NET Core Elevation of Privilege VulnerabilityEPSS 0.7%CVE-2025-47158CRITICALAzure DevOps Server Elevation of Privilege VulnerabilityEPSS 0.7%CVE-2024-56404CRITICALIn One Identity Identity Manager 9.x before 9.3, an insecure direct object reference (IDOR) vulnerability allows privilege escalation. Only EPSS 0.7%CVE-2021-1399MEDIUMCisco Unified Communications Manager Self Care Portal Authorization Bypass VulnerabilityEPSS 0.6%CVE-2023-47127MEDIUMWeak Authentication in Session Handling in typo3/cms-coreEPSS 0.6%CVE-2025-63210CRITICALThe Newtec Celox UHD (models: CELOXA504, CELOXA820) running firmware version celox-21.6.13 is vulnerable to an authentication bypass. An attEPSS 0.6%CVE-2026-50528HIGH.NET Security Feature Bypass VulnerabilityEPSS 0.6%CVE-2024-3741HIGHElectrolink FM/DAB/TV Transmitter Authentication Bypass by Assumed-Immutable DataEPSS 0.5%