← Back

CVE-2026-40072

nvd nist
Published: Apr 9, 2026Modified: Jun 2, 2026

JSON object

Loading...
1.7
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/E:U/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Show more
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/E:U/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:XShow less
Source: security-advisories@github.com (Secondary)

Description

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.

Affected (12)

Products: Apeworx: Web3.py
1 product
Web3.py
Configuration A
12 vulnerable
Vulnerable SoftwareAffected Versions
Apeworx
From 6.1.0 to 7.15.0
Version 6.0.0
Version 6.0.0 beta10
Version 6.0.0 beta11
Version 6.0.0 beta3
Version 6.0.0 beta4
Version 6.0.0 beta5
Version 6.0.0 beta6
Version 6.0.0 beta7
Version 6.0.0 beta8
Version 6.0.0 beta9
Version 8.0.0 beta1

References (2)

Source: security-advisories@github.com
ExploitMitigationVendor Advisory

Timeline

No history available yet.