Falhas do tipo CWE-190

1.664 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-2026-11088CRITICALInteger overflow in ANGLE in Google Chrome prior to 149.0.7827.53 allowed a remote attacker who had compromised the renderer process to poteEPSS 0.3%CVE-2021-0701—In PVRSRVBridgeSyncPrimOpCreate of the PowerVR kernel driver, a missing size check means there is a possible integer overflow that could allEPSS 0.3%CVE-2026-5476LOWNASA cFS cfe_tbl_passthru_codec.c CFE_TBL_ValidateCodecLoadSize integer overflowEPSS 0.3%CVE-2024-41858HIGHAdobe InCopy has an integer overflow vulnerability when parsing SVG fileEPSS 0.3%CVE-2025-55554MEDIUMpytorch v2.8.0 was discovered to contain an integer overflow in the component torch.nan_to_num-.long().EPSS 0.3%CVE-2026-81987HIGHAcrobat Reader | Integer Overflow or Wraparound (CWE-190)EPSS 0.3%CVE-2026-75771HIGHPhotoshop Desktop | Integer Overflow or Wraparound (CWE-190)EPSS 0.3%CVE-2026-75862HIGHPhotoshop Desktop | Integer Overflow or Wraparound (CWE-190)EPSS 0.3%CVE-2026-47940HIGHLightroom Classic | Integer Overflow or Wraparound (CWE-190)EPSS 0.3%CVE-2026-34644HIGHAfter Effects | Integer Overflow or Wraparound (CWE-190)EPSS 0.3%CVE-2026-82007HIGHPhotoshop Desktop | Integer Overflow or Wraparound (CWE-190)EPSS 0.3%CVE-2026-75863HIGHPhotoshop Desktop | Integer Overflow or Wraparound (CWE-190)EPSS 0.3%CVE-2026-34640HIGHMedia Encoder | Integer Overflow or Wraparound (CWE-190)EPSS 0.3%CVE-2026-48342HIGHBridge | Integer Overflow or Wraparound (CWE-190)EPSS 0.3%CVE-2018-9352MEDIUMIn ihevcd_allocate_dynamic_bufs of ihevcd_api.c there is a possible resource exhaustion due to integer overflow. This could lead to remote dEPSS 0.3%CVE-2026-81666MEDIUMCorosync: corosync: integer overflow in check_memb_commit_token_sanity may bypass message length validation on 32-bit systemsEPSS 0.3%CVE-2026-50310MEDIUMWindows Human Interface Device Information Disclosure VulnerabilityEPSS 0.3%CVE-2026-47223MEDIUMNanaZip: Heap out-of-bounds read in NanaZip AVB hashtree descriptor parser via 32-bit unsigned integer overflowEPSS 0.3%CVE-2023-25667MEDIUMTensorFlow vulnerable to segfault when opening multiframe gifEPSS 0.3%CVE-2024-52035HIGHAn integer overflow vulnerability exists in the OLE Document File Allocation Table Parser functionality of catdoc 0.95. A specially crafted EPSS 0.3%