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

CVE-2018-13608

CVE-2018-13608

Description

The mintToken function of a smart contract implementation for archercoin, 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.

An integer overflow in the archercoin token contract's mintToken function lets the owner set any user's balance arbitrarily.

Vulnerability

The mintToken function in the archercoin Ethereum smart contract has an integer overflow vulnerability. The contract code, as shown in the reference repository [2], allows the owner to mint new tokens by adding to a target user's balance without proper bounds checking. This can result in an overflow, enabling the owner to set an arbitrary user's balance to any value. The vulnerability exists in the archercoin contract as implemented in the EtherTokens project.

Exploitation

Exploitation requires that the attacker is the owner of the smart contract. The owner can call mintToken with a large mintedAmount parameter, causing an integer overflow when adding to the user's existing balance. This bypasses the intended token supply cap and lets the owner assign an extremely large balance to any address.

Impact

An attacker who is the contract owner can inflate the token supply and assign arbitrary balances to any user. This can lead to loss of token value, manipulation of market cap, and denial of service for legitimate token holders. The integrity of the token economics is completely compromised.

Mitigation

The archercoin contract itself does not have a known fix. The reference repository [1] highlights similar integer overflow issues in other tokens, suggesting that developers should use the SafeMath library to prevent arithmetic overflows. A workaround is to avoid using the archercoin token or to deploy a patched version of the contract that uses SafeMath. No official patched version or date is documented in the available references.

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.