CVE-2024-24560
Last modified
CVE-2024-24560 is a medium-severity vulnerability rated 5.3/10 on the CVSS scale. Vyper is a Pythonic Smart Contract Language for the Ethereum Virtual Machine. When calls to external contracts are made, we write the input buffer starting at byte 28, and allocate the return buffer to start at byte 0 (overlapping with the input buffer). EPSS estimates a 0.53% chance of exploitation in the next 30 days.
Description
Vyper is a Pythonic Smart Contract Language for the Ethereum Virtual Machine. When calls to external contracts are made, we write the input buffer starting at byte 28, and allocate the return buffer to start at byte 0 (overlapping with the input buffer). When checking RETURNDATASIZE for dynamic types, the size is compared only to the minimum allowed size for that type, and not to the returned value's length. As a result, malformed return data can cause the contract to mistake data from the input buffer for returndata. When the called contract returns invalid ABIv2 encoded data, the calling contract can read different invalid data (from the dirty buffer) than the called contract returned.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Vyperlang | Vyper | <= 0.3.10 |
References
- https://github.com/vyperlang/vyper/security/advisories/GHSA-gp3w-2v2m-p686Exploit, Vendor Advisory
- https://github.com/vyperlang/vyper/security/advisories/GHSA-gp3w-2v2m-p686Exploit, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-24560?
How severe is CVE-2024-24560?
How do I fix CVE-2024-24560?
Are you affected by CVE-2024-24560?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
