Fallos del tipo CWE-190

1666 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-33611MEDIUMInsufficient validation of HTTPS and SVCB recordsEPSS 0.8%CVE-2025-62171MEDIUMImageMagick vulnerable to denial of service via integer overflow in BMP decoder on 32-bit systemsEPSS 0.8%CVE-2022-23568MEDIUMInteger overflows in TensorflowEPSS 0.8%CVE-2026-43618MEDIUMRsync < 3.4.3 Integer Overflow Information DisclosureEPSS 0.8%CVE-2026-20889CRITICALA heap-based buffer overflow vulnerability exists in the x3f_thumb_loader functionality of LibRaw Commit d20315b. A specially crafted maliciEPSS 0.8%CVE-2026-64774CRITICALAn integer overflow was addressed with improved input validation. This issue is fixed in iOS 18.7.10 and iPadOS 18.7.10, iOS 26.6 and iPadOSEPSS 0.8%CVE-2024-40765CRITICALAn Integer-based buffer overflow vulnerability in the SonicOS via IPSec allows a remote attacker in specific conditions to cause Denial of SEPSS 0.8%CVE-2026-65423HIGHo6 Automation open62541 Integer Overflow or WraparoundEPSS 0.8%CVE-2026-33983MEDIUMFreeRDP: Progressive Codec Quant BYTE Underflow - UB + CPU DoSEPSS 0.8%CVE-2025-26642HIGHMicrosoft Office Remote Code Execution VulnerabilityEPSS 0.8%CVE-2026-16917CRITICALVulnerabilities in IBM AIX and PowerVM VIOSEPSS 0.8%CVE-2026-17160CRITICALVulnerabilities in IBM AIX and PowerVM VIOSEPSS 0.8%CVE-2024-30064HIGHWindows Kernel Elevation of Privilege VulnerabilityEPSS 0.8%CVE-2022-21729MEDIUMOverflow and uncaught divide by zero in TensorflowEPSS 0.8%CVE-2022-23575MEDIUMInteger overflow in TensorflowEPSS 0.8%CVE-2022-21738MEDIUMInteger overflow leading to crash in TensorflowEPSS 0.8%CVE-2022-34481HIGHIn the <code>nsTArray_Impl::ReplaceElementsAt()</code> function, an integer overflow could have occurred when the number of elements to replEPSS 0.8%CVE-2022-23576MEDIUMInteger overflow in TensorflowEPSS 0.8%CVE-2025-66168MEDIUMApache ActiveMQ, Apache ActiveMQ All Module, Apache ActiveMQ MQTT Module: MQTT control packet remaining length field is not properly validatedEPSS 0.8%CVE-2019-5040HIGHAn exploitable information disclosure vulnerability exists in the Weave MessageLayer parsing of Openweave-core version 4.0.2 and Nest Cam IQEPSS 0.8%