Falhas do tipo CWE-191

399 resultados

Underflow de inteiro (envolvimento ou wraparound)

Ocorre quando uma operação aritmética subtrai um valor de um inteiro, resultando em um número menor do que o mínimo representável pelo tipo de dado. O processador ou linguagem 'envolve' o resultado para o máximo valor do tipo (wraparound), causando lógica inesperada. Isso frequentemente leva a bypass de validações, alocação de memória gigante ou acesso a posições indevidas.

Exemplo

Um programa válida o tamanho de um buffer subtraindo dois valores inteiros sem sinal (unsigned int). Se o primeiro valor for menor que o segundo, em vez de resultar em um número negativo, o resultado envolve para um inteiro extremamente alto (ex: 0 - 1 = 4.294.967.295 em 32-bit), passando por todas as verificações e causando overflow ou read/write fora dos limites.

Como mitigar

Sempre valide que o resultado de operações aritméticas está dentro do intervalo esperado antes de usá-lo. Use checagem de underflow (verificar se minuendo >= subtraendo) ou prefira tipos assinados com verificação de exceção. Em linguagens modernas, use bibliotecas de aritmética segura que lançam erro em wraparound.

CVE-2026-49494HIGHXcitium Client Security / Comodo Internet Security Remote Denial of ServiceEPSS 0.5%CVE-2026-42542HIGHTDengine has an integer underflow in uvConnMayGetUserInfo() allows unauthenticated remote crash (DoS)EPSS 0.5%CVE-2026-62814MEDIUMWindows DHCP Server Information Disclosure VulnerabilityEPSS 0.5%CVE-2026-54982HIGHWindows Reliable Multicast Transport Driver (RMCAST) Remote Code Execution VulnerabilityEPSS 0.5%CVE-2022-27492HIGHAn integer underflow in WhatsApp could have caused remote code execution when receiving a crafted video file.EPSS 0.5%CVE-2023-21815HIGHVisual Studio Remote Code Execution VulnerabilityEPSS 0.5%CVE-2026-54345MEDIUMGoPacket's Diameter AVP decoder: uint32 underflow on vendor header size leads to unbounded ~4 GiB allocation (unauthenticated remote DoS)EPSS 0.5%CVE-2026-71442HIGHCAI Content Credentials | Integer Underflow (Wrap or Wraparound) (CWE-191)EPSS 0.5%CVE-2026-20957HIGHMicrosoft Excel Remote Code Execution VulnerabilityEPSS 0.5%CVE-2025-23335MEDIUMNVIDIA Triton Inference Server for Windows and Linux and the Tensor RT backend contain a vulnerability where an attacker could cause an undeEPSS 0.5%CVE-2026-70633HIGHTimescaleDB 2.29.1 Out-of-Bounds Read DoS via Gorilla Compression Reverse IteratorEPSS 0.5%CVE-2024-11950HIGHXnSoft XnView Classic RWZ File Parsing Integer Underflow Remote Code Execution VulnerabilityEPSS 0.5%CVE-2022-23613HIGHPrivilege escalation on xrdpEPSS 0.5%CVE-2026-37231HIGHFlexRIC v2.0.0 uses a uint16_t counter for xapp_id assignment but stores the value in uint32_t message fields. After 65,530+ E42_SETUP_REQUEEPSS 0.5%CVE-2023-28272HIGHWindows Kernel Elevation of Privilege VulnerabilityEPSS 0.5%CVE-2020-17395HIGHThis vulnerability allows local attackers to escalate privileges on affected installations of Parallels Desktop 15.1.4. An attacker must firEPSS 0.5%CVE-2026-62718MEDIUMWindows DHCP Server Information Disclosure VulnerabilityEPSS 0.5%CVE-2026-62715MEDIUMWindows DHCP Server Information Disclosure VulnerabilityEPSS 0.5%CVE-2026-62742MEDIUMWindows DHCP Server Information Disclosure VulnerabilityEPSS 0.5%CVE-2024-53955HIGHBridge | Integer Underflow (Wrap or Wraparound) (CWE-191)EPSS 0.5%