SCA: security update for vyper (GHSA-x2c2-q32w-4w6m)

medium Tenable Self-Hosted Container Security Plugin ID 421490

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- Vyper is a pythonic Smart Contract Language for the ethereum virtual machine. 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. If the semantics of the EVM are
unknown to the developer, he could suspect that by specifying the `value` kwarg, exactly the given amount
will be sent along to the target. This vulnerability affects 0.3.10 and earlier versions. (CVE-2024-24567)

See Also

https://github.com/advisories/GHSA-x2c2-q32w-4w6m

Plugin Details

Severity: Medium

ID: 421490

Version: Revision 1.6

Type: Local

Family: SCA Checks

Published: 3/28/2025

Updated: 7/2/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Low

Score: 1.2

Percentile: 0.01

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: Medium

Base Score: 5

Temporal Score: 3.9

Vector: CVSS2#AV:N/AC:L/Au:N/C:N/I:P/A:N

CVSS Score Source: CVE-2024-24567

CVSS v3

Risk Factor: Medium

Base Score: 5.3

Temporal Score: 4.8

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

Temporal Vector: CVSS:3.0/E:P/RL:O/RC:C

Vulnerability Information

Exploit Available: true

Exploit Ease: Exploits are available

Patch Publication Date: 1/30/2024

Vulnerability Publication Date: 1/30/2024

Reference Information

CVE: CVE-2024-24567

cwe: CWE-754