CVE-2022-39354

Source
https://nvd.nist.gov/vuln/detail/CVE-2022-39354
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2022-39354.json
Aliases
Published
2022-10-25T19:15:11Z
Modified
2023-11-29T09:50:07.032715Z
Details

SputnikVM, also called evm, is a Rust implementation of Ethereum Virtual Machine. A custom stateful precompile can use the is_static parameter to determine if the call is executed in a static context (via STATICCALL), and thus decide if stateful operations should be done. Prior to version 0.36.0, the passed is_static parameter was incorrect -- it was only set to true if the call came from a direct STATICCALL opcode. However, once a static call context is entered, it should stay static. The issue only impacts custom precompiles that actually uses is_static. For those affected, the issue can lead to possible incorrect state transitions. Version 0.36.0 contains a patch. There are no known workarounds.

References

Affected packages

Git / github.com/rust-blockchain/evm

Affected ranges

Type
GIT
Repo
https://github.com/rust-blockchain/evm
Events
Introduced
0The exact introduced commit is unknown
Fixed

Affected versions

evm-core-v0.*

evm-core-v0.26.1