CVE-2023-46247
Python vulnerability analysis and mitigation

Overview

Vyper, a Pythonic Smart Contract Language for the Ethereum Virtual Machine (EVM), contains a vulnerability in versions prior to 0.3.8 where contracts containing large arrays might underallocate the number of slots they need by 1. The issue was discovered and disclosed on December 12, 2023, affecting all versions up to and including 0.3.7 (GitHub Advisory).

Technical details

The vulnerability stems from the calculation used to determine storage slot allocation. Prior to v0.3.8, the code used math.ceil(type_.size_in_bytes / 32) to calculate required slots. The intermediate floating-point step can produce a rounding error when type_.size_in_bytes is large (>2**46). If the value is slightly less than a power of 2, the calculation can overestimate slots needed; if slightly more than a power of 2, it can underestimate by 1 slot. The vulnerability has been assigned a CVSS v3.1 score of 7.5 HIGH (NVD).

Impact

The vulnerability can lead to storage slot miscalculation, potentially causing variable overwrites in contracts with large arrays. For example, in contracts with arrays of size 264 + 1 or DynArray with size 264, writing to the last elements could overwrite adjacent variables due to incorrect slot allocation (GitHub Advisory).

Mitigation and workarounds

The vulnerability has been patched in Vyper version 0.3.8 through commit 0bb7203. Users should upgrade to version 0.3.8 or later to address this issue (GitHub Advisory).

Additional resources


SourceThis report was generated using AI

Related Python vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-23949HIGH8.6
  • PythonPython
  • jaraco.context
NoYesJan 20, 2026
CVE-2026-22219HIGH8.3
  • PythonPython
  • chainlit
NoYesJan 20, 2026
CVE-2026-23842HIGH7.5
  • PythonPython
  • chatterbot
NoYesJan 19, 2026
CVE-2026-23877MEDIUM5.3
  • PythonPython
  • swingmusic
NoYesJan 19, 2026
CVE-2026-23833LOW1.7
  • PythonPython
  • esphome
NoYesJan 19, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management