Fallos del tipo CWE-591

77 resultados

Armazenamento de dados sensíveis em memória sem proteção adequada

A aplicação mantém dados sensíveis (senhas, tokens, chaves criptográficas) em memória RAM sem mecanismos de proteção contra leitura não autorizada. Um atacante com acesso ao processo (via debugging, dump de memória, ou exploração local) consegue extrair essas informações com relativa facilidade.

Ejemplo

Um aplicativo Java armazena a senha do usuário como String em memória e a reutiliza múltiplas vezes. Como Strings em Java são imutáveis, a senha permanece em RAM mesmo após ser descartada logicamente, podendo ser recuperada via análise de heap ou ferramentas de debugging.

Cómo mitigar

Use estruturas específicas para dados sensíveis (char[] em Java, SecureString em .NET) que permitem limpeza explícita da memória. Implemente bloqueio de memória (mlock/VirtualLock) onde disponível, minimize o tempo de retenção de dados sensíveis, e considere criptografia de dados em repouso na memória em contextos de altíssimo risco.

CVE-2023-35345MEDIUMWindows DNS Server Remote Code Execution VulnerabilityEPSS 0.7%CVE-2023-35344MEDIUMWindows DNS Server Remote Code Execution VulnerabilityEPSS 0.7%CVE-2024-20686HIGHWin32k Elevation of Privilege VulnerabilityEPSS 0.7%CVE-2024-21446HIGHNTFS Elevation of Privilege VulnerabilityEPSS 0.7%CVE-2023-35310MEDIUMWindows DNS Server Remote Code Execution VulnerabilityEPSS 0.7%CVE-2024-43633MEDIUMWindows Hyper-V Denial of Service VulnerabilityEPSS 0.6%CVE-2023-21739HIGHWindows Bluetooth Driver Elevation of Privilege VulnerabilityEPSS 0.6%CVE-2023-36403HIGHWindows Kernel Elevation of Privilege VulnerabilityEPSS 0.5%CVE-2025-26648HIGHWindows Kernel Elevation of Privilege VulnerabilityEPSS 0.5%CVE-2024-43563HIGHWindows Ancillary Function Driver for WinSock Elevation of Privilege VulnerabilityEPSS 0.5%CVE-2023-24946HIGHWindows Backup Service Elevation of Privilege VulnerabilityEPSS 0.4%CVE-2024-49097HIGHWindows PrintWorkflowUserSvc Elevation of Privilege VulnerabilityEPSS 0.4%CVE-2024-49095HIGHWindows PrintWorkflowUserSvc Elevation of Privilege VulnerabilityEPSS 0.4%CVE-2024-38137HIGHWindows Resource Manager PSM Service Extension Elevation of Privilege VulnerabilityEPSS 0.4%CVE-2023-21771HIGHWindows Local Session Manager (LSM) Elevation of Privilege VulnerabilityEPSS 0.4%CVE-2023-23407HIGHWindows Point-to-Point Protocol over Ethernet (PPPoE) Remote Code Execution VulnerabilityEPSS 0.4%CVE-2023-28224HIGHWindows Point-to-Point Protocol over Ethernet (PPPoE) Remote Code Execution VulnerabilityEPSS 0.4%CVE-2023-23414HIGHWindows Point-to-Point Protocol over Ethernet (PPPoE) Remote Code Execution VulnerabilityEPSS 0.4%CVE-2024-26236HIGHWindows Update Stack Elevation of Privilege VulnerabilityEPSS 0.4%CVE-2023-33163HIGHWindows Network Load Balancing Remote Code Execution VulnerabilityEPSS 0.4%