Vulnerability in Vyperlang Vyper

CVE-2024-24559

Vyper is a Pythonic Smart Contract Language for the EVM. There is an error in the stack management when compiling the `IR` for `sha3_64`. Concretely, the `height` variable is miscalculated. The vulnerability can't be triggered without writing the `IR` by hand (that is, it cannot be triggered from regular vyper code). `sha3_64` is used for retrieval in mappings. No flow that would cache the `key` was found so the issue shouldn't be possible to trigger when compiling the compiler-generated `IR`. This issue isn't triggered during normal compilation of vyper code so the impact is low. At the time of publication there is no patch available.

Vulnerability class: POODLE (CVE-2014-3566)

EPSS: 0.003 (17.1th percentile) — read the EPSS interpretation.

CVSS v3 metric

CVSS v3 base score 3.7 (Low). Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N.

Affected products

Weakness classification (CWE)

References

Frequently asked questions

What is CVE-2024-24559?
CVE-2024-24559 is a low-severity vulnerability in Vyperlang Vyper, classified under Use of a Broken or Risky Cryptographic Algorithm. CVSS score: 3.7/10. Published 2024-02-05.
How severe is CVE-2024-24559?
Low severity. CVSS v3 base score is 3.7 out of 10.