CVE-2026-58501 Details
Description
Zeep is a Python SOAP client. From 4.0.0 before 4.3.3, Settings.forbid_external is defined but not enforced when parsing WSDL or XSD documents, allowing transitive xsd:import, xsd:include, wsdl:import, and lxml entity or DTD references to fetch attacker-chosen HTTP or HTTPS URLs. This issue is fixed in version 4.3.3.
A server-side request forgery (SSRF) vulnerability has been identified in the Zeep Python library, specifically in versions 4.0.0 prior to 4.3.3. The issue arises because the 'forbid_external' setting, which is meant to prevent external resource fetching, was not enforced when parsing WSDL or XSD documents. This oversight allowed transitive references to fetch attacker-controlled HTTP or HTTPS URLs, potentially leading to unauthorized access to internal services or sensitive endpoints.
Upgrade to Zeep version 4.3.3 or later. When using version 4.3.3, set the 'forbid_external' option to True when loading WSDL or XSD documents from untrusted sources. If an upgrade is not possible, avoid loading untrusted WSDL/XSD documents, restrict outbound traffic at the network layer to block access to internal ranges and metadata endpoints, or use a custom transport that disallows fetching from certain URLs.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Jul 9, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-918 | Server-Side Request Forgery (SSRF) | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| python-zeep zeep | >= 4.0.0, < 4.3.3 |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 10, 2026 | Reanalysis | [email protected] |
| Jul 10, 2026 | Initial Analysis | [email protected] |
| Jul 9, 2026 | CVE Modified | CISA-ADP |
| Jul 8, 2026 | New CVE Received | [email protected] |