Fallos del tipo CWE-190

1670 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-2025-49689HIGHMicrosoft Virtual Hard Disk Elevation of Privilege VulnerabilityEPSS 0.7%CVE-2026-50142HIGHlibheif: unbounded heap allocation in HEIF sequence parser (stsz fixed-size mode missing bound check)EPSS 0.7%CVE-2026-59199HIGHPillow: Heap out-of-bounds write `Image.paste()` / `Image.crop()` via signed coordinate overflowEPSS 0.7%CVE-2021-26615HIGHbandisoft ARK library integer overflow vulnerabilityEPSS 0.7%CVE-2026-2588CRITICALCrypt::NaCl::Sodium versions through 2.001 for Perl has an integer overflow flaw on 32-bit systemsEPSS 0.7%CVE-2026-73193CRITICALDBI versions before 1.652 for Perl allow a heap out-of-bounds write on 32-bit perl via an integer wraparound in the output buffer size computed by preparseEPSS 0.6%CVE-2025-40907MEDIUMFCGI versions 0.44 through 0.82, for Perl, include a vulnerable version of the FastCGI fcgi2 (aka fcgi) libraryEPSS 0.6%CVE-2023-38127HIGHAn integer overflow exists in the "HyperLinkFrame" stream parser of Ichitaro 2023 1.0.1.59372. A specially crafted document can cause the paEPSS 0.6%CVE-2024-35366CRITICALFFmpeg n6.1.1 is Integer Overflow. The vulnerability exists in the parse_options function of sbgdec.c within the libavformat module. When paEPSS 0.6%CVE-2026-71479CRITICALNew API: Integer overflow in quota billing yields negative charges (self-crediting)EPSS 0.6%CVE-2023-3107HIGHRemote denial of service in IPv6 fragment reassemblyEPSS 0.6%CVE-2023-21802HIGHWindows Media Remote Code Execution VulnerabilityEPSS 0.6%CVE-2026-8956CRITICALInteger overflow in the Networking: JAR componentEPSS 0.6%CVE-2026-90715MEDIUMmarcobambini Gravity udp json-parser gravity_json.c integer overflowEPSS 0.6%CVE-2021-34536HIGHWindows Storage Spaces Controller Elevation of Privilege VulnerabilityEPSS 0.6%CVE-2026-31970HIGHHTSlib BGZF index file reader has a heap buffer overflowEPSS 0.6%CVE-2026-8805HIGHDenial-of-service (DoS) vulnerability in MELSEC iQ-F Series EtherNet/IP moduleEPSS 0.6%CVE-2024-26171MEDIUMSecure Boot Security Feature Bypass VulnerabilityEPSS 0.6%CVE-2024-53151HIGHsvcrdma: Address an integer overflowEPSS 0.6%CVE-2026-37198HIGHAn integer overflow in the SMF component of Open5GS v2.7.6 allows attackers to cause a Denial of Service (DoS) via supplying a crafted GTP pEPSS 0.6%