VYPR

Blockchains

by hellowuzekai

CVEs (5)

  • CVE-2018-14088CriJul 16, 2018
    risk 0.64cvss 9.8epss 0.01

    An issue was discovered in a smart contract implementation for STeX White List (STE(WL)), an Ethereum token. The contract has an integer overflow. If the owner sets the value of amount to a large number then the "amount * 1000000000000000" will cause an integer overflow in…

  • CVE-2018-14087CriJul 16, 2018
    risk 0.64cvss 9.8epss 0.01

    An issue was discovered in a smart contract implementation for EUC (EUC), an Ethereum token. The contract has an integer overflow. If the owner sets the value of buyPrice to a large number in setPrices() then the "msg.value * buyPrice" will cause an integer overflow in the…

  • CVE-2018-14084CriJul 16, 2018
    risk 0.64cvss 9.8epss 0.01

    An issue was discovered in a smart contract implementation for MKCB, an Ethereum token. If the owner sets the value of sellPrice to a large number in setPrices() then the "amount * sellPrice" will cause an integer overflow in sell().

  • CVE-2018-14089HigJul 16, 2018
    risk 0.49cvss 7.5epss 0.01

    An issue was discovered in a smart contract implementation for Virgo_ZodiacToken, an Ethereum token. In this contract, 'bool sufficientAllowance = allowance <= _value' will cause an arbitrary transfer in the function transferFrom because '<=' is used instead of '>=' (which was…

  • CVE-2018-14085HigJul 16, 2018
    risk 0.49cvss 7.5epss 0.01

    An issue was discovered in a smart contract implementation for UserWallet 0x0a7bca9FB7AfF26c6ED8029BB6f0F5D291587c42, an Ethereum token. First, suppose that the owner adds the evil contract address to his sweepers. The evil contract looks like this: contract Exploit { uint…