CVE-2026-46561 PUBLISHED

pyLoad: SSRF via HTTP Redirect Bypass in parse_urls API

Assigner: GitHub_M
Reserved: 14.05.2026 Published: 28.05.2026 Updated: 28.05.2026

pyLoad is a free and open-source download manager written in Python. Prior to 0.5.0b3.dev100, the PREREQFUNCTION-based private IP check was not applied to HTTPRequest (used by the parse_urls API). An authenticated attacker can supply a URL pointing to an attacker-controlled server that responds with a 302 redirect to an internal/private IP address, bypassing the is_global_host() check on the initial URL. This vulnerability is fixed in 0.5.0b3.dev100.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:N/A:N
CVSS Score: 5

Product Status

Vendor pyload
Product pyload
Versions
  • Version < 0.5.0b3.dev100 is affected

References

Problem Types

  • CWE-918: Server-Side Request Forgery (SSRF) CWE