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

|
|

|
|

|
|
|
|
### Description
|
|
|
|
Vyper is a pythonic Smart Contract Language for the ethereum virtual machine. When using the built-in `extract32(b, start)`, if the `start` index provided has for side effect to update `b`, the byte array to extract `32` bytes from, it could be that some dirty memory is read and returned by `extract32`. This vulnerability is fixed in 0.4.0.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://github.com/vyperlang/vyper/security/advisories/GHSA-4hwq-4cpm-8vmx
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|