GHSA-cvj7-5f3c-9vg9 · 深刻度: high · エコシステム: npm — AttesterSlashing number overflow
Lodestar is a TypeScript implementation of the Ethereum Consensus specification. Prior to version 0.36.0, there is a possible consensus split given maliciously-crafted `AttesterSlashing` or `ProposerSlashing` being included on-chain. Because the developers represent `uint64` values as native javascript `number`s, there is an issue when those variables with large (greater than 2^53) `uint64` values are included on chain. In those cases, Lodestar may view valid_`AttesterSlashing` or `ProposerSlashing` as invalid, due to rounding errors in large `number` values. This causes a consensus split, where Lodestar nodes are forked away from the main network. Similarly, Lodestar may consider invalid `ProposerSlashing` as valid, thus including in proposed blocks that will be considered invalid by the network. Version 0.36.0 contains a fix for this issue. As a workaround, use `BigInt` to represent `Slot` and `Epoch` values in `AttesterSlashing` and `ProposerSlashing` objects. `BigInt` is too slow to be used in all `Slot` and `Epoch` cases, so one may carefully use `BigInt` just where necessary for consensus.
総合評価: CVE-2022-29219 は中リスク(53.5/100)。CVSS 深刻度は高。悪用される可能性が高い(EPSS 1.23%、65 パーセンタイル) 推奨対応: 影響資産を整理し、修補計画に組み込んでください。
リスクは変動します。再評価に基づき、本ページの表示内容を更新しています。
EPSS は日次で悪用されやすさの相対度合いを推定します。パーセンタイルは採点済み CVE の中での相対位置(高いほど相対的に深刻)を示します。
| # | 日付 | 旧 EPSS スコア | 新 EPSS スコア | Δ(新 − 旧) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.42% | 1.23% | +0.81% |
| 2 | 2026-03-17 | 0.27% | 0.42% | +0.15% |
| 3 | 2025-06-09 | — | 0.27% | — |
EPSS の全履歴 (全 9 件)
この CVE の CVSS 指標。
| ベーススコア | バージョン | 深刻度 | ベクトル | 悪用しやすさ | 影響 | スコアの出典 |
|---|---|---|---|---|---|---|
| 7.5 | 3.1 | HIGH |
|
3.9 | 3.6 | [email protected] |
| 7.5 | 3.1 | HIGH |
|
3.9 | 3.6 | [email protected] |
| 5.0 | 2.0 | MEDIUM |
|
10.0 | 2.9 | [email protected] |
GHSA-cvj7-5f3c-9vg9 · 深刻度: high · エコシステム: npm — AttesterSlashing number overflow
| URL | タグ |
|---|---|
| https://github.com/ChainSafe/lodestar/pull/3977 | Patch Third Party Advisory |
| https://github.com/ChainSafe/lodestar/releases/tag/v0.36.0 | Release Notes Third Party Advisory |
| https://github.com/ChainSafe/lodestar/security/advisories/GHSA-cvj7-5f3c-9vg9 | Patch Third Party Advisory |