Back to list

rok Python ProxyShare can be used as an SSRF proxy through absolute URL paths — CVE-2026-45568

GitHub · GitHub · CVE-2026-45568

ID
CVE-2026-45568
Date
Activity
Source
GitHub
Vendor
GitHub
Threat
critical
CVSS
9.9

Summary

## Summary Alice exposes a Python SDK `ProxyShare` with a fixed target URL. Bob sends a request to the share with an absolute URL in the path. The Flask handler passes that path to `urllib.parse.urljoin`, which replaces Alice's configured target host with Bob's host and returns the server-side response to Bob. ## Details The Python SDK proxy route accepts every path under the share: ```python @app.route('/',…

Product

pip: zrok

What to do

General, cautious steps (verify details in the official source):

  • Prioritize patching or mitigation immediately (treat as actively risky).
  • Identify affected product versions in your inventory and verify whether you are impacted.
  • Apply vendor patches/updates or recommended mitigations as soon as available.
  • Read the official advisory for exact affected versions and remediation steps.

Official advisory

Related advisories