CVE-2018-14085

HIGH

UserWallet 0x0a7bca9FB7AfF26c6ED8029BB6f0F5D291587c42 - Code Injection

Title source: llm
STIX 2.1

Description

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.

References (1)

Core 1

Scores

CVSS v3 7.5
EPSS 0.0093
EPSS Percentile 56.1%
Attack Vector NETWORK
CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N

Details

CWE
CWE-20
Status published
Products (1)
userwallet_project/userwallet
Published Jul 16, 2018
Tracked Since Feb 18, 2026