CVE-2026-45568 PUBLISHED

zrok Python ProxyShare can be used as an SSRF proxy through absolute URL paths

Assigner: GitHub_M
Reserved: 12.05.2026 Published: 16.07.2026 Updated: 17.07.2026

zrok is software for sharing web services, files, and network resources. Prior to 2.0.3, zrok's Python SDK ProxyShare Flask proxy route accepts an absolute URL in the request path and passes it to urllib.parse.urljoin, allowing the requested path to replace the configured target host and causing requests.request to return a server-side response from an attacker-chosen URL. This issue is fixed in version 2.0.3.

Metrics

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

Product Status

Vendor openziti
Product zrok
Versions
  • Version >= 0.4.47, < 2.0.3 is affected

References

Problem Types

  • CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') CWE