VYPR
Unrated severityNVD Advisory· Published Jul 9, 2018· Updated Aug 5, 2024

CVE-2018-13756

CVE-2018-13756

Description

The mintToken function of a smart contract implementation for CherryCoinFoundation, an Ethereum token, has an integer overflow that allows the owner of the contract to set the balance of an arbitrary user to any value.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Integer overflow in CherryCoinFoundation token's mintToken function allows owner to set arbitrary user balances.

Vulnerability

The mintToken function in the CherryCoinFoundation Ethereum token contract contains an integer overflow vulnerability [1][2]. This flaw allows the contract owner to manipulate balance updates, potentially setting any user's balance to an arbitrary value. The vulnerability affects all versions of the CherryCoinFoundation contract as deployed on the Ethereum blockchain.

Exploitation

Only the owner of the contract can invoke the mintToken function. By providing a crafted mintedAmount parameter that causes an integer overflow, the owner can overflow the balance variable, leading to an unintended balance value for the target address. No user interaction or additional privileges are required beyond owner access.

Impact

A successful exploit enables the contract owner to arbitrarily increase or decrease the token balance of any address. This can result in token supply manipulation, loss of funds for other holders, and complete loss of trust in the token's integrity.

Mitigation

As of the publication date (2018-07-09), no fix has been released for the CherryCoinFoundation contract [2]. The contract is likely unpatched and remains vulnerable. Users should consider the token at risk and avoid holding value in it. No known workaround exists.

AI Insight generated on May 26, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

1

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

2

News mentions

0

No linked articles in our index yet.