CVE-2024-32649
MEDIUM EPSS 36.0%
Published Apr 25, 20242y ago · Modified Jun 17, 20262w ago
5.3 CVSS 3.1
Published Apr 25, 2024 2y ago
Last Modified Jun 17, 2026 2w ago
Description
Vyper is a pythonic Smart Contract Language for the Ethereum virtual machine. In versions 0.3.10 and prior, using the `sqrt` builtin can result in double eval vulnerability when the argument has side-effects. It can be seen that the `build_IR` function of the `sqrt` builtin doesn't cache the argument to the stack. As such, it can be evaluated multiple times (instead of retrieving the value from the stack). 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.
CVSS Details
Base Score
Exploitability
Impact
Vector string
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N Attack Vector Network
Attack Complexity Low
Privileges Required None
User Interaction None
Scope Unchanged
Confidentiality None
Integrity Low
Availability None
Threat Intelligence
EPSS Exploit Probability
36.0% percentile
Exploit & Patch Status
No Known Exploit
No Patch Available
Weaknesses 1
CWE-95
Affected Products 1
| Vendor | Product | Version | Range |
|---|---|---|---|
| vyperlang | vyper | * | <0.4.0 |
References 1
- github.com https://github.com/vyperlang/vyper/security/advisories/GHSA-5jrj-52x8-m64h
Remediation
No remediation data recorded yet
Check vendor advisories and the NVD entry for patch availability.