CVE-2025-27105
Severity CVSS v4.0:
LOW
Type:
CWE-787
Out-of-bounds Write
Publication date:
21/02/2025
Last modified:
28/03/2025
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.
Impact
Base Score 4.0
2.30
Severity 4.0
LOW
Base Score 3.x
9.10
Severity 3.x
CRITICAL
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:a:vyperlang:vyper:*:*:*:*:*:python:*:* | 0.4.1 (excluding) |
To consult the complete list of CPE names with products and versions, see this page



