Falhas do tipo CWE-190

1.649 resultados

Estouro ou Envolvimento de Inteiro

Ocorre quando uma operação aritmética produz um valor que excede o limite máximo (ou mínimo) que o tipo de dado inteiro pode armazenar, causando o valor envolver-se para o lado oposto ou comportamento inesperado. Isso permite que atacantes contornem validações, aloquem memória inadequada, ou causem travamentos ao explorar essa descontinuidade.

Exemplo

Um servidor de upload limita arquivos a 2 GB verificando se size < 2147483648 (INT_MAX). Um atacante envia size=2147483648, que em inteiro de 32 bits assinado vira -2147483648. A validação passa, mas durante a alocação de buffer o sistema trata como valor negativo ou inesperado, causando falha ou bypass de proteção.

Como mitigar

Use tipos inteiros sem sinal (unsigned) ou de maior capacidade (64 bits) quando apropriado; valide entradas contra limites explícitos *antes* de operações aritméticas; utilize funções de verificação de overflow fornecidas pela linguagem ou biblioteca (ex: __builtin_add_overflow em C, SafeInt em .NET); evite conversões implícitas entre tipos.

CVE-2022-38216An integer overflow exists in Mapbox's closed source gl-native library prior to version 10.6.1, which is bundled with multiple Mapbox producEPSS 0.8%CVE-2022-43608HIGHThis vulnerability allows network-adjacent attackers to execute arbitrary code on affected installations of Canon imageCLASS MF644Cdw 10.03 EPSS 0.8%CVE-2022-21733MEDIUMMemory exhaustion in TensorflowEPSS 0.8%CVE-2021-41345HIGHStorage Spaces Controller Elevation of Privilege VulnerabilityEPSS 0.8%CVE-2023-34399CRITICALMercedes-Benz head-unit NTG6 contains functions to import or export profile settings over USB. Some values of this table are serialized archEPSS 0.8%CVE-2025-14087MEDIUMGlib: glib: buffer underflow in gvariant parser leads to heap corruptionEPSS 0.8%CVE-2023-44709CRITICALPlutoSVG commit 336c02997277a1888e6ccbbbe674551a0582e5c4 and before was discovered to contain an integer overflow via the component plutosvgEPSS 0.8%CVE-2021-20303A 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-69499HIGHWindows Imaging Component Remote Code Execution VulnerabilityEPSS 0.8%CVE-2026-70351HIGHMicrosoft WebP Image Extension Remote Code Execution VulnerabilityEPSS 0.8%CVE-2026-69742HIGHMicrosoft Office Publisher Remote Code Execution VulnerabilityEPSS 0.8%CVE-2026-58594HIGHRemote Desktop Client Remote Code Execution VulnerabilityEPSS 0.8%CVE-2026-57974HIGHMicrosoft Edge (Chromium-based) Remote Code Execution VulnerabilityEPSS 0.8%CVE-2025-14242MEDIUMVsftpd: vsftpd: denial of service via integer overflow in ls command parameter parsingEPSS 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-2022-23558HIGHInteger overflow in TFLite array creationEPSS 0.8%CVE-2026-67376HIGHMicrosoft SQL Server Denial of Service VulnerabilityEPSS 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%