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-2588CRITICALCrypt::NaCl::Sodium versions through 2.001 for Perl has an integer overflow flaw on 32-bit systemsEPSS 0.4%CVE-2026-74977HIGHInteger overflow in the Graphics componentEPSS 0.4%CVE-2026-5732HIGHIncorrect boundary conditions, integer overflow in the Graphics: Text componentEPSS 0.4%CVE-2026-55203CRITICALHAProxy - Integer Overflow in FCGI Demux Record Length FieldEPSS 0.3%CVE-2025-67111HIGHAn integer overflow in the RTPS protocol implementation of OpenDDS DDS before v3.33.0 allows attackers to cause a Denial of Service (DoS) viEPSS 0.3%CVE-2026-27951MEDIUMFreeRDP has possible Integer overflow in Stream_EnsureCapacityEPSS 0.3%CVE-2026-58152MEDIUMApache Traffic Server: Integer-handling errors in HPACK/XPACK decoding corrupt memoryEPSS 0.3%CVE-2025-7709MEDIUMOut Of Bounds write in FTS5 Extension in SQLiteEPSS 0.3%CVE-2026-84141CRITICALInteger overflow in the Graphics: ImageLib componentEPSS 0.3%CVE-2025-5475HIGHSony XAV-AX8500 Bluetooth Packet Handling Integer Overflow Remote Code Execution VulnerabilityEPSS 0.3%CVE-2022-4398MEDIUMInteger Overflow or Wraparound in radareorg/radare2EPSS 0.3%CVE-2026-64903HIGHMicrosoft Office Remote Code Execution VulnerabilityEPSS 0.3%CVE-2026-64911HIGHMicrosoft Office Remote Code Execution VulnerabilityEPSS 0.3%CVE-2026-63532HIGHMicrosoft Office Remote Code Execution VulnerabilityEPSS 0.3%CVE-2025-12818MEDIUMPostgreSQL libpq undersizes allocations, via integer wraparoundEPSS 0.3%CVE-2026-64898HIGHMicrosoft Office Remote Code Execution VulnerabilityEPSS 0.3%CVE-2026-18306HIGHGIMP SGI File Parsing Integer Overflow Remote Code Execution VulnerabilityEPSS 0.3%CVE-2026-18309HIGHGIMP APNG File Parsing Integer Overflow Remote Code Execution VulnerabilityEPSS 0.3%CVE-2026-84449LOWlibheif hOp_RGB24_32_to_YCbCr Memory Access Error / SEGVEPSS 0.3%CVE-2026-18308HIGHGIMP TIF File Parsing Integer Overflow Remote Code Execution VulnerabilityEPSS 0.3%