Weaknesses of type CWE-681

72 results

Conversão Incorreta Entre Tipos Numéricos

Ocorre quando código converte um número entre tipos (inteiro para byte, long para int, etc.) sem validar se o valor cabe no intervalo permitido pelo tipo destino. O resultado é perda de dados, overflow, underflow ou comportamento imprevisto que pode ser explorado para contornar validações de segurança.

Example

Um sistema valida que um user ID é positivo (int de 32 bits), mas depois converte para short (16 bits) sem verificar. Um ID como 40000 vira negativo após a conversão, burlando lógica de autorização que assume IDs negativos como inválidos.

How to mitigate

Sempre validar o intervalo antes de converter entre tipos numéricos; usar bibliotecas que fazem conversão segura (com exceção em overflow); considerar tipos maiores (long em vez de int) quando o valor vem de entrada externa; adicionar testes unitários que cobrem limites numéricos.

CVE-2026-21688HIGHiccDEV has Type Confusion in SIccCalcOp::ArgsPushed() at IccProfLib/IccMpeCalc.cppEPSS 0.4%CVE-2026-55768HIGHGoAccess WebSocket Server: Signed 32 bit truncation of the 64 bit frame length causes a remote pre-authentication denial of serviceEPSS 0.4%CVE-2026-50402HIGHNTFS Elevation of Privilege VulnerabilityEPSS 0.3%CVE-2026-34945LOWWasmtime leaks host data with 64-bit tables and WinchEPSS 0.3%CVE-2026-9143MEDIUMIncorrect Conversion between Numeric Types in NI grpc-device due to missing range checks in CodeGenEPSS 0.3%CVE-2022-0322—A flaw was found in the sctp_make_strreset_req function in net/sctp/sm_make_chunk.c in the SCTP network protocol in the Linux kernel with a EPSS 0.3%CVE-2025-71002MEDIUMA floating-point exception (FPE) in the flow.column_stack component of OneFlow v0.9.0 allows attackers to cause a Denial of Service (DoS) viEPSS 0.3%CVE-2026-4931MEDIUMCVE-2026-4931EPSS 0.3%CVE-2026-6426MEDIUMQemu-kvm: vhost inflight migration vmstate integer type mismatch causes out-of-bounds accessEPSS 0.2%CVE-2026-19879MEDIUMIo.undertow/undertow: undertow: http response header integrity issue due to character truncationEPSS 0.2%CVE-2026-82522MEDIUMlibjxl < 0.12.0 Container Box Parser Integer Underflow via 32-bit Size TruncationEPSS 0.2%CVE-2026-24856HIGHiccDEV has UB runtime error in <icTagTypeSignature>EPSS 0.2%CVE-2025-10543MEDIUMIn Eclipse Paho Go MQTT v3.1 library (paho.mqtt.golang) versions <=1.5.0 UTF-8 encoded strings, passed into the library, may be incorrectly EPSS 0.2%CVE-2021-41202MEDIUMOverflow/crash in `tf.range`EPSS 0.2%CVE-2026-24192HIGHNVIDIA Display Driver for Linux contains a vulnerability where an attacker could cause an incorrect conversion between numeric types, leadinEPSS 0.2%CVE-2026-21673HIGHiccDEV has Integer Overflow/Underflow in CIccXmlArrayType::ParseTextCountNum()EPSS 0.2%CVE-2021-29539LOWSegfault in tf.raw_ops.ImmutableConstEPSS 0.2%CVE-2026-84963MEDIUMSilent field truncation via unchecked int cast of huge JSON string values in JSON-to-BSON parserEPSS 0.2%CVE-2021-37669MEDIUMCrash in NMS ops caused by integer conversion to unsigned in TensorFlowEPSS 0.2%CVE-2026-34610MEDIUMleancrypto: Integer truncation in X.509 name parser enables certificate identity impersonationEPSS 0.2%