SCA: security update for vyper (GHSA-r56x-j438-vw5m)

medium Tenable Self-Hosted Container Security Plugin ID 421401

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. In versions 0.3.10 and
prior, using the `slice` builtin can result in a double eval vulnerability when the buffer argument is
either `msg.data`, `self.code` or `<address>.code` and either the `start` or `length` arguments have side-
effects. It can be easily triggered only with the versions `<0.3.4` as `0.3.4` introduced the unique
symbol fence. No vulnerable production contracts were found. Additionally, double evaluation of side-
effects should be easily discoverable in client tests. As such, the impact is low. As of time of
publication, no fixed versions are available. (CVE-2024-32646)

See Also

https://github.com/advisories/GHSA-r56x-j438-vw5m

Plugin Details

Severity: Medium

ID: 421401

Version: Revision 1.5

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.7

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

CVSS Score Source: CVE-2024-32646

CVSS v3

Risk Factor: Medium

Base Score: 5.3

Temporal Score: 4.6

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:U/RL:O/RC:C

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 4/25/2024

Vulnerability Publication Date: 4/25/2024

Reference Information

CVE: CVE-2024-32646

cwe: CWE-20