Improper input validation in Vyperlang Vyper
CVE-2024-32646
Vyper is a pythonic Smart Contract Language for the Ethereum virtual machine. In versions 0.3.10 and prior, using the `slice` builtin can result in a double eval vulnerability when the buffer argument is either `msg.data`, `self.code` or `<address>.code` and either the `start` or `length` arguments have side-effects. It can be easily triggered only with the versions `<0.3.4` as `0.3.4` introduced the unique symbol fence. No vulnerable production contracts were found. Additionally, double evaluation of side-effects should be easily discoverable in client tests. As such, the impact is low. As of time of publication, no fixed versions are available.
Vulnerability class: Drupalgeddon 2 (CVE-2018-7600)
EPSS: 0.005 (36.9th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 5.3 (Medium). Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N.
Affected products
- Vyperlang Vyper — versions <= 0.3.10
Weakness classification (CWE)
References
- security-advisories@github.com (x_refsource_CONFIRM, Vendor Advisory)
Frequently asked questions
- What is CVE-2024-32646?
- CVE-2024-32646 is a medium-severity vulnerability in Vyperlang Vyper, classified under Improper Input Validation. CVSS score: 5.3/10. Published 2024-04-25.
- How severe is CVE-2024-32646?
- Medium severity. CVSS v3 base score is 5.3 out of 10.