Fallos del tipo CWE-190

1664 resultados

Estouro ou Envolvimento de Inteiro

Ocorre quando uma operação aritmética produz um resultado que excede a capacidade máxima (ou mínima) do tipo de dado inteiro, causando um envolvimento (wraparound) silencioso para um valor inesperado. O perigo está em decisões lógicas baseadas nesse valor corrompido — validações de tamanho, cálculos de alocação de memória ou verificações de limites falham silenciosamente.

Ejemplo

Um aplicativo valida que um tamanho de upload é menor que 2GB comparando `size < 2147483648`. Um atacante fornece um valor de 2147483648 bytes em um inteiro de 32 bits com sinal; o valor sofre wraparound para -2147483648, passa na validação, e a alocação subsequente falha ou aloca memória insuficiente, levando a corrupção de heap.

Cómo mitigar

Use verificações explícitas antes de operações: validar se a adição de dois números não vai ultrapassar o limite antes de somar, preferir tipos sem sinal quando o contexto permite valores positivos apenas, ou usar bibliotecas/linguagens com aritmética segura que lançam exceções em overflow (como Python ou linguagens modernas com verificação de bounds).

CVE-2026-47291CRITICALHTTP.sys Remote Code Execution VulnerabilityEPSS 1.0%CVE-2023-28097HIGHOpenSIPS has vulnerability in the Content-Length ParserEPSS 1.0%CVE-2022-1926HIGHInteger Overflow or Wraparound in polonel/trudeskEPSS 1.0%CVE-2025-55154HIGHImageMagick: integer overflows in MNG magnificationEPSS 1.0%CVE-2021-3477—There's a flaw in OpenEXR's deep tile sample size calculations in versions before 3.0.0-beta. An attacker who is able to submit a crafted fiEPSS 1.0%CVE-2024-47537HIGHGHSL-2024-094: GStreamer has an OOB-write in isomp4/qtdemux.cEPSS 1.0%CVE-2022-1728HIGHAllowing long password leads to denial of service in polonel/trudesk in polonel/trudeskEPSS 1.0%CVE-2023-34151—A vulnerability was found in ImageMagick. This security flaw ouccers as an undefined behaviors of casting double to size_t in svg, mvg and oEPSS 1.0%CVE-2020-20335HIGHBuffer Overflow vulnerability in Antirez Kilo before commit 7709a04ae8520c5b04d261616098cebf742f5a23 allows a remote attacker to cause a denEPSS 1.0%CVE-2026-44673HIGHlibyang: lyb_read_string() integer overflow → heap buffer overflowEPSS 1.0%CVE-2024-26184MEDIUMSecure Boot Security Feature Bypass VulnerabilityEPSS 1.0%CVE-2024-30001MEDIUMWindows Mobile Broadband Driver Remote Code Execution VulnerabilityEPSS 0.9%CVE-2024-43495HIGHWindows libarchive Remote Code Execution VulnerabilityEPSS 0.9%CVE-2026-46384HIGHiskorotkov/avro: Integer Overflow in Avro DecoderEPSS 0.9%CVE-2021-4327MEDIUMSerenityOS TypedArray.cpp initialize_typed_array_from_array_buffer integer overflowEPSS 0.9%CVE-2024-30005MEDIUMWindows Mobile Broadband Driver Remote Code Execution VulnerabilityEPSS 0.9%CVE-2019-11927—An integer overflow in WhatsApp media parsing libraries allows a remote attacker to perform an out-of-bounds write on the heap via speciallyEPSS 0.9%CVE-2024-29999MEDIUMWindows Mobile Broadband Driver Remote Code Execution VulnerabilityEPSS 0.9%CVE-2024-29997MEDIUMWindows Mobile Broadband Driver Remote Code Execution VulnerabilityEPSS 0.9%CVE-2024-30003MEDIUMWindows Mobile Broadband Driver Remote Code Execution VulnerabilityEPSS 0.9%