Fallos del tipo CWE-502

2653 resultados

Desserialização de dados não confiáveis

A aplicação reconstrói objetos a partir de dados recebidos (JSON, XML, binário) sem validar se o resultado é seguro. Um atacante pode injetar código malicioso ou estruturas que exploram o processo de desserialização para executar ações arbitrárias no servidor ou cliente.

Ejemplo

Um serviço Java desserializa um objeto enviado pelo usuário usando ObjectInputStream sem filtros. O atacante envia um payload serializado que, ao ser reconstituído, executa comandos do sistema. Cenário comum: aplicações legadas que confiam em dados de rede ou arquivos sem inspeção.

Cómo mitigar

Valide e filtre dados antes de desserializar — use listas de classes permitidas (whitelisting), implemente validação de schema, e prefira formatos simples (JSON com parse restritivo) em vez de binários com lógica automática. Para linguagens críticas como Java, use bibliotecas seguras ou desabilite gadgets perigosos.

CVE-2023-30534MEDIUMInsecure Deserialization in CactiEPSS 2.9%CVE-2023-21744HIGHMicrosoft SharePoint Server Remote Code Execution VulnerabilityEPSS 2.8%CVE-2021-32824CRITICALRegular expression Denial of Service in MooToolsEPSS 2.8%CVE-2017-15089—It was found that the Hotrod client in Infinispan before 9.2.0.CR1 would unsafely read deserialized data on information from the cache. An aEPSS 2.8%CVE-2021-41110CRITICALCWL Viewer: deserialization of untrusted data can lead to complete takeover by an attackerEPSS 2.8%CVE-2025-47994HIGHMicrosoft Office Elevation of Privilege VulnerabilityEPSS 2.8%CVE-2026-65665HIGHMicrosoft SharePoint Server Remote Code Execution VulnerabilityEPSS 2.8%CVE-2024-31211MEDIUMRemote Code Execution in `WP_HTML_Token`EPSS 2.8%CVE-2024-3300CRITICALPre-authentication Unsafe .NET object deserialization vulnerability affecting DELMIA Apriso Release 2019 through Release 2024EPSS 2.8%CVE-2023-28115CRITICALSnappy vulnerable to PHAR deserialization, allowing remote code executionEPSS 2.8%CVE-2023-21538HIGH.NET Denial of Service VulnerabilityEPSS 2.7%CVE-2019-18316—A vulnerability has been identified in SPPA-T3000 Application Server (All versions < Service Pack R8.2 SP2). An attacker with network accessEPSS 2.7%CVE-2020-15086CRITICALPotential Remote Code Execution in TYPO3 with mediace extensionEPSS 2.7%CVE-2022-40955HIGHDeserialization attack in Apache InLong prior to version 1.3.0 allows RCE via JDBCEPSS 2.7%CVE-2026-46725CRITICALRemote Code Execution in extension "Content Element Selector" (ceselector)EPSS 2.6%CVE-2020-4043HIGHPhar unserialization vulnerability in phpMusselEPSS 2.6%CVE-2022-37021—Apache Geode deserialization of untrusted data flaw when using JMX over RMI on Java 8.EPSS 2.6%CVE-2025-24919HIGHDell ControlVault3/ControlVault3 Plus deserialization of untrusted input vulnerabilityEPSS 2.6%CVE-2022-39198CRITICALApache Dubbo Hession Deserialization Vulnerability Gadgets BypassEPSS 2.6%CVE-2023-33134HIGHMicrosoft SharePoint Server Remote Code Execution VulnerabilityEPSS 2.6%