CVE-2018-13623
Description
The mintToken function of a smart contract implementation for AirdropperCryptics, 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 AirdropperCryptics has an integer overflow allowing the owner to arbitrarily set any user's balance.
Vulnerability
The mintToken function in the smart contract for the AirdropperCryptics Ethereum token (an integer overflow variant) contains an integer overflow vulnerability [1]. This allows the contract owner to call the function and set the balance of any arbitrary user to any value without proper bounds checking. The affected code is in the AirdropperCryptics token implementation found in the EtherTokens repository [2].
Exploitation
An attacker who is the owner of the contract can directly call the mintToken function with a large value for the mintedAmount parameter. The integer overflow causes the balance update to become an arbitrary value selected by the owner. No special network position or additional user interaction is required, as the owner has direct access to the function.
Impact
By exploiting the integer overflow, the owner can set the balance of any user (including themselves) to any desired value. This effectively allows the owner to mint an unlimited number of tokens, leading to a complete loss of token scarcity and potentially destroying the token's economic value. The impact is a violation of the intended token supply control.
Mitigation
At the time of publication (2018-07-09), no patched version or fix has been documented for the AirdropperCryptics token [1][2]. The vulnerability arises from a lack of input validation and safe arithmetic in the mintToken function. A mitigation would require the contract to use a safe math library (e.g., OpenZeppelin's SafeMath) or enforce a maximum mint amount and proper overflow checks. This CVE is not listed in CISA's Known Exploited Vulnerabilities catalog.
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/AirdropperCrypticsmitrex_refsource_MISC
News mentions
0No linked articles in our index yet.