CVE-2022-39354
CVSS V2 None
CVSS V3 High 7.5
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.
Overview
- CVE ID
- CVE-2022-39354
- Assigner
- security-advisories@github.com
- Vulnerability Status
- Analyzed
- Published Version
- 2022-10-25T19:15:11
- Last Modified Date
- 2022-10-28T19:37:37
Weakness Enumerations
CPE Configuration (Product)
CPE | Vulnerable | Operator | Version Start | Version End |
---|---|---|---|---|
cpe:2.3:a:evm_project:evm:*:*:*:*:*:rust:*:* | 1 | OR | 0.36.0 |
CVSS Version 3
- Version
- 3.1
- Vector String
- CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
- Attack Vector
- NETWORK
- Attack Compatibility
- LOW
- Privileges Required
- NONE
- User Interaction
- NONE
- Scope
- UNCHANGED
- Confidentiality Impact
- NONE
- Availability Impact
- NONE
- Base Score
- 7.5
- Base Severity
- HIGH
- Exploitability Score
- 3.9
- Impact Score
- 3.6
References
Sources
Source Name | Source URL |
---|---|
NIST | https://nvd.nist.gov/vuln/detail/CVE-2022-39354 |
MITRE | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-39354 |
History
Created | Old Value | New Value | Data Type | Notes |
---|---|---|---|---|
2022-10-25 20:00:23 | Added to TrackCVE | |||
2022-12-07 12:16:12 | 2022-10-25T19:15Z | 2022-10-25T19:15:11 | CVE Published Date | updated |
2022-12-07 12:16:12 | 2022-10-28T19:37:37 | CVE Modified Date | updated | |
2022-12-07 12:16:12 | Analyzed | Vulnerability Status | updated |