Advisory Database
  • Advisories
  • Dependency Scanning
  1. pypi
  2. ›
  3. vyper
  4. ›
  5. CVE-2024-24567

CVE-2024-24567: Vyper's raw_call `value=` kwargs not disabled for static and delegate calls

January 30, 2024 (updated November 22, 2024)

Vyper compiler allows passing a value in builtin raw_call even if the call is a delegatecall or a staticcall. But in the context of delegatecall and staticcall the handling of value is not possible due to the semantics of the respective opcodes, and vyper will silently ignore the value= argument.

A contract search was performed and no vulnerable contracts were found in production.

References

  • github.com/advisories/GHSA-x2c2-q32w-4w6m
  • github.com/pypa/advisory-database/tree/main/vulns/vyper/PYSEC-2024-151.yaml
  • github.com/vyperlang/vyper
  • github.com/vyperlang/vyper/blob/9136169468f317a53b4e7448389aa315f90b95ba/vyper/builtins/functions.py
  • github.com/vyperlang/vyper/commit/a2df08888c318713742c57f71465f32a1c27ed72
  • github.com/vyperlang/vyper/pull/3755
  • github.com/vyperlang/vyper/security/advisories/GHSA-x2c2-q32w-4w6m
  • nvd.nist.gov/vuln/detail/CVE-2024-24567

Code Behaviors & Features

Detect and mitigate CVE-2024-24567 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 0.4.0

Fixed versions

  • 0.4.0

Solution

Upgrade to version 0.4.0 or above.

Impact 5.3 MEDIUM

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N

Learn more about CVSS

Weakness

  • CWE-754: Improper Check for Unusual or Exceptional Conditions

Source file

pypi/vyper/CVE-2024-24567.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Wed, 14 May 2025 12:15:10 +0000.