Vyper is a Pythonic smart contract language for the Ethereum virtual machine. Prior to version 0.3.8, during codegen, the length word of a dynarray is written before the data, which can result in out-of-bounds array access in the case where the dynarray is on both the lhs and rhs of an assignment. The issue can cause data corruption across call frames. The expected behavior is to revert due to out-of-bounds array access. Version 0.3.8 contains a patch for this issue.
References
Link | Resource |
---|---|
https://github.com/vyperlang/vyper/commit/4f8289a81206f767df1900ac48f485d90fc87edb | Patch |
https://github.com/vyperlang/vyper/security/advisories/GHSA-3p37-3636-q8wv | Exploit Vendor Advisory |
Configurations
History
02 Aug 2023, 16:22
Type | Values Removed | Values Added |
---|---|---|
First Time |
Vyperlang vyper
Vyperlang |
|
CPE | cpe:2.3:a:vyperlang:vyper:*:*:*:*:*:*:*:* |
Information
Published : 2023-05-11 21:15
Updated : 2024-02-28 20:13
NVD link : CVE-2023-31146
Mitre link : CVE-2023-31146
CVE.ORG link : CVE-2023-31146
JSON object : View
Products Affected
vyperlang
- vyper
CWE
CWE-787
Out-of-bounds Write