VYPR

Vendor CVEs

Pyload

All CVEs

47 total · sorted by risk
  • CVE-2024-39205CriOct 28, 2024
    risk 0.73cvss 9.8epss 0.17

    An issue in pyload-ng v0.5.0b3.dev85 running under python3.11 or below allows attackers to execute arbitrary code via a crafted HTTP request.

  • CVE-2026-45348HigMay 28, 2026
    risk 0.57cvss 8.7epss 0.00

    pyLoad is a free and open-source download manager written in Python. Prior to 0.5.0b3.dev100, the packages.js template at src/pyload/webui/app/themes/modern/templates/js/packages.js:172 interpolates a stored link URL into a template literal inside single-quoted HTML and then…

  • CVE-2025-53890CriJul 15, 2025
    risk 0.57cvss 9.8epss 0.01

    pyload is an open-source Download Manager written in pure Python. An unsafe JavaScript evaluation vulnerability in pyLoad’s CAPTCHA processing code allows unauthenticated remote attackers to execute arbitrary code in the client browser and potentially the backend server.…

  • CVE-2026-42313HigMay 11, 2026
    risk 0.54cvss 8.3epss 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-2026-42315HigMay 11, 2026
    risk 0.53cvss 8.1epss 0.00

    pyLoad is a free and open-source download manager written in Python. Prior to 0.5.0b3.dev100, when passing a folder name in the set_package_data() API function call inside the data object with key "_folder", there is no sanitization at all, allowing a user with Perms.MODIFY to…

  • CVE-2026-35459CriApr 6, 2026
    risk 0.52cvss 9.1epss 0.00

    pyLoad is a free and open-source download manager written in Python. In 0.5.0b3.dev96 and earlier, pyLoad has a server-side request forgery (SSRF) vulnerability. The fix for CVE-2026-33992 added IP validation to BaseDownloader.download() that checks the hostname of the initial…

  • CVE-2026-41133HigApr 22, 2026
    risk 0.50cvss 8.8epss 0.00

    pyLoad is a free and open-source download manager written in Python. Versions up to and including 0.5.0b3.dev97 cache `role` and `permission` in the session at login and continues to authorize requests using these cached values, even after an admin changes the user's…

  • CVE-2026-35463HigApr 7, 2026
    risk 0.50cvss 8.8epss 0.01

    pyLoad is a free and open-source download manager written in Python. In 0.5.0b3.dev96 and earlier, the ADMIN_ONLY_OPTIONS protection mechanism restricts security-critical configuration values (reconnect scripts, SSL certs, proxy credentials) to admin-only access. However, this…

  • CVE-2025-57751HigAug 21, 2025
    risk 0.50cvss epss 0.00

    pyLoad is the free and open-source Download Manager written in pure Python. The jk parameter is received in pyLoad CNL Blueprint. Due to the lack of jk parameter verification, the jk parameter input by the user is directly determined as dykpy.evaljs(), resulting in the server…

  • CVE-2025-7346HigJul 8, 2025
    risk 0.50cvss epss 0.00

    Any unauthenticated attacker can bypass the localhost restrictions posed by the application and utilize this to create arbitrary packages

  • CVE-2025-61773HigOct 9, 2025
    risk 0.46cvss 8.1epss 0.00

    pyLoad is a free and open-source download manager written in Python. In versions prior to 0.5.0b3.dev91, pyLoad web interface contained insufficient input validation in both the Captcha script endpoint and the Click'N'Load (CNL) Blueprint. This flaw allowed untrusted user input…

  • 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-2026-35586MedApr 7, 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.dev97, the ADMIN_ONLY_CORE_OPTIONS authorization set in set_config_value() uses incorrect option names ssl_cert and ssl_key, while the actual configuration option names are ssl_certfile and…

  • 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-35187HigApr 6, 2026
    risk 0.43cvss 7.7epss 0.00

    pyLoad is a free and open-source download manager written in Python. In 0.5.0b3.dev96 and earlier, the parse_urls API function in src/pyload/core/api/__init__.py fetches arbitrary URLs server-side via get_url(url) (pycurl) without any URL validation, protocol restriction, or IP…

  • 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-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-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-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-35592MedApr 7, 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.dev97, the _safe_extractall() function in src/pyload/plugins/extractors/UnTar.py uses os.path.commonprefix() for its path traversal check, which performs character-level string comparison…

  • 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-2026-40594MedApr 21, 2026
    risk 0.31cvss 4.8epss 0.00

    pyLoad is a free and open-source download manager written in Python. Prior to 0.5.0b3.dev98, the set_session_cookie_secure before_request handler in src/pyload/webui/app/__init__.py reads the X-Forwarded-Proto header from any HTTP request without validating that the request…

  • CVE-2023-0297Jan 14, 2023
    risk 0.04cvss epss 0.97

    Code Injection in GitHub repository pyload/pyload prior to 0.5.0b3.dev31.

  • CVE-2026-33511Mar 24, 2026
    risk 0.00cvss epss 0.00

    pyLoad is a free and open-source download manager written in Python. From version 0.4.20 to before version 0.5.0b3.dev97, the local_check decorator in pyLoad's ClickNLoad feature can be bypassed by any remote attacker through HTTP Host header spoofing. This allows…

  • CVE-2026-33509Mar 24, 2026
    risk 0.00cvss epss 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-33314Mar 24, 2026
    risk 0.00cvss epss 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-2026-32808Mar 20, 2026
    risk 0.00cvss epss 0.00

    pyLoad is a free and open-source download manager written in Python. Versions before 0.5.0b3.dev97 are vulnerable to path traversal during password verification of certain encrypted 7z archives (encrypted files with non-encrypted headers), causing arbitrary file deletion outside…

  • CVE-2026-29778Mar 7, 2026
    risk 0.00cvss epss 0.01

    pyLoad is a free and open-source download manager written in Python. From version 0.5.0b3.dev13 to 0.5.0b3.dev96, the edit_package() function implements insufficient sanitization for the pack_folder parameter. The current protection relies on a single-pass string replacement of…

  • CVE-2025-54802Aug 5, 2025
    risk 0.00cvss epss 0.01

    pyLoad is the free and open-source Download Manager written in pure Python. In versions 0.5.0b3.dev89 and below, there is an opportunity for path traversal in pyLoad-ng CNL Blueprint via package parameter, allowing Arbitrary File Write which leads to Remote Code Execution (RCE).…

  • CVE-2024-1240Nov 15, 2024
    risk 0.00cvss epss 0.00

    An open redirection vulnerability exists in pyload/pyload version 0.5.0. The vulnerability is due to improper handling of the 'next' parameter in the login functionality. An attacker can exploit this vulnerability to redirect users to malicious sites, which can be used for…

  • CVE-2024-47821Oct 25, 2024
    risk 0.00cvss epss 0.01

    pyLoad is a free and open-source Download Manager. The folder `/.pyload/scripts` has scripts which are run when certain actions are completed, for e.g. a download is finished. By downloading a executable file to a folder in /scripts and performing the respective action, remote…

  • CVE-2024-32880Apr 26, 2024
    risk 0.00cvss epss 0.01

    pyload is an open-source Download Manager written in pure Python. An authenticated user can change the download folder and upload a crafted template to the specified folder lead to remote code execution. There is no fix available at the time of publication.

  • CVE-2024-24808Feb 6, 2024
    risk 0.00cvss epss 0.01

    pyLoad is an open-source Download Manager written in pure Python. There is an open redirect vulnerability due to incorrect validation of input values when redirecting users after login. pyLoad is validating URLs via the `get_redirect_url` function when redirecting users at…

  • CVE-2024-22416Jan 17, 2024
    risk 0.00cvss epss 0.01

    pyLoad is a free and open-source Download Manager written in pure Python. The `pyload` API allows any API call to be made using GET requests. Since the session cookie is not set to `SameSite: strict`, this opens the library up to severe attack possibilities via a Cross-Site…

  • CVE-2024-21644Jan 8, 2024
    risk 0.00cvss epss 0.42

    pyLoad is the free and open-source Download Manager written in pure Python. Any unauthenticated user can browse to a specific URL to expose the Flask config, including the `SECRET_KEY` variable. This issue has been patched in version 0.5.0b3.dev77.

  • CVE-2024-21645Jan 8, 2024
    risk 0.00cvss epss 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-47890Jan 8, 2024
    risk 0.00cvss epss 0.01

    pyLoad 0.5.0 is vulnerable to Unrestricted File Upload.

  • CVE-2023-0488Jan 26, 2023
    risk 0.00cvss epss 0.01

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

  • CVE-2023-0509Jan 26, 2023
    risk 0.00cvss epss 0.01

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

  • CVE-2023-0435Jan 22, 2023
    risk 0.00cvss epss 0.01

    Excessive Attack Surface in GitHub repository pyload/pyload prior to 0.5.0b3.dev41.

  • CVE-2023-0434Jan 22, 2023
    risk 0.00cvss epss 0.01

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

  • CVE-2023-0227Jan 12, 2023
    risk 0.00cvss epss 0.01

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

  • CVE-2023-0057Jan 5, 2023
    risk 0.00cvss epss 0.00

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

  • CVE-2023-0055Jan 4, 2023
    risk 0.00cvss epss 0.00

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