Weaknesses of type CWE-405

45 results

Consumo assimétrico de recursos (amplificação)

O atacante consegue consumir uma quantidade desproporcional de recursos do servidor (CPU, memória, banda) com um esforço mínimo do seu lado. Ele envia poucos dados ou requisições simples, mas força o alvo a gastar muito mais processamento em resposta, criando um desequilíbrio de custo.

Example

Um serviço de busca que aceita regex complexas sem limite de tempo: o atacante envia uma expressão regular mal formada que causa backtracking exponencial, travando a CPU do servidor enquanto ele apenas enviou uma string pequena. Outro caso: um parser XML que expande entidades externas em cadeia, consumindo toda a memória com um arquivo XML mínimo.

How to mitigate

Implemente timeouts rigorosos em operações pesadas (regex, parsing, compressão), valide e limite a complexidade de entrada antes de processar, e use rate limiting para frear requisições sucessivas do mesmo cliente. Em APIs, rejeite payloads muito maiores que o esperado ou operações que exigem recursos desproporcionais.

CVE-2019-11479MEDIUMJonathan Looney discovered that the Linux kernel default MSS is hard-coded to 48 bytes. This allows a remote peer to fragment TCP resend queEPSS 91.7%CVE-2024-11187HIGHMany records in the additional section cause CPU exhaustionEPSS 15.5%CVE-2025-8677HIGHResource exhaustion via malformed DNSKEY handlingEPSS 11.2%CVE-2021-38447HIGHOCI OpenDDS Secure AmplificationEPSS 2.1%CVE-2021-21359MEDIUMDenial of Service in Page Error HandlingEPSS 1.7%CVE-2026-47774HIGHEnvoy vulnerable to HTTP/2 memory exhaustion via cookie header size bypass and HPACK amplificationEPSS 1.0%CVE-2024-34702MEDIUMBotan has a Denial of Service Due to Excessive Name ConstraintsEPSS 0.8%CVE-2024-45590HIGHbody-parser vulnerable to denial of service when url encoding is enabledEPSS 0.8%CVE-2026-25611HIGHPre-Authentication Memory Exhaustion Denial of Service in MongoDB ServerEPSS 0.8%CVE-2024-55628HIGHSuricata oversized resource names utilizing DNS name compression can lead to resource starvationEPSS 0.7%CVE-2025-30204HIGHjwt-go allows excessive memory allocation during header parsingEPSS 0.7%CVE-2025-24356MEDIUMUDP traffic amplification via fastd's fast reconnect featureEPSS 0.7%CVE-2023-2992HIGHAn unauthenticated  denial of service vulnerability exists in the SMM v1, SMM v2, and FPC management web server which can be triggered underEPSS 0.6%CVE-2024-40705MEDIUMIBM InfoSphere Information Server denial of serviceEPSS 0.6%CVE-2025-25186MEDIUMNet::IMAP vulnerable to possible DoS by memory exhaustionEPSS 0.6%CVE-2024-28214LOWnGrinder before 3.5.9 allows to set delay without limitation, which could be the cause of Denial of Service by remote attacker.EPSS 0.6%CVE-2024-56200HIGHUncontrolled Recursion and Asymmetric Resource Consumption in Altair media/file proxyEPSS 0.6%CVE-2024-39743MEDIUMIBM MQ Container denial of serviceEPSS 0.6%CVE-2026-22775HIGHdevalue vulnerable to denial of service due to memory/CPU exhaustion in devalue.parseEPSS 0.6%CVE-2026-22774HIGHdevalue vulnerable to denial of service due to memory exhaustion in devalue.parseEPSS 0.6%