5
CVSSv2

CVE-2018-14576

Published: 03/08/2018 Updated: 07/09/2021
CVSS v2 Base Score: 5 | Impact Score: 2.9 | Exploitability Score: 10
CVSS v3 Base Score: 7.5 | Impact Score: 3.6 | Exploitability Score: 3.9
VMScore: 445
Vector: AV:N/AC:L/Au:N/C:N/I:P/A:N

Vulnerability Summary

The mintTokens function of a smart contract implementation for SunContract, an Ethereum token, has an integer overflow via the _amount variable.

Vulnerability Trend

Vulnerable Product Search on Vulmon Subscribe to Product

suncontract suncontract -

Mailing Lists

I have found an integer overflow in mintTokens,the supply variable could overflow,because of the _amount variable is controlled by us and can eventually cause supply overflow to zero vuln code: function mintTokens(address _to, uint256 _amount) { if (msgsender != icoContractAddress) throw; // Only ICO address can min ...