RUSTSEC-2022-0083

Source
https://rustsec.org/advisories/RUSTSEC-2022-0083
Import Source
https://github.com/rustsec/advisory-db/blob/osv/crates/RUSTSEC-2022-0083.json
Aliases
Published
2022-10-25T12:00:00Z
Modified
2023-11-08T04:10:19.736914Z
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.

References

Affected packages

crates.io / evm

Package

Name
evm

Affected ranges

Type
SEMVER
Events
Introduced
0.0.0-0
Fixed
0.36.0

Ecosystem specific

{
    "affects": {
        "os": [],
        "functions": [],
        "arch": []
    }
}

Database specific

{
    "cvss": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
    "informational": null,
    "categories": [
        "crypto-failure"
    ]
}