Predictive Vulnerability Intelligence.

Product

  • Product
  • Pricing
  • Documentation

Company

  • About
  • Partnerships
  • Blog
  • Support

Legal

  • Terms
  • Privacy
  • Data Licensing

© 2026 FAUCET Technologies LLC. All rights reserved.

CVE-2024-24567

17
FAUCET Score

CVE-2024-24567 is a medium-severity vulnerability affecting Vyper compiler versions 0.3.10 and earlier, a Pythonic smart contract language for Ethereum. The flaw allows developers to mistakenly believe a value will be sent during delegatecall or staticcall operations, as the compiler silently ignores the 'value=' argument, which is semantically impossible for these EVM opcodes. With a CVSS score of 5.3, this vulnerability has a low impact on integrity and requires no user interaction or privileges, but could lead to unexpected contract behavior if developers are unaware of EVM semantics. There is currently no evidence of active exploitation, public exploit code, or significant community discussion surrounding this CVE.

Impacted Technologies

VendorProductVersion(s)CPE
<= 0.3.10CPE matchmatch criteria
cpe:2.3:a:vyperlang:vyper:*:*:*:*:*:python:*:*

CVSS Data

CVSS version used by this source: 3.1

4.8MEDIUM

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

Attack Vector
NETWORK
Attack Complexity
HIGH
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality Impact
NONE
Integrity Impact
LOW
Availability Impact
LOW
Exploitability Score
2.2
Impact Score
2.5
CvssVersion
3.1

Exploit Intelligence

EPSS Score
0.48%
Probability of exploitation in next 30 days
EPSS Percentile
39.0%
Percentile rank of EPSS score among Peer Group
As of 2026-07-28
Model: v2026.06.15
This CVE's current EPSS score of 0.0049 is in the 25th percentile among its peer group of 23,725 CVEs.

Social Chatter

The average CVE in this peer group has 0.0 Twitter, 0.0 Reddit, 0.1 Bluesky, 0.0 Mastodon, and 0.4 GitHub mentions.

Media Mentions

No media coverage found for this CVE.

The average CVE in this peer group has 0.0 InfoSec Media, 0.0 Vendor Blog, and 0.0 Security Researcher mentions.

Remediation

Patch Available

Vendor Patches (2)

pippatch availablevia ghsa
Product: vyperFixed in: 0.4.0
github_advisoryvendor investigatingvia nvd_reference
View patch

Vendor Advisories (1)

pipGHSA-x2c2-q32w-4w6mmedium

Vyper's raw_call `value=` kwargs not disabled for static and delegate calls

Jan 30, 2024

References

github.com / vyperlang/vyper/blob/9136169468f317a53b4e7448389aa315f90b95ba/vyper/builtins/functions.py
Exploit
github.com / vyperlang/vyper/security/advisories/GHSA-x2c2-q32w-4w6m
ExploitVendor Advisory