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

CVE-2018-13577

CVE-2018-13577

Description

The mintToken function of a smart contract implementation for ShitCoin (SHITC) (Contract Name: AdvancedShit), 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 AdvancedShit (SHITC) Ethereum token contract has an integer overflow in mintToken that lets the owner arbitrarily inflate any user's balance.

Vulnerability

The mintToken function in the AdvancedShit contract (the ShitCoin / SHITC token) contains an integer overflow vulnerability [1]. The function does not enforce a maximum supply cap, allowing an arithmetic overflow when increasing a user's balance. This affects all versions of the contract as deployed on the Ethereum blockchain [2].

Exploitation

An attacker must be the contract owner (the address that deployed the contract). No other authentication or special network position is required. The owner calls mintToken with a large mintedAmount value that, when added to the target user's current balance, causes an overflow that results in an arbitrarily large balance for that user [1].

Impact

A successful exploit gives the owner the ability to set the balance of any user to any value, effectively minting an unlimited number of tokens out of thin air. This destroys the token's scarcity and can lead to a complete loss of value for all holders [1].

Mitigation

No fix was published by the contract authors; the vulnerable contract remains unpatched [2]. Users should treat any interaction with the AdvancedShit contract as extremely high risk. No CISA KEV listing exists for this CVE.

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

2

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.