CVE-2025-27105 - Vyper Smart Contract Language DynArray AugAssign Out-of-Bounds Write

CVE ID : CVE-2025-27105 Published : Feb. 21, 2025, 10:15 p.m. | 1 hour, 14 minutes ago Description : vyper is a Pythonic Smart Contract Language for the EVM. Vyper handles AugAssign statements by first caching the target location to avoid double evaluation. However, in the case when target is an access to a DynArray and the rhs modifies the array, the cached target will evaluate first, and the bounds check will not be re-evaluated during the write portion of the statement. This issue has been addressed in version 0.4.1 and all users are advised to upgrade. There are no known workarounds for this vulnerability. Severity: 0.0 | NA Visit the link for more details, such as CVSS details, affected products, timeline, and more...

Feb 22, 2025 - 00:30
 0  0
CVE-2025-27105 - Vyper Smart Contract Language DynArray AugAssign Out-of-Bounds Write
CVE ID : CVE-2025-27105
Published : Feb. 21, 2025, 10:15 p.m. | 1 hour, 14 minutes ago
Description : vyper is a Pythonic Smart Contract Language for the EVM. Vyper handles AugAssign statements by first caching the target location to avoid double evaluation. However, in the case when target is an access to a DynArray and the rhs modifies the array, the cached target will evaluate first, and the bounds check will not be re-evaluated during the write portion of the statement. This issue has been addressed in version 0.4.1 and all users are advised to upgrade. There are no known workarounds for this vulnerability.
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...