CVE-2018-13167
Description
The mintToken function of a smart contract implementation for Yu Gi Oh (YGO), 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 the mintToken function of the YGO Ethereum token allows the contract owner to arbitrarily set any user's balance.
Vulnerability
The mintToken function in the Yu Gi Oh (YGO) Ethereum token smart contract contains an integer overflow vulnerability [1][2]. The contract, as implemented in the ygo repository, allows the owner to mint tokens to any address without proper overflow checks [2]. This affects all versions of the YGO token contract as present in the referenced repository.
Exploitation
An attacker who is the owner of the contract can call the mintToken function with a large mintedAmount value that causes an integer overflow in the balance update [1]. No additional authentication or user interaction is required; the owner simply invokes the function with a crafted parameter.
Impact
Successful exploitation allows the contract owner to set the balance of any arbitrary user to any value, effectively creating or destroying tokens at will [1][2]. This can lead to complete loss of token value, manipulation of supply, and financial fraud.
Mitigation
No official fix or patched version has been disclosed in the available references [1][2]. Users should avoid interacting with the YGO token contract and consider it untrustworthy. The contract may be abandoned or unmaintained.
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
1Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
2- github.com/BlockChainsSecurity/EtherTokens/blob/master/GEMCHAIN/mint%20integer%20overflow.mdmitrex_refsource_MISC
- github.com/BlockChainsSecurity/EtherTokens/tree/master/ygomitrex_refsource_MISC
News mentions
0No linked articles in our index yet.