7.5
CWE
683
Advisory Published
Advisory Published
Updated

CVE-2023-32059: Vyper vulnerable to incorrect ordering of arguments for kwargs passed to internal calls

First published: Thu May 11 2023(Updated: )

### Impact Internal calls to internal functions with more than 1 default argument are compiled incorrectly. Depending on the number of arguments provided in the call, the defaults are added not right-to-left, but left-to-right. If the types are incompatible, typechecking is bypassed. In the `bar()` function in the following code, `self.foo(13)` is compiled to `self.foo(13,12)` instead of `self.foo(13,1337)`. ```vyper @internal def foo(a:uint256 = 12, b:uint256 = 1337): pass @internal def bar(): self.foo(13) ``` note that at the time of publication, the ability to pass kwargs to internal functions is an undocumented feature that does not seem to be widely used. ### Patches patched in c3e68c302aa6e1429946473769dd1232145822ac ### Workarounds _Is there a way for users to fix or remediate the vulnerability without upgrading?_ ### References _Are there any links users can visit to find out more?_

Credit: security-advisories@github.com security-advisories@github.com security-advisories@github.com

Affected SoftwareAffected VersionHow to fix
Vyperlang Vyper<0.3.8
pip/vyper<0.3.8
0.3.8

Never miss a vulnerability like this again

Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.

Frequently Asked Questions

  • What is CVE-2023-32059?

    CVE-2023-32059 is a vulnerability in the Vyper smart contract language for the Ethereum virtual machine where internal calls with default arguments are compiled incorrectly.

  • What is the severity of CVE-2023-32059?

    The severity of CVE-2023-32059 is high with a CVSS score of 7.5.

  • How does CVE-2023-32059 affect Vyper?

    CVE-2023-32059 affects Vyper versions prior to 0.3.8.

  • How can I fix CVE-2023-32059 in Vyper?

    To fix CVE-2023-32059, update Vyper to version 0.3.8 or later.

  • What is the CWE ID for CVE-2023-32059?

    The CWE ID for CVE-2023-32059 is 683.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2025 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203