cbcvebase.

Vyperlang Vyper vulnerabilities

40 known vulnerabilities affecting vyperlang/vyper.

Total CVEs
40
CISA KEV
0
Public exploits
0
Exploited in wild
0
Severity breakdown
CRITICAL7HIGH13MEDIUM18LOW2

Vulnerabilities

Page 1 of 2
CVE-2024-24563P3CRITICALCVSS 9.8≤ 0.3.102024-02-07
CVE-2024-24563 [CRITICAL] CWE-129 CVE-2024-24563: Vyper is a Pythonic Smart Contract Language for the Ethereum Virtual Machine. Arrays can be keyed by Vyper is a Pythonic Smart Contract Language for the Ethereum Virtual Machine. Arrays can be keyed by a signed integer, while they are defined for unsigned integers only. The typechecker doesn't throw when spotting the usage of an `int` as an index for an array. The typechecker allows the usage of signed integers to be used as indexes to arrays. Th
ghsanvdosv
CVE-2024-22419P3CRITICALCVSS 9.8≤ 0.3.10fixed in 0.4.02024-01-18
CVE-2024-22419 [CRITICAL] CWE-120 CVE-2024-22419: Vyper is a Pythonic Smart Contract Language for the Ethereum Virtual Machine. The `concat` built-in Vyper is a Pythonic Smart Contract Language for the Ethereum Virtual Machine. The `concat` built-in can write over the bounds of the memory buffer that was allocated for it and thus overwrite existing valid data. The root cause is that the `build_IR` for `concat` doesn't properly adhere to the API of copy functions (for `>=0.3.2` the `copy_bytes` f
ghsanvdosv
CVE-2024-24561P3CRITICALCVSS 9.8≤ 0.3.102024-02-01
CVE-2024-24561 [CRITICAL] CWE-119 CVE-2024-24561: Vyper is a pythonic Smart Contract Language for the ethereum virtual machine. In versions 0.3.10 and Vyper is a pythonic Smart Contract Language for the ethereum virtual machine. In versions 0.3.10 and earlier, the bounds check for slices does not account for the ability for start + length to overflow when the values aren't literals. If a slice() function uses a non-literal argument for the start or length variable, this creates the ability for a
ghsanvdosv
CVE-2023-31146P3CRITICALCVSS 9.1fixed in 0.3.82023-05-11
CVE-2023-31146 [CRITICAL] CWE-787 CVE-2023-31146: Vyper is a Pythonic smart contract language for the Ethereum virtual machine. Prior to version 0.3.8 Vyper is a Pythonic smart contract language for the Ethereum virtual machine. Prior to version 0.3.8, during codegen, the length word of a dynarray is written before the data, which can result in out-of-bounds array access in the case where the dynarray is on both the lhs and rhs of an assignment. The issue can cause data corruption across call fr
ghsanvdosv
CVE-2022-24788P3CRITICALCVSS 9.8fixed in 0.3.22022-04-13
CVE-2022-24788 [CRITICAL] CWE-120 CVE-2022-24788: Vyper is a pythonic Smart Contract Language for the ethereum virtual machine. Versions of vyper prio Vyper is a pythonic Smart Contract Language for the ethereum virtual machine. Versions of vyper prior to 0.3.2 suffer from a potential buffer overrun. Importing a function from a JSON interface which returns `bytes` generates bytecode which does not clamp bytes length, potentially resulting in a buffer overrun. Users are advised to upgrade. There
ghsanvdosv
CVE-2025-27105P3CRITICALCVSS 9.1fixed in 0.4.12025-02-21
CVE-2025-27105 [CRITICAL] CWE-787 CVE-2025-27105: vyper is a Pythonic Smart Contract Language for the EVM. Vyper handles AugAssign statements by first 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 writ
ghsanvdosv
CVE-2022-24845P3CRITICALCVSS 9.8fixed in 0.3.22022-04-13
CVE-2022-24845 [CRITICAL] CWE-190 CVE-2022-24845: Vyper is a pythonic Smart Contract Language for the ethereum virtual machine. In affected versions, Vyper is a pythonic Smart Contract Language for the ethereum virtual machine. In affected versions, the return of `.returns_int128()` is not validated to fall within the bounds of `int128`. This issue can result in a misinterpretation of the integer value and lead to incorrect behavior. As of v0.3.0, `.returns_int128()` is validated in simple expre
ghsanvdosv
CVE-2021-41121P3HIGHCVSS 8.8fixed in 0.3.02021-10-06
CVE-2021-41121 [HIGH] CWE-119 CVE-2021-41121: Vyper is a Pythonic Smart Contract Language for the EVM. In affected versions when performing a func Vyper is a Pythonic Smart Contract Language for the EVM. In affected versions when performing a function call inside a literal struct, there is a memory corruption issue that occurs because of an incorrect pointer to the the top of the stack. This issue has been resolved in version 0.3.0.
ghsanvdosv
CVE-2023-42443P3HIGHCVSS 8.1fixed in 0.3.10≤ 0.3.92023-09-18
CVE-2023-42443 [HIGH] CWE-787 CVE-2023-42443: Vyper is a Pythonic Smart Contract Language for the Ethereum Virtual Machine (EVM). In version 0.3.9 Vyper is a Pythonic Smart Contract Language for the Ethereum Virtual Machine (EVM). In version 0.3.9 and prior, under certain conditions, the memory used by the builtins `raw_call`, `create_from_blueprint` and `create_copy_of` can be corrupted. For `raw_call`, the argument buffer of the call can be corrupted, leading to incorrect `calldata` in the sub
ghsanvdosv
CVE-2025-21607P3HIGHCVSS 7.5fixed in 0.4.12025-01-14
CVE-2025-21607 [HIGH] CWE-670 CVE-2025-21607: Vyper is a Pythonic Smart Contract Language for the EVM. When the Vyper Compiler uses the precompile Vyper is a Pythonic Smart Contract Language for the EVM. When the Vyper Compiler uses the precompiles EcRecover (0x1) and Identity (0x4), the success flag of the call is not checked. As a consequence an attacker can provide a specific amount of gas to make these calls fail but let the overall execution continue. Then the execution result can be incorr
nvdosv
CVE-2025-26622P3HIGHCVSS 7.5fixed in 0.4.12025-02-21
CVE-2025-26622 [HIGH] CWE-682 CVE-2025-26622: vyper is a Pythonic Smart Contract Language for the EVM. Vyper `sqrt()` builtin uses the babylonian vyper is a Pythonic Smart Contract Language for the EVM. Vyper `sqrt()` builtin uses the babylonian method to calculate square roots of decimals. Unfortunately, improper handling of the oscillating final states may lead to sqrt incorrectly returning rounded up results. This issue is being addressed and a fix is expected in version 0.4.1. Users are advi
ghsanvdosv
CVE-2023-32059P3HIGHCVSS 7.5fixed in 0.3.82023-05-11
CVE-2023-32059 [HIGH] CWE-683 CVE-2023-32059: Vyper is a Pythonic smart contract language for the Ethereum virtual machine. Prior to version 0.3.8 Vyper is a Pythonic smart contract language for the Ethereum virtual machine. Prior to version 0.3.8, internal calls with default arguments are compiled incorrectly. Depending on the number of arguments provided in the call, the defaults are added not right-to-left, but left-to-right. If the types are incompatible, typechecking is bypassed. The abilit
ghsanvdosv
CVE-2022-29255P3HIGHCVSS 7.5fixed in 0.3.42022-06-09
CVE-2022-29255 [HIGH] CWE-670 CVE-2022-29255: Vyper is a Pythonic Smart Contract Language for the ethereum virtual machine. In versions prior to 0 Vyper is a Pythonic Smart Contract Language for the ethereum virtual machine. In versions prior to 0.3.4 when a calling an external contract with no return value, the contract address (including side effects) could be evaluated twice. This may result in incorrect outcomes for contracts. This issue has been addressed in v0.3.4.
ghsanvdosv
CVE-2022-24787P3HIGHCVSS 7.5≤ 0.3.12022-04-04
CVE-2022-24787 [HIGH] CWE-697 CVE-2022-24787: Vyper is a Pythonic Smart Contract Language for the Ethereum Virtual Machine. In version 0.3.1 and p Vyper is a Pythonic Smart Contract Language for the Ethereum Virtual Machine. In version 0.3.1 and prior, bytestrings can have dirty bytes in them, resulting in the word-for-word comparisons giving incorrect results. Even without dirty nonzero bytes, two bytestrings can compare to equal if one ends with `"\x00"` because there is no comparison of the l
nvdosv
CVE-2023-32058P3HIGHCVSS 7.5fixed in 0.3.82023-05-11
CVE-2023-32058 [HIGH] CWE-190 CVE-2023-32058: Vyper is a Pythonic smart contract language for the Ethereum virtual machine. Prior to version 0.3.8 Vyper is a Pythonic smart contract language for the Ethereum virtual machine. Prior to version 0.3.8, due to missing overflow check for loop variables, by assigning the iterator of a loop to a variable, it is possible to overflow the type of the latter. The issue seems to happen only in loops of type `for i in range(a, a + N)` as in loops of type `for
ghsanvdosv
CVE-2023-30629P3HIGHCVSS 7.5≥ 0.3.1, < 0.3.8v>= 0.3.1, <= 0.3.72023-04-24
CVE-2023-30629 [HIGH] CWE-670 CVE-2023-30629: Vyper is a Pythonic Smart Contract Language for the ethereum virtual machine. In versions 0.3.1 thro Vyper is a Pythonic Smart Contract Language for the ethereum virtual machine. In versions 0.3.1 through 0.3.7, the Vyper compiler generates the wrong bytecode. Any contract that uses the `raw_call` with `revert_on_failure=False` and `max_outsize=0` receives the wrong response from `raw_call`. Depending on the memory garbage, the result can be either `
ghsanvdosv
CVE-2023-46247P3HIGHCVSS 7.5fixed in 0.3.82023-12-13
CVE-2023-46247 [HIGH] CWE-193 CVE-2023-46247: Vyper is a Pythonic Smart Contract Language for the Ethereum Virtual Machine (EVM). Contracts contai Vyper is a Pythonic Smart Contract Language for the Ethereum Virtual Machine (EVM). Contracts containing large arrays might underallocate the number of slots they need by 1. Prior to v0.3.8, the calculation to determine how many slots a storage variable needed used `math.ceil(type_.size_in_bytes / 32)`. The intermediate floating point step can produce
ghsanvdosv
CVE-2023-30837P3HIGHCVSS 7.5fixed in 0.3.82023-05-08
CVE-2023-30837 [HIGH] CWE-789 CVE-2023-30837: Vyper is a pythonic smart contract language for the EVM. The storage allocator does not guard agains Vyper is a pythonic smart contract language for the EVM. The storage allocator does not guard against allocation overflows in versions prior to 0.3.8. An attacker can overwrite the owner variable. This issue was fixed in version 0.3.8.
ghsanvdosv
CVE-2023-42460P3HIGHCVSS 7.5≥ 0.3.4, < 0.3.10v>= 0.3.4, < 0.3.102023-09-27
CVE-2023-42460 [HIGH] CWE-682 CVE-2023-42460: Vyper is a Pythonic Smart Contract Language for the EVM. The `_abi_decode()` function does not valid Vyper is a Pythonic Smart Contract Language for the EVM. The `_abi_decode()` function does not validate input when it is nested in an expression. Uses of `_abi_decode()` can be constructed which allow for bounds checking to be bypassed resulting in incorrect results. This issue has not yet been fixed, but a fix is expected in release `0.3.10`. Users a
ghsanvdosv
CVE-2025-27104P3HIGHCVSS 7.5fixed in 0.4.12025-02-21
CVE-2025-27104 [HIGH] CWE-662 CVE-2025-27104: vyper is a Pythonic Smart Contract Language for the EVM. Multiple evaluation of a single expression vyper is a Pythonic Smart Contract Language for the EVM. Multiple evaluation of a single expression is possible in the iterator target of a for loop. While the iterator expression cannot produce multiple writes, it can consume side effects produced in the loop body (e.g. read a storage variable updated in the loop body) and thus lead to unexpected prog
ghsanvdosv
Vyperlang Vyper vulnerabilities | cvebase