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-2025-31203MEDIUMAn integer overflow was addressed with improved input validation. This issue is fixed in iOS 18.4 and iPadOS 18.4, iPadOS 17.7.6, macOS SequEPSS 0.4%CVE-2026-84487MEDIUMAn integer overflow was addressed with improved input validation. This issue is fixed in iOS 26.7 and iPadOS 26.7, iOS 27 and iPadOS 27, macEPSS 0.4%CVE-2026-16529HIGHPcp: pcp: denial of service due to signed integer overflowEPSS 0.4%CVE-2026-21688HIGHiccDEV has Type Confusion in SIccCalcOp::ArgsPushed() at IccProfLib/IccMpeCalc.cppEPSS 0.4%CVE-2026-21485HIGHiccDEV Undefined Behavior (UB) and Out of Memory in CIccProfile::LoadTag()EPSS 0.4%CVE-2025-48174MEDIUMIn libavif before 1.3.0, makeRoom in stream.c has an integer overflow and resultant buffer overflow in stream->offset+size.EPSS 0.4%CVE-2026-18305HIGHGIMP TIF File Parsing Integer Overflow Remote Code Execution VulnerabilityEPSS 0.4%CVE-2026-18304HIGHGIMP TIF File Parsing Integer Overflow Remote Code Execution VulnerabilityEPSS 0.4%CVE-2025-48816HIGHHID Class Driver Elevation of Privilege VulnerabilityEPSS 0.4%CVE-2026-57433CRITICALStorable versions before 3.41 for Perl have a signed integer overflow when deserializing a crafted SX_HOOK recordEPSS 0.4%CVE-2026-17216MEDIUMIBM i is Affected By Multiple Vulnerabilities in DRDA / DDMEPSS 0.4%CVE-2025-49176HIGHXorg-x11-server-xwayland: xorg-x11-server: tigervnc: integer overflow in big requests extensionEPSS 0.4%CVE-2025-14933HIGHNSF Unidata NetCDF-C NC Variable Integer Overflow Remote Code Execution VulnerabilityEPSS 0.4%CVE-2026-88015MEDIUMrclone local: crafted Range request against a translated symlink panics (DoS)EPSS 0.4%CVE-2025-48964MEDIUMping in iputils before 20250602 allows a denial of service (application error in adaptive ping mode or incorrect data collection) via a crafEPSS 0.4%CVE-2026-45686HIGHOpenTelemetry eBPF Instrumentation: Memcached payload length overflow can crash OBIEPSS 0.4%CVE-2023-25903HIGHAdobe Dimension USDZ files Integer Overflow or Wraparound Arbitrary code execution EPSS 0.4%CVE-2026-40469MEDIUMHeap buffer overflow in gawkEPSS 0.4%CVE-2020-10724MEDIUMA vulnerability was found in DPDK versions 18.11 and above. The vhost-crypto library code is missing validations for user-supplied values, pEPSS 0.4%CVE-2026-26134HIGHMicrosoft Office Elevation of Privilege VulnerabilityEPSS 0.4%