mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-28 18:48:49 +00:00
18 lines
1.0 KiB
Markdown
18 lines
1.0 KiB
Markdown
### [CVE-2024-26149](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-26149)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
Vyper is a pythonic Smart Contract Language for the ethereum virtual machine. If an excessively large value is specified as the starting index for an array in `_abi_decode`, it can cause the read position to overflow. This results in the decoding of values outside the intended array bounds, potentially leading to exploitations in contracts that use arrays within `_abi_decode`. This vulnerability affects 0.3.10 and earlier versions.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://github.com/vyperlang/vyper/security/advisories/GHSA-9p8r-4xp4-gw5w
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|