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

CVE-2024-24560: Vyper's external calls can overflow return data to return input buffer

February 2, 2024 (updated November 22, 2024)

When calls to external contracts are made, we write the input buffer starting at byte 28, and allocate the return buffer to start at byte 0 (overlapping with the input buffer). When checking RETURNDATASIZE for dynamic types, the size is compared only to the minimum allowed size for that type, and not to the returned value’s length. As a result, malformed return data can cause the contract to mistake data from the input buffer for returndata.

This advisory is given a severity of “Low” because when the called contract returns invalid ABIv2 encoded data, the calling contract can read different invalid data (from the dirty buffer) than the called contract returned.

References

  • github.com/advisories/GHSA-gp3w-2v2m-p686
  • github.com/pypa/advisory-database/tree/main/vulns/vyper/PYSEC-2024-148.yaml
  • github.com/vyperlang/vyper
  • github.com/vyperlang/vyper/security/advisories/GHSA-gp3w-2v2m-p686
  • nvd.nist.gov/vuln/detail/CVE-2024-24560

Code Behaviors & Features

Detect and mitigate CVE-2024-24560 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:L/I:N/A:N

Learn more about CVSS

Weakness

  • CWE-119: Improper Restriction of Operations within the Bounds of a Memory Buffer

Source file

pypi/vyper/CVE-2024-24560.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:57 +0000.