CVE-2022-29219
Last modified
CVE-2022-29219 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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. EPSS estimates a 1.23% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Chainsafe | Lodestar | < 0.36.0 |
References
- https://github.com/ChainSafe/lodestar/pull/3977Patch, Third Party Advisory
- https://github.com/ChainSafe/lodestar/releases/tag/v0.36.0Release Notes, Third Party Advisory
- https://github.com/ChainSafe/lodestar/security/advisories/GHSA-cvj7-5f3c-9vg9Patch, Third Party Advisory
- https://github.com/ChainSafe/lodestar/pull/3977Patch, Third Party Advisory
- https://github.com/ChainSafe/lodestar/releases/tag/v0.36.0Release Notes, Third Party Advisory
- https://github.com/ChainSafe/lodestar/security/advisories/GHSA-cvj7-5f3c-9vg9Patch, Third Party Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2022-29219?
How severe is CVE-2022-29219?
How do I fix CVE-2022-29219?
Are you affected by CVE-2022-29219?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
