Fallos del tipo CWE-191

399 resultados

Subfluxo de inteiro (estouro negativo)

Ocorre quando uma operação aritmética subtrai um valor maior de um inteiro não assinado, causando wraparound: o resultado "volta" para um número muito grande em vez de ficar negativo. Um inteiro de 8 bits sem sinal (0-255), ao subtrair 1 de 0, vira 255. Isso quebra lógica de validação e pode ser explorado para contornar limites de segurança, alocar memória inadequada ou acessar áreas indevidas.

Ejemplo

Um sistema de download que valida se o tamanho solicitado cabe em buffer: se recebe tamanho=0 e subtrai um header de 10 bytes, a conta (0 - 10) em inteiro não assinado resulta em 4.294.967.286 bytes em uma arquitetura de 32 bits, enganando a validação e causando overflow no buffer.

Cómo mitigar

Sempre validar entrada antes de operações aritméticas; usar tipos assinados quando desejar representar negativos; implementar verificações de limites (p.ex., se A < B antes de calcular A - B); usar ferramentas estáticas ou sanitizers (AddressSanitizer, UBSan) para detectar wraparound em tempo de desenvolvimento.

CVE-2026-54754CRITICALKlever-Go: Marketplace settlement mints KLV when referral % + royalty % exceed the bid (negative seller share silently skipped)EPSS 0.3%CVE-2026-77488MEDIUMMicrosoft SQL Server Information Disclosure VulnerabilityEPSS 0.3%CVE-2026-27907HIGHWindows Storage Spaces Controller Elevation of Privilege VulnerabilityEPSS 0.3%CVE-2026-30803HIGHInteger Underflow (Wrap or Wraparound) vulnerability in RTI Connext Micro (Core Libraries) allows Overread Buffers.EPSS 0.3%CVE-2025-47256MEDIUMLibxmp through 4.6.2 has a stack-based buffer overflow in depack_pha in loaders/prowizard/pha.c via a malformed Pha format tracker module inEPSS 0.3%CVE-2025-26269LOWDragonflyDB Dragonfly through 1.28.2 (fixed in 1.29.0) allows authenticated users to cause a denial of service (daemon crash) via a Lua librEPSS 0.3%CVE-2025-14547LOWECJ-PAKE Integer Underflow Vulnerability in Silicon Labs PSA Crypto and SE Manager APIsEPSS 0.3%CVE-2022-49563HIGHcrypto: qat - add param check for RSAEPSS 0.3%CVE-2022-49564HIGHcrypto: qat - add param check for DHEPSS 0.3%CVE-2025-43555HIGHAnimate | Integer Underflow (Wrap or Wraparound) (CWE-191)EPSS 0.3%CVE-2026-11789MEDIUM389-ds-base: 389-ds-base: smd5 password storage plugin salt length integer underflow crashEPSS 0.3%CVE-2025-30324HIGHPhotoshop Desktop | Integer Underflow (Wrap or Wraparound) (CWE-191)EPSS 0.3%CVE-2026-34064MEDIUMnimiq-account: Vesting insufficient funds error can panicEPSS 0.3%CVE-2025-21135HIGHAnimate | Integer Underflow (Wrap or Wraparound) (CWE-191)EPSS 0.3%CVE-2025-21122HIGHPhotoshop Desktop | Integer Underflow (Wrap or Wraparound) (CWE-191)EPSS 0.3%CVE-2026-40397HIGHWindows Common Log File System Driver Elevation of Privilege VulnerabilityEPSS 0.3%CVE-2026-45698HIGHNetatalk has Integer Underflow → Stack Buffer Overflow in deletedir()EPSS 0.3%CVE-2026-11850MEDIUMKrb5: krb5: integer underflow in berval2tl_data() leads to heap out-of-bounds readEPSS 0.3%CVE-2026-23748MEDIUMGolioth Firmware SDK < 0.22.0 LightDB State Out-of-Bounds ReadEPSS 0.3%CVE-2026-29078HIGHInteger Underflow in Lexbor ISO‑2022‑JP EncoderEPSS 0.3%