目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2018-12025— FuturXE 安全漏洞

一分钟漏洞结论

影响对象
n/a n/a
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

FuturXE(FXE)是一款基于以太坊的虚拟货币。 FXE的智能合约实现中的‘transferFrom’函数存在安全漏洞,该漏洞该源于程序存在逻辑错误。攻击者可利用该漏洞未授权转移数字资产。

AI 预测 9.8 利用难度: 极易 EPSS 1.61% · P74
获取后续新漏洞提醒 登录后订阅

一、 漏洞 CVE-2018-12025 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
N/A
来源: CVE Program / CVE List V5
Vulnerability 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.
来源: CVE Program / CVE List V5
CVSS Information
N/A
来源: CVE Program / CVE List V5
Vulnerability Type
N/A
来源: CVE Program / CVE List V5
Vulnerability Title
FuturXE 安全漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
FuturXE(FXE)是一款基于以太坊的虚拟货币。 FXE的智能合约实现中的‘transferFrom’函数存在安全漏洞,该漏洞该源于程序存在逻辑错误。攻击者可利用该漏洞未授权转移数字资产。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商 产品 影响版本 CPE 订阅
- n/a n/a -

二、漏洞 CVE-2018-12025 的公开POC

# POC 描述 源链接 神龙链接
AI 生成 POC 高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2018-12025 的情报信息

登录查看更多情报信息。

CVE-2018-12025 安全博客文章 (1)

同批安全公告 · n/a · 2018-06-11 · 共 20 条

CVE-2018-12111 Canon PrintMe EFI webinterface 跨站脚本漏洞
CVE-2018-12090 LAMS 跨站脚本漏洞
CVE-2018-12089 Octopus Deploy 安全漏洞
CVE-2018-10360 file 安全漏洞
CVE-2018-12100 Sonatype NXRM 跨站脚本漏洞
CVE-2018-12099 Grafana 跨站脚本漏洞
CVE-2018-12095 OEcms 跨站脚本漏洞
CVE-2018-12094 Dimofinf CMS 跨站脚本漏洞
CVE-2018-12093 tinyexr 安全漏洞
CVE-2018-12092 tinyexr 缓冲区错误漏洞
CVE-2017-5395 Mozilla Firefox on Android 安全漏洞
CVE-2018-12110 portfolioCMS SQL注入漏洞
CVE-2018-12109 Free Lossless Image Format 缓冲区错误漏洞
CVE-2018-12108 Dropbox Lepton 安全漏洞
CVE-2018-12102 md4c 安全漏洞
CVE-2018-12112 md4c 安全漏洞
CVE-2017-3208 Midnight Coders WebORB for Java 安全漏洞
CVE-2017-7809 Mozilla Firefox和Firefox ESR 安全漏洞
CVE-2017-7784 Mozilla Firefox和Firefox ESR 安全漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2018-12025

暂无评论


发表评论