VYPR

Pyload

by Pyload

Source repositories

CVEs (42)

  • CVE-2026-42312MedMay 11, 2026
    risk 0.44cvss 6.8epss 0.00

    pyLoad is a free and open-source download manager written in Python. Prior to 0.5.0b3.dev100, the set_config_value() API method (@permission(Perms.SETTINGS)) in src/pyload/core/api/__init__.py gates security-sensitive options behind a hand-maintained allowlist…

  • CVE-2025-55156HigAug 11, 2025
    risk 0.44cvss epss 0.00

    pyLoad is the free and open-source Download Manager written in pure Python. Prior to version 0.5.0b3.dev91, the parameter add_links in API /json/add_package is vulnerable to SQL Injection. Attackers can modify or delete data in the database, causing data errors or loss. This…

  • CVE-2026-45306MedMay 28, 2026
    risk 0.42cvss 6.5epss 0.00

    pyLoad is a free and open-source download manager written in Python. Prior to 0.5.0b3.dev100, the fix for CVE-2026-33509 prevents setting storage_folder inside PKGDIR or userdir, but does NOT protect the Flask session directory (/tmp/pyLoad/flask). An authenticated attacker can…

  • CVE-2026-42314MedMay 11, 2026
    risk 0.42cvss 6.5epss 0.00

    pyLoad is a free and open-source download manager written in Python. Prior to 0.5.0b3.dev100, package folder names are sanitized using insufficient string replacement. The pattern ....// becomes .._ after replacement (partial removal), leaving .. which can be exploited when the…

  • CVE-2026-35464HigApr 7, 2026
    risk 0.42cvss 7.5epss 0.01

    pyLoad is a free and open-source download manager written in Python. The fix for CVE-2026-33509 added an ADMIN_ONLY_OPTIONS set to block non-admin users from modifying security-critical config options. The storage_folder option is not in this set and passes the existing path…

  • CVE-2026-33509HigMar 24, 2026
    risk 0.42cvss 7.5epss 0.01

    pyLoad is a free and open-source download manager written in Python. From version 0.4.0 to before version 0.5.0b3.dev97, the set_config_value() API endpoint allows users with the non-admin SETTINGS permission to modify any configuration option without restriction. The…

  • CVE-2026-33314MedMar 24, 2026
    risk 0.42cvss 6.5epss 0.00

    pyLoad is a free and open-source download manager written in Python. Prior to version 0.5.0b3.dev97, a Host Header Spoofing vulnerability in the @local_check decorator allows unauthenticated external attackers to bypass local-only restrictions. This grants access to the…

  • CVE-2025-54140HigJul 22, 2025
    risk 0.42cvss 7.5epss 0.01

    pyLoad is a free and open-source Download Manager written in pure Python. In version 0.5.0b3.dev89, an authenticated path traversal vulnerability exists in the /json/upload endpoint of pyLoad. By manipulating the filename of an uploaded file, an attacker can traverse out of the…

  • CVE-2023-0434HigJan 22, 2023
    risk 0.42cvss 7.5epss 0.01

    Improper Input Validation in GitHub repository pyload/pyload prior to 0.5.0b3.dev40.

  • CVE-2023-0509HigJan 26, 2023
    risk 0.41cvss 7.4epss 0.01

    Improper Certificate Validation in GitHub repository pyload/pyload prior to 0.5.0b3.dev44.

  • CVE-2026-40071MedApr 9, 2026
    risk 0.35cvss 5.4epss 0.00

    pyLoad is a free and open-source download manager written in Python. Prior to 0.5.0b3.dev97, the /json/package_order, /json/link_order, and /json/abort_link WebUI JSON endpoints enforce weaker permissions than the core API methods they invoke. This allows authenticated…

  • CVE-2026-33992MedMar 27, 2026
    risk 0.35cvss 6.5epss 0.00

    pyLoad is a free and open-source download manager written in Python. Prior to version 0.5.0b3.dev97, PyLoad's download engine accepts arbitrary URLs without validation, enabling Server-Side Request Forgery (SSRF) attacks. An authenticated attacker can exploit this to access…

  • CVE-2023-0227MedJan 12, 2023
    risk 0.35cvss 6.5epss 0.01

    Insufficient Session Expiration in GitHub repository pyload/pyload prior to 0.5.0b3.dev36.

  • CVE-2026-44226MedMay 11, 2026
    risk 0.34cvss 5.3epss 0.00

    pyLoad is a free and open-source download manager written in Python. Prior to 0.5.0b3.dev100, pyload-ng WebUI returns full Python traceback details to clients on unhandled exceptions. Because /web/<path:filename> is reachable without authentication and renders…

  • CVE-2026-46561MedMay 28, 2026
    risk 0.33cvss 5.0epss 0.00

    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…

  • CVE-2023-0057MedJan 5, 2023
    risk 0.33cvss 6.1epss 0.00

    Improper Restriction of Rendered UI Layers or Frames in GitHub repository pyload/pyload prior to 0.5.0b3.dev33.

  • CVE-2024-21645MedJan 8, 2024
    risk 0.29cvss 5.3epss 0.25

    pyLoad is the free and open-source Download Manager written in pure Python. A log injection vulnerability was identified in `pyload` allowing any unauthenticated actor to inject arbitrary messages into the logs gathered by `pyload`. Forged or otherwise, corrupted log files can…

  • CVE-2023-0488MedJan 26, 2023
    risk 0.28cvss 5.4epss 0.01

    Cross-site Scripting (XSS) - Stored in GitHub repository pyload/pyload prior to 0.5.0b3.dev42.

  • CVE-2023-0055MedJan 4, 2023
    risk 0.27cvss 5.3epss 0.00

    Sensitive Cookie in HTTPS Session Without 'Secure' Attribute in GitHub repository pyload/pyload prior to 0.5.0b3.dev32.

  • CVE-2026-48987medJul 9, 2026
    risk 0.26cvss epss

    ## Description: The `EventManager` module in `pyload` manages a list of `Client` instances for subscribing to events. The addition of each unique `uuid` from the `get_events` API causes the creation of a `Client` instance that gets appended to the `clients` list. Although there…