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

目标: 1000 元 · 已筹: 1310

100%

CVE-2025-47774— Vyper 安全漏洞

AI 预测 4.3 利用难度: 中等 EPSS 0.22% · P45
获取后续新漏洞提醒登录后订阅

一、 漏洞 CVE-2025-47774 基础信息

漏洞信息

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

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

Vulnerability Title
Vyper's `slice()` may elide side-effects when output length is 0
来源: 美国国家漏洞数据库 NVD
Vulnerability Description
Vyper is the Pythonic Programming Language for the Ethereum Virtual Machine. In versions up to and including 0.4.2rc1, the `slice()` builtin can elide side effects when the output length is 0, and the source bytestring is a builtin (`msg.data` or `<address>.code`). The reason is that for these source locations, the check that `length >= 1` is skipped. The result is that a 0-length bytestring constructed with slice can be passed to `make_byte_array_copier`, which elides evaluation of its source argument when the max length is 0. The impact is that side effects in the `start` argument may be elided when the `length` argument is 0, e.g. `slice(msg.data, self.do_side_effect(), 0)`. The fix in pull request 4645 disallows any invocation of `slice()` with length 0, including for the ad hoc locations discussed in this advisory. The fix is expected to be part of version 0.4.2.
来源: 美国国家漏洞数据库 NVD
CVSS Information
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
不充分的控制流管理
来源: 美国国家漏洞数据库 NVD
Vulnerability Title
Vyper 安全漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Vyper是vyperlang开源的一个 EVM 的 Pythonic 智能合约语言。 Vyper 0.4.2rc1及之前版本存在安全漏洞,该漏洞源于当输出长度为零时,slice函数可能跳过副作用评估。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
vyperlangvyper <= 0.4.2rc1 -

二、漏洞 CVE-2025-47774 的公开POC

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

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2025-47774 的情报信息

登录查看更多情报信息。

CVE-2025-47774 补丁与修复 (2)

CVE-2025-47774 厂商安全公告 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2025-47774

暂无评论


发表评论