SCA: security update for web3 (GHSA-5hr4-253g-cpx2)

medium Tenable Cloud Security Plugin ID 439857

Description

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

- web3.py allows you to interact with the Ethereum blockchain using Python. From 6.0.0b3 to before 7.15.0
and 8.0.0b2, web3.py implements CCIP Read / OffchainLookup (EIP-3668) by performing HTTP requests to URLs
supplied by smart contracts in offchain_lookup_payload["urls"]. The implementation uses these contract-
supplied URLs directly (after {sender} / {data} template substitution) without any destination validation.
CCIP Read is enabled by default (global_ccip_read_enabled = True on all providers), meaning any
application using web3.py's .call() method is exposed without explicit opt-in. This results in Server-Side
Request Forgery (SSRF) when web3.py is used in backend services, indexers, APIs, or any environment that
performs eth_call / .call() against untrusted or user-supplied contract addresses. A malicious contract
can force the web3.py process to issue HTTP requests to arbitrary destinations, including internal network
services and cloud metadata endpoints. This vulnerability is fixed in 7.15.0 and 8.0.0b2. (CVE-2026-40072)

Solution

Update the web3 library and its related packages to version 7.15.0 or later.

See Also

https://github.com/advisories/GHSA-5hr4-253g-cpx2

Plugin Details

Severity: Medium

ID: 439857

Version: Revision 1.24

Type: Local

Family: SCA Checks

Published: 4/4/2026

Updated: 7/1/2026

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

Risk Information

VPR

Risk Factor: Low

Score: 2.3

Percentile: 9.44

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: Medium

Base Score: 6.4

Temporal Score: 5

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

CVSS Score Source: CVE-2026-40072

CVSS v3

Risk Factor: High

Base Score: 7.2

Temporal Score: 6.5

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

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

CVSS v4

Risk Factor: Medium

Base Score: 6.3

Threat Score: 1.7

Threat Vector: CVSS:4.0/E:P

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

Vulnerability Information

Exploit Available: true

Exploit Ease: Exploits are available

Patch Publication Date: 4/4/2026

Vulnerability Publication Date: 4/4/2026

Reference Information

CVE: CVE-2026-40072

cwe: CWE-918