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

21 Nov 2024, 09:15

Type Values Removed Values Added
Summary
  • (es) Vyper es un lenguaje de contrato inteligente pitónico para la máquina virtual Ethereum. Antes de la versión 0.3.0, las funciones predeterminadas no respetan las claves que no son de reentrada y el bloqueo no se emite. No se encontraron contratos de producción vulnerables. Además, usar un bloqueo en una función "predeterminada" es un patrón muy poco utilizado. Como tal, el impacto es bajo. La versión 0.3.0 contiene un parche para el problema.
References () https://github.com/vyperlang/vyper/commit/93287e5ac184b53b395c907d40701f721daf8177 - () https://github.com/vyperlang/vyper/commit/93287e5ac184b53b395c907d40701f721daf8177 -
References () https://github.com/vyperlang/vyper/issues/2455 - () https://github.com/vyperlang/vyper/issues/2455 -
References () https://github.com/vyperlang/vyper/security/advisories/GHSA-m2v9-w374-5hj9 - () https://github.com/vyperlang/vyper/security/advisories/GHSA-m2v9-w374-5hj9 -

25 Apr 2024, 18:15

Type Values Removed Values Added
New CVE

Information

Published : 2024-04-25 18:15

Updated : 2024-11-21 09:15


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