CVE-2024-22419
Last modified
CVE-2024-22419 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. Vyper is a Pythonic Smart Contract Language for the Ethereum Virtual Machine. The `concat` built-in can write over the bounds of the memory buffer that was allocated for it and thus overwrite existing valid data. EPSS estimates a 0.77% chance of exploitation in the next 30 days.
Description
Vyper is a Pythonic Smart Contract Language for the Ethereum Virtual Machine. The `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. The buffer overflow can result in the change of semantics of the contract. The overflow is length-dependent and thus it might go unnoticed during contract testing. However, certainly not all usages of concat will result in overwritten valid data as we require it to be in an internal function and close to the return statement where other memory allocations don't occur. This issue has been addressed in 0.4.0.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Vyperlang | Vyper | <= 0.3.10 |
References
- https://github.com/vyperlang/vyper/issues/3737Exploit, Issue Tracking, Vendor Advisory
- https://github.com/vyperlang/vyper/security/advisories/GHSA-2q8v-3gqq-4f8pExploit, Vendor Advisory
- https://github.com/vyperlang/vyper/issues/3737Exploit, Issue Tracking, Vendor Advisory
- https://github.com/vyperlang/vyper/security/advisories/GHSA-2q8v-3gqq-4f8pExploit, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-22419?
How severe is CVE-2024-22419?
How do I fix CVE-2024-22419?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2024
- CVE-2024-22413Rejected reason: Further research determined the issue is no…
- CVE-2024-22414flaskBlog is a simple blog app built with Flask. Improper st…5.4
- CVE-2024-22415jupyter-lsp is a coding assistance tool for JupyterLab (code…9.8
- CVE-2024-22416pyLoad is a free and open-source Download Manager written in…8.8
- CVE-2024-22417Whoogle Search is a self-hosted metasearch engine. In versio…6.1
- CVE-2024-22418Group-Office is an enterprise CRM and groupware tool. Affect…5.4
- CVE-2024-2242The Contact Form 7 plugin for WordPress is vulnerable to Ref…6.1
- CVE-2024-22420JupyterLab is an extensible environment for interactive and …6.1
- CVE-2024-22421JupyterLab is an extensible environment for interactive and …6.5
- CVE-2024-22422AnythingLLM is an application that turns any document, resou…7.5
- CVE-2024-22423yt-dlp is a youtube-dl fork with additional features and fix…9.8
- CVE-2024-22424Argo CD is a declarative, GitOps continuous delivery tool fo…8.3
Are you affected by CVE-2024-22419?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
