SCA: security update for vyper (GHSA-4hg4-9mf5-wxxq)

medium Tenable Cloud Security Plugin ID 410211

Description

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

- Vyper is a Pythonic Smart Contract Language. In affected versions the order of evaluation of the arguments
of the builtin functions `uint256_addmod`, `uint256_mulmod`, `ecadd` and `ecmul` does not follow source
order. This behaviour is problematic when the evaluation of one of the arguments produces side effects
that other arguments depend on. A patch is currently being developed on pull request #3583. When using
builtins from the list above, users should make sure that the arguments of the expression do not produce
side effects or, if one does, that no other argument is dependent on those side effects. (CVE-2023-41052)

See Also

https://github.com/advisories/GHSA-4hg4-9mf5-wxxq

Plugin Details

Severity: Medium

ID: 410211

Version: Revision 1.6

Type: Local

Family: SCA Checks

Published: 1/23/2025

Updated: 6/1/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-2023-41052

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

CVSS v4

Risk Factor: Medium

Base Score: 6.9

Threat Score: 5.5

Threat Vector: CVSS:4.0/E:P

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N

Vulnerability Information

Exploit Available: true

Exploit Ease: Exploits are available

Patch Publication Date: 9/4/2023

Vulnerability Publication Date: 9/4/2023

Reference Information

CVE: CVE-2023-41052

cwe: CWE-670