CVE-2018-13753
Description
The mintToken function of a smart contract implementation for DeWeiSecurityServiceToken, 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 mintToken function allows owner to arbitrarily set user balances in DeWeiSecurityServiceToken.
Vulnerability
The mintToken function in the DeWeiSecurityServiceToken smart contract contains an integer overflow vulnerability [1][2]. This allows the contract owner to set the balance of any user to an arbitrary value. The issue is present in the contract implementation as described in the CVE description and demonstrated in related token contracts [1].
Exploitation
An attacker who is the owner of the contract can exploit this vulnerability by calling mintToken with a large value that causes an integer overflow, thereby setting the balance of an arbitrary user to any desired amount. No other privileges or user interaction are required beyond ownership.
Impact
Successful exploitation allows the owner to arbitrarily increase or decrease any user's token balance, effectively giving them control over the token supply and distribution. This can lead to financial loss for users and undermine the token's integrity.
Mitigation
No official fix or patched version has been disclosed in the available references. The token contract should be considered vulnerable, and users are advised to avoid interacting with this token until a fix is applied.
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
2News mentions
0No linked articles in our index yet.