cvedb.io
CVE-2023-32058
HIGH · CVSS 7.5
EPSS exploitation probability: 0%
Published 2023-05-11T21:15:10.397 · Last modified 2026-06-17T05:57:59.007

Summary

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.

Affected products

vyperlang — vyper

Does this affect you?

Add your gear to cvedb and we'll alert you only when vyperlang ships something exploited.

Check my exposure →

References

This product uses data from the NVD API but is not endorsed or certified by the NVD. Informational only; not professional security advice.