Zurück zur Liste

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
Datum
Activity
Quelle
GitHub
Vendor
GitHub
Risiko
critical
CVSS
9.9

Zusammenfassung

## 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('/',…

Produkt

pip: zrok

Was tun?

Allgemeine, vorsichtige Schritte (bitte prüfe die offizielle Quelle für Details):

  • Priorisiere sofort Patches oder Mitigations (hohes akutes Risiko).
  • Identifiziere betroffene Produktversionen und prüfe, ob du betroffen bist.
  • Spiele Hersteller-Updates/Patches ein oder setze empfohlene Mitigations um.
  • Lies das offizielle Advisory für betroffene Versionen und konkrete Schritte.

Offizielles Advisory

Mehr dazu