CVE-2018-13757
Description
The mintToken function of a smart contract implementation for Coinquer, 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 Coinquer token's mintToken function lets the owner arbitrarily set any user's balance.
Vulnerability
The mintToken function in the Coinquer Ethereum smart contract contains an integer overflow vulnerability [1]. The contract, as available in the referenced repository [2], does not perform overflow checks when updating a user's balance. The owner of the contract can exploit this to set the balance of any arbitrary user to any value, including extremely large numbers. The affected code is the Coinquer token implementation, and no specific version is indicated; the vulnerability exists in the contract as published.
Exploitation
An attacker who is the owner of the Coinquer contract can call the mintToken function with a large mintedAmount parameter that, when added to the target user's current balance, causes an integer overflow. This results in the user's balance being set to a value controlled by the owner, bypassing the intended supply constraints. No additional authentication or user interaction is required beyond the owner's privileges.
Impact
Successful exploitation allows the contract owner to arbitrarily inflate the balance of any user, effectively minting tokens out of thin air. This can lead to complete loss of token value, manipulation of token distribution, and potential financial harm to holders. The integrity of the token's supply is compromised, and the owner gains the ability to create unlimited tokens.
Mitigation
No official fix or patched version has been identified in the available references [1][2]. The vulnerability is inherent in the contract's design, and users should avoid interacting with the Coinquer token unless a corrected version is deployed. As of the publication date (2018-07-09), no mitigation or workaround has been disclosed.
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/Coinquermitrex_refsource_MISC
News mentions
0No linked articles in our index yet.