Skip to content

Incorrect is_static parameter for custom stateful precompiles in SputnikVM (evm)

Moderate severity GitHub Reviewed Published Oct 25, 2022 in rust-ethereum/evm • Updated Feb 2, 2023

Package

cargo evm (Rust)

Affected versions

<= 0.35.0

Patched versions

0.36.0

Description

Impact

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. Previously, the passed is_static parameter was incorrect -- it was only set to true if the call comes 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. The maintainers estimate the usage is low. However, for those affected, it can lead to possible incorrect state transitions.

Patches

PR: rust-ethereum/evm#133
Released in v0.36.0.

Older patch versions can be released on request if anyone needs them. Simply contact @sorpaas by email to request it.

For more information

If you have any questions or comments about this advisory:

References

@sorpaas sorpaas published to rust-ethereum/evm Oct 25, 2022
Published by the National Vulnerability Database Oct 25, 2022
Published to the GitHub Advisory Database Oct 25, 2022
Reviewed Oct 25, 2022
Last updated Feb 2, 2023

Severity

Moderate
5.9
/ 10

CVSS base metrics

Attack vector
Network
Attack complexity
High
Privileges required
None
User interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
High
Availability
None
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N

Weaknesses

CVE ID

CVE-2022-39354

GHSA ID

GHSA-hhc4-47rh-cr34

Source code

Loading Checking history
See something to contribute? Suggest improvements for this vulnerability.