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

目标: 1000 元 · 已筹: 1325

100%

CVE-2025-47285— Vyper 安全漏洞

AI 预测 5.3 利用难度: 理论可行 EPSS 0.37% · P29
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
Vyper's `concat()` builtin may elide side-effects for zero-length arguments
来源: 美国国家漏洞数据库 NVD
Vulnerability Description
Vyper is the Pythonic Programming Language for the Ethereum Virtual Machine. In versions up to and including 0.4.2rc1, `concat()` may skip evaluation of side effects when the length of an argument is zero. This is due to a fastpath in the implementation which skips evaluation of argument expressions when their length is zero. In practice, it would be very unusual in user code to construct zero-length bytestrings using an expression with side-effects, since zero-length bytestrings are typically constructed with the empty literal `b""`; the only way to construct an empty bytestring which has side effects would be with the ternary operator introduced in v0.3.8, e.g. `b"" if self.do_some_side_effect() else b""`. The fix is available in pull request 4644 and expected to be part of the 0.4.2 release. As a workaround, don't have side effects in expressions which construct zero-length bytestrings.
来源: 美国国家漏洞数据库 NVD
CVSS Information
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
不充分的控制流管理
来源: 美国国家漏洞数据库 NVD
Vulnerability Title
Vyper 安全漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Vyper是vyperlang开源的一个 EVM 的 Pythonic 智能合约语言。 Vyper 0.4.2rc1及之前版本存在安全漏洞,该漏洞源于concat可能跳过副作用评估,当参数长度为零时。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

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

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2025-47285 补丁与修复 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2025-47285

暂无评论


发表评论