mediumVulnerability

GHSA-5hr4-253g-cpx2

## Summary 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: - No restriction to `https://` (and no opt-in gate for `http://`) - No hostname or IP allowlist - No blocking of private/reserved IP ranges (loopback, link-local, RFC1918) - No redirect target validation (both `requests` and `aiohttp` follow redirects by default) **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. --- ## Why This Is a Vulnerability The argument is not that CCIP Read itself is invalid or that web3.py should stop supporting EIP-3668. The issue is that, in server-side deployments (backends, indexers, bots, APIs), the current implementation doesn't provide destination policy controls, such as a validation/override hook, private-range blocking, or redirect target checks, which means contract controlled CCIP URLs can be used as an SSRF primitive. This is consistent with EIP-3668's own security considerations, which recommends that client libraries "provide clients with a hook to override CCIP read calls, either by rewriting them to use a proxy service, or by denying them entirely" and that "this mechanism or another should be written so as to easily facilitate adding domains to allowlists or blocklists." The mitigations

Properties

ghsa_id
GHSA-5hr4-253g-cpx2
severity
medium
summary
web3.py: SSRF via CCIP Read (EIP-3668) OffchainLookup URL handling
cve_id
GHSA-5hr4-253g-cpx2
is_ghsa_only
true
ghsa_published
2026-04-04T06:38:11Z
source_url
https://github.com/advisories/GHSA-5hr4-253g-cpx2
ghsa_updated
2026-04-04T06:38:12Z

Related Entities (3)

REPORTED_BY (1)

[Source]GitHub Advisory Database

AFFECTS (1)

[Software]pip/web3

HAS_WEAKNESS (1)

[Weakness]Server-Side Request Forgery (SSRF)

Explore deeper with Ninja Signal's threat intelligence graph

GHSA-5hr4-253g-cpx2 — Ninja Signal Threat Intelligence | Ninja Signal