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-7598MEDIUMlibssh2 userauth.c userauth_password integer overflowEPSS 0.8%CVE-2026-63126HIGHWire: Unauthenticated decoder crash via 32-bit length integer overflow in ByteArrayProtoReader32 (incomplete fix of CVE-2026-45799)EPSS 0.8%CVE-2021-20303—A flaw found in function dataWindowForTile() of IlmImf/ImfTiledMisc.cpp. An attacker who is able to submit a crafted file to be processed byEPSS 0.8%CVE-2026-69742HIGHMicrosoft Office Publisher Remote Code Execution VulnerabilityEPSS 0.8%CVE-2026-26178HIGHWindows Advanced Rasterization Platform Elevation of Privilege VulnerabilityEPSS 0.8%CVE-2026-70329HIGHMicrosoft Outlook Remote Code Execution VulnerabilityEPSS 0.8%CVE-2026-69266HIGHWindows DHCP Server Remote Code Execution VulnerabilityEPSS 0.8%CVE-2025-14242MEDIUMVsftpd: vsftpd: denial of service via integer overflow in ls command parameter parsingEPSS 0.8%CVE-2026-72986HIGHGraphic Fonts Remote Code Execution VulnerabilityEPSS 0.8%CVE-2024-27833HIGHAn integer overflow was addressed with improved input validation. This issue is fixed in Safari 17.5, iOS 16.7.8 and iPadOS 16.7.8, iOS 17.5EPSS 0.8%CVE-2026-77486HIGHMicrosoft SQL Server Remote Code Execution VulnerabilityEPSS 0.8%CVE-2026-57974HIGHMicrosoft Edge (Chromium-based) Remote Code Execution VulnerabilityEPSS 0.8%CVE-2026-62822HIGHWindows GDI+ Remote Code Execution VulnerabilityEPSS 0.8%CVE-2026-58594HIGHRemote Desktop Client Remote Code Execution VulnerabilityEPSS 0.8%CVE-2026-4694HIGHIncorrect boundary conditions, integer overflow in the Graphics componentEPSS 0.8%CVE-2022-23558HIGHInteger overflow in TFLite array creationEPSS 0.8%CVE-2025-70293CRITICALAn issue was discovered in Denx U-Boot before 2026.04. An integer overflow vulnerability exists in function ext4fs_get_bgdtable, the size caEPSS 0.8%CVE-2024-5197MEDIUMInteger overflow in libvpxEPSS 0.8%CVE-2023-41185HIGHUnified Automation UaGateway Certificate Parsing Integer Overflow Denial-of-Service VulnerabilityEPSS 0.8%CVE-2025-2174MEDIUMlibzvbi conv.c vbi_strndup_iconv_ucs2 integer overflowEPSS 0.8%