VDB
EN

PYSEC-2023-78

상세

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 i in range(start, stop)` and `for i in range(stop)`, the compiler is able to raise a `TypeMismatch` when trying to overflow the variable. The problem has been patched in version 0.3.8.

이 버전이 영향받나요?

사용 중인 패키지 버전을 입력하면 즉시 평가합니다.

영향 패키지

PyPI / vyper
최초 영향 버전: 0 수정 버전: 3de1415ee77a9244eb04bdb695e249d3ec9ed868
수정 pip install --upgrade 'vyper>=3de1415ee77a9244eb04bdb695e249d3ec9ed868'

참고