CVE-2018-12025
Last modified
CVE-2018-12025 is a vulnerability of currently unknown severity. 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. EPSS estimates a 1.61% chance of exploitation in the next 30 days.
Description
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. The attacker could transfer any amount of FuturXe tokens of any accounts to an appointed account (the `_to` address) because the allowed value is initialized to 0, and the attacker could bypass this restriction even without the victim's private key.
Metrics
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Futurxe | Futurxe | All versions |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2018-12025?
How severe is CVE-2018-12025?
How do I fix CVE-2018-12025?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2018
- CVE-2018-12019The signature verification routine in Enigmail before 2.0.7 …
- CVE-2018-1202Dell EMC Isilon versions between 8.1.0.0 - 8.1.0.1, 8.0.1.0 …
- CVE-2018-12020mainproc.c in GnuPG before 2.2.8 mishandles the original fil…7.5
- CVE-2018-12021Singularity 2.3.0 through 2.5.1 is affected by an incorrect …
- CVE-2018-12022An issue was discovered in FasterXML jackson-databind prior …7.5
- CVE-2018-12023An issue was discovered in FasterXML jackson-databind prior …
- CVE-2018-12026During the spawning of a malicious Passenger-managed applica…
- CVE-2018-12027An Insecure Permissions vulnerability in SpawningKit in Phus…
- CVE-2018-12028An Incorrect Access Control vulnerability in SpawningKit in …
- CVE-2018-12029A race condition in the nginx module in Phusion Passenger 3.…
- CVE-2018-1203In Dell EMC Isilon OneFS, the compadmin is able to run tcpdu…
- CVE-2018-12030Chevereto Free before 1.0.13 has XSS.
Are you affected by CVE-2018-12025?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
