CVE-2024-32648

Vyper is a pythonic Smart Contract Language for the Ethereum virtual machine. Prior to version 0.3.0, default functions don't respect nonreentrancy keys and the lock isn't emitted. No vulnerable production contracts were found. Additionally, using a lock on a `default` function is a very sparsely used pattern. As such, the impact is low. Version 0.3.0 contains a patch for the issue.
Configurations

No configuration.

History

25 Apr 2024, 18:15

Type Values Removed Values Added
New CVE

Information

Published : 2024-04-25 18:15

Updated : 2024-04-26 12:58


NVD link : CVE-2024-32648

Mitre link : CVE-2024-32648

CVE.ORG link : CVE-2024-32648


JSON object : View

Products Affected

No product.

CWE
CWE-667

Improper Locking