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

CVE-2018-13561

CVE-2018-13561

Description

The mintToken function of a smart contract implementation for YourCoin (ICO) (Contract Name: ETH033), 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.

The mintToken function in YourCoin (ETH033) smart contract has an integer overflow allowing the owner to arbitrarily set any user's balance.

Vulnerability

The mintToken function in the YourCoin (ICO) smart contract (contract name ETH033) contains an integer overflow vulnerability. The function does not check for overflow when calculating the new total supply or user balance, allowing the owner to set an arbitrary user's balance to any value [1], [2].

Exploitation

The owner of the contract can call the mintToken function with a large value that causes an integer overflow, effectively setting the target user's balance to any desired value without the need for any additional privileges or user interaction [1].

Impact

By exploiting the integer overflow, the owner can arbitrarily increase the balance of any user, potentially leading to the creation of tokens out of thin air. This can result in devaluation of the token, loss of trust, and potential financial loss for token holders [1], [2].

Mitigation

The vulnerability exists in the ETH033 contract as deployed. No official fix or patched version has been released in the available references. Developers should implement SafeMath or similar overflow checks in the mintToken function. To mitigate, deploy a new contract with proper overflow prevention [1], [2].

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.