GHSA-27wg-99g8-2v4v · 深刻度: medium · エコシステム: rust — Rust EVM erroneousle handles `record_external_operation` error return
Rust EVM is an Ethereum Virtual Machine interpreter. In `rust-evm`, a feature called `record_external_operation` was introduced, allowing library users to record custom gas changes. This feature can have some bogus interactions with the call stack. In particular, during finalization of a `CREATE` or `CREATE2`, in the case that the substack execution happens successfully, `rust-evm` will first commit the substate, and then call `record_external_operation(Write(out_code.len()))`. If `record_external_operation` later fails, this error is returned to the parent call stack, instead of `Succeeded`. Yet, the substate commitment already happened. This causes smart contracts able to commit state changes, when the parent caller contract receives zero address (which usually indicates that the execution has failed). This issue only impacts library users with custom `record_external_operation` that returns errors. The issue is patched in release 0.41.1. No known workarounds are available.
総合評価: CVE-2024-21629 は中リスク(48.1/100)。CVSS 深刻度は中。悪用される可能性が高い(EPSS 0.64%、70 パーセンタイル) 推奨対応: 影響資産を整理し、修補計画に組み込んでください。
リスクは変動します。再評価に基づき、本ページの表示内容を更新しています。
EPSS は日次で悪用されやすさの相対度合いを推定します。パーセンタイルは採点済み CVE の中での相対位置(高いほど相対的に深刻)を示します。
| # | 日付 | 旧 EPSS スコア | 新 EPSS スコア | Δ(新 − 旧) |
|---|---|---|---|---|
| 1 | 2025-11-21 | 0.50% | 0.64% | +0.14% |
| 2 | 2025-11-18 | 0.64% | 0.50% | -0.14% |
| 3 | 2025-04-15 | — | 0.64% | — |
EPSS の全履歴 (全 7 件)
この CVE の CVSS 指標。
| ベーススコア | バージョン | 深刻度 | ベクトル | 悪用しやすさ | 影響 | スコアの出典 |
|---|---|---|---|---|---|---|
| 5.9 | 3.1 | MEDIUM |
|
2.2 | 3.6 | [email protected] |
| 7.5 | 3.1 | HIGH |
|
3.9 | 3.6 | [email protected] |
GHSA-27wg-99g8-2v4v · 深刻度: medium · エコシステム: rust — Rust EVM erroneousle handles `record_external_operation` error return
| ベンダー | 製品 | バージョン | 生の CPE |
|---|---|---|---|
| evm_project | evm | < 0.41.1 | cpe:2.3:a:evm_project:evm:*:*:*:*:*:rust:*:* |