CVE-2024-24564
Published: 26 February 2024
Summary
CVE-2024-24564 is a low-severity Out-of-bounds Read (CWE-125) vulnerability in Vyperlang Vyper. Its CVSS base score is 3.7 (Low).
Operationally, ranked in the top 41.2% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-0181
Vulnerability details
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…
more
be that some dirty memory is read and returned by `extract32`. This vulnerability is fixed in 0.4.0.
- CWE(s)
Related Threats
No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.
Affected Assets
Mitigating Controls
No mitigating controls mapped yet. The per-CVE control annotator has not reached this CVE.