cvedb.io
CVE-2018-12025
HIGH · CVSS 7.5
EPSS exploitation probability: 0%
Published 2018-06-11T10:29:00.297 · Last modified 2026-06-17T01:37:01.433

Summary

The transferFrom function of a smart contract implementation for FuturXE (FXE), an Ethereum ERC20 token, allows attackers to accomplish an unauthorized transfer of digital assets because of a logic error. The developer messed up with the boolean judgment - if the input value is smaller than or equal to allowed value, the transfer session would stop execution by returning false. This makes no sense, because the transferFrom() function should require the transferring value to not exceed the allowed value in the first place. Suppose this function asks for the allowed value to be smaller than the input. Then, the attacker could easily ignore the allowance: after this condition, the `allowed[from][msg.sender] -= value;` would cause an underflow because the allowed part is smaller than the value

Affected products

futurxe — futurxe

Does this affect you?

Add your gear to cvedb and we'll alert you only when futurxe ships something exploited.

Check my exposure →

References

This product uses data from the NVD API but is not endorsed or certified by the NVD. Informational only; not professional security advice.