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

CVE-2024-22419: concat built-in can corrupt memory in vyper

January 19, 2024 (updated October 10, 2024)

concat built-in can write over the bounds of the memory buffer that was allocated for it and thus overwrite existing valid data. The root cause is that the build_IR for concat doesn’t properly adhere to the API of copy functions (for >=0.3.2 the copy_bytes function).

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

Tracked in issue https://github.com/vyperlang/vyper/issues/3737

References

  • github.com/advisories/GHSA-2q8v-3gqq-4f8p
  • github.com/pypa/advisory-database/tree/main/vulns/vyper/PYSEC-2024-103.yaml
  • github.com/vyperlang/vyper
  • github.com/vyperlang/vyper/commit/55e18f6d128b2da8986adbbcccf1cd59a4b9ad6f
  • github.com/vyperlang/vyper/issues/3737
  • github.com/vyperlang/vyper/security/advisories/GHSA-2q8v-3gqq-4f8p
  • nvd.nist.gov/vuln/detail/CVE-2024-22419

Code Behaviors & Features

Detect and mitigate CVE-2024-22419 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 starting from 0.3.0 before 0.4.0

Fixed versions

  • 0.4.0

Solution

Upgrade to version 0.4.0 or above.

Impact 9.8 CRITICAL

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

Learn more about CVSS

Weakness

  • CWE-120: Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')
  • CWE-787: Out-of-bounds Write

Source file

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