GHSA-5824-cm3x-3c38 · 深刻度: critical · エコシステム: pip — Vyper has incorrectly allocated named re-entrancy locks
Vyper is a Pythonic Smart Contract Language for the Ethereum Virtual Machine (EVM). In versions 0.2.15, 0.2.16 and 0.3.0, named re-entrancy locks are allocated incorrectly. Each function using a named re-entrancy lock gets a unique lock regardless of the key, allowing cross-function re-entrancy in contracts compiled with the susceptible versions. A specific set of conditions is required to result in misbehavior of affected contracts, specifically: a `.vy` contract compiled with `vyper` versions `0.2.15`, `0.2.16`, or `0.3.0`; a primary function that utilizes the `@nonreentrant` decorator with a specific `key` and does not strictly follow the check-effects-interaction pattern (i.e. contains an external call to an untrusted party before storage updates); and a secondary function that utilizes the same `key` and would be affected by the improper state caused by the primary function. Version 0.3.1 contains a fix for this issue.
総合評価: CVE-2023-39363 は悪用リスクが高い(69/100)。CVSS 深刻度は重大。悪用される可能性が高い(EPSS 0.71%、48 パーセンタイル) 根拠: 公開エクスプロイトが 3 件参照されています(Exploit-DB)。 推奨対応: 公開エクスプロイトが確認されています。影響範囲の確認、緩和策の適用、パッチ適用を優先してください。
リスクは変動します。再評価に基づき、本ページの表示内容を更新しています。
| EDB-ID | ソース | 種別 | 公開 | リンク |
|---|---|---|---|---|
| — | nvd_ref | exploit_tag | Exploit-DB ↗ | |
| — | nvd_ref | exploit_tag | Exploit-DB ↗ | |
| — | nvd_ref | exploit_tag | Exploit-DB ↗ |
EPSS は日次で悪用されやすさの相対度合いを推定します。パーセンタイルは採点済み CVE の中での相対位置(高いほど相対的に深刻)を示します。
| # | 日付 | 旧 EPSS スコア | 新 EPSS スコア | Δ(新 − 旧) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.07% | 0.71% | +0.63% |
| 2 | 2025-11-21 | 0.25% | 0.07% | -0.18% |
| 3 | 2025-11-18 | — | 0.25% | — |
EPSS の全履歴 (全 8 件)
この CVE の CVSS 指標。
| ベーススコア | バージョン | 深刻度 | ベクトル | 悪用しやすさ | 影響 | スコアの出典 |
|---|---|---|---|---|---|---|
| 9.1 | 4.0 | CRITICAL |
|
— | — | [email protected] |
| 5.9 | 3.1 | MEDIUM |
|
2.2 | 3.6 | [email protected] |
GHSA-5824-cm3x-3c38 · 深刻度: critical · エコシステム: pip — Vyper has incorrectly allocated named re-entrancy locks
| URL | タグ |
|---|---|
| https://github.com/vyperlang/vyper/pull/2439 | Patch |
| https://github.com/vyperlang/vyper/pull/2514 | Patch |
| https://github.com/vyperlang/vyper/security/advisories/GHSA-5824-cm3x-3c38 | Exploit Patch Third Party Advisory |
| https://hackmd.io/@LlamaRisk/BJzSKHNjn | Exploit Third Party Advisory |
| https://hackmd.io/@vyperlang/HJUgNMhs2 | Exploit Third Party Advisory |