CVE-2022-39354

MEDIUM

SputnikVM <0.36.0 - Info Disclosure

Title source: llm
STIX 2.1

Description

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.

Scores

CVSS v3 5.9
EPSS 0.0024
EPSS Percentile 47.6%
Attack Vector NETWORK
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N

CISA SSVC

Vulnrichment
Exploitation none
Automatable no
Technical Impact partial

Details

CWE
CWE-670
Status published
Products (2)
crates.io/evm 0 - 0.36.0crates.io
evm_project/evm < 0.36.0
Published Oct 25, 2022
Tracked Since Feb 18, 2026