Improper input validation in Userwallet Project

CVE-2018-14085

An issue was discovered in a smart contract implementation for UserWallet 0x0a7bca9FB7AfF26c6ED8029BB6f0F5D291587c42, an Ethereum token. First, suppose that the owner adds the evil contract address to his sweepers. The evil contract looks like this: contract Exploit { uint public start; function sweep(address _token, uint _amount) returns (bool) { start = 0x123456789; return true;} }. Then, when one calls the function sweep() in the UserWallet contract, it will change the sweeperList to 0X123456789.

Vulnerability class: Drupalgeddon 2 (CVE-2018-7600)

EPSS: 0.009 (56.8th percentile) — read the EPSS interpretation.

CVSS v3 metric

CVSS v3 base score 7.5 (High). Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N.

Affected products

Weakness classification (CWE)

References

Frequently asked questions

What is CVE-2018-14085?
CVE-2018-14085 is a high-severity vulnerability in Userwallet Project, classified under Improper Input Validation. CVSS score: 7.5/10. Published 2018-07-16.
How severe is CVE-2018-14085?
High severity. CVSS v3 base score is 7.5 out of 10.