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-69594HIGHMicrosoft Local Security Authority (LSA) Server Elevation of Privilege VulnerabilityEPSS 0.3%CVE-2026-69407HIGHVolume Manager Driver Elevation of Privilege VulnerabilityEPSS 0.3%CVE-2022-4398MEDIUMInteger Overflow or Wraparound in radareorg/radare2EPSS 0.3%CVE-2025-68431MEDIUMlibheif has Potential Heap Buffer Over-ReadEPSS 0.3%CVE-2025-12818MEDIUMPostgreSQL libpq undersizes allocations, via integer wraparoundEPSS 0.3%CVE-2026-18308HIGHGIMP TIF File Parsing Integer Overflow Remote Code Execution VulnerabilityEPSS 0.3%CVE-2026-18301HIGHGIMP PSD File Parsing Integer Overflow Remote Code Execution VulnerabilityEPSS 0.3%CVE-2026-18306HIGHGIMP SGI File Parsing Integer Overflow Remote Code Execution VulnerabilityEPSS 0.3%CVE-2026-49346HIGHlibde265 has a heap buffer overflow in de265_image_get_buffer via SPS dimension integer overflowEPSS 0.3%CVE-2026-30910HIGHCrypt::Sodium::XS versions through 0.001000 for Perl has potential integer overflowsEPSS 0.3%CVE-2026-65799MEDIUMWindows DNS Elevation of Privilege VulnerabilityEPSS 0.3%CVE-2023-45854HIGHA Business Logic vulnerability in Shopkit 1.0 allows an attacker to add products with negative quantities to the shopping cart via the qtd pEPSS 0.3%CVE-2026-24830CRITICALInteger Overflow or Wraparound in IronOSEPSS 0.3%CVE-2026-16402CRITICALInteger overflow in the Graphics: ImageLib componentEPSS 0.3%CVE-2026-16395CRITICALInteger overflow in the Audio/Video componentEPSS 0.3%CVE-2026-11378HIGHIBM MQ queue manager is vulnerable to remote code executionEPSS 0.3%CVE-2022-29203MEDIUMInteger overflow in `SpaceToBatchND` in TensorFlowEPSS 0.3%CVE-2025-59942HIGHgo-f3 module vulnerable to integer overflow leading to panicEPSS 0.3%CVE-2024-41851HIGHAdobe InDesign (Beta) has an integer overflow vulnerability when parsing SVG fileEPSS 0.3%CVE-2024-47424HIGHAdobe Framemaker | Integer Overflow or Wraparound (CWE-190)EPSS 0.3%