製品・ソフトウェアに関する情報
FuturXE における整数アンダーフローの脆弱性
Title FuturXE における整数アンダーフローの脆弱性
Summary

FuturXE には、整数アンダーフローの脆弱性、および入力確認に関する脆弱性が存在します。

Possible impacts 情報を改ざんされる可能性があります。
Solution

ベンダ情報および参考情報を参照して適切な対策を実施してください。

Publication Date June 6, 2018, midnight
Registration Date Aug. 20, 2018, 5:48 p.m.
Last Update Aug. 20, 2018, 5:48 p.m.
CVSS3.0 : 重要
Score 7.5
Vector CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
CVSS2.0 : 警告
Score 5
Vector AV:N/AC:L/Au:N/C:N/I:P/A:N
Affected System
FuturXe project
FuturXe 
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
ベンダー情報
その他
Change Log
No Changed Details Date of change
1 [2018年08月20日]
  掲載
Aug. 20, 2018, 5:48 p.m.

NVD Vulnerability Information
CVE-2018-12025
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. 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.

Publication Date June 11, 2018, 7:29 p.m.
Registration Date March 1, 2021, 6:48 p.m.
Last Update Nov. 21, 2024, 12:44 p.m.
Affected software configurations
Configuration1 or higher or less more than less than
cpe:2.3:a:futurxe:futurxe:-:*:*:*:*:*:*:*
Related information, measures and tools
Common Vulnerabilities List