CVE-2024-24559
MEDIUM EPSS 16.8%
Published Feb 5, 20242y ago · Modified Jun 17, 20262w ago
5.3 CVSS 3.1
Published Feb 5, 2024 2y ago
Last Modified Jun 17, 2026 2w ago
Description
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.
CVSS Details
Base Score
Exploitability
Impact
Vector string
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N Attack Vector Network
Attack Complexity Low
Privileges Required None
User Interaction None
Scope Unchanged
Confidentiality Low
Integrity None
Availability None
Threat Intelligence
EPSS Exploit Probability
16.8% percentile
Exploit & Patch Status
No Known Exploit
No Patch Available
Weaknesses 1
CWE-327
Affected Products 1
| Vendor | Product | Version | Range |
|---|---|---|---|
| vyperlang | vyper | * | ≤0.3.10 |
References 2
- github.com https://github.com/vyperlang/vyper/blob/c150fc49ee9375a930d177044559b83cb95f7963/vyper/ir/compile_ir.py#L585-L586
- github.com https://github.com/vyperlang/vyper/security/advisories/GHSA-6845-xw22-ffxv
Remediation
No remediation data recorded yet
Check vendor advisories and the NVD entry for patch availability.