Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:pypi/pyload-ng@0.5.0b2.dev11
purl pkg:pypi/pyload-ng@0.5.0b2.dev11
Next non-vulnerable version 0.5.0b3.dev100
Latest non-vulnerable version 0.5.0b3.dev100
Risk
Vulnerabilities affecting this package (9)
Vulnerability Summary Fixed by
VCID-1k5h-nhcv-cke9
Aliases:
CVE-2026-42312
GHSA-ccxc-x975-4hh9
PYSEC-2026-126
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 ADMIN_ONLY_CORE_OPTIONS. The option ("general", "ssl_verify") is not on that allowlist. Any authenticated user with the non-admin SETTINGS permission can set general.ssl_verify = off, and every subsequent outbound pycurl request is made with SSL_VERIFYPEER=0 and SSL_VERIFYHOST=0 — TLS peer and hostname verification are fully disabled. An on-path attacker can then present forged certificates for any hostname pyload fetches. This is a direct continuation of the fix family CVE-2026-33509 / CVE-2026-35463 / CVE-2026-35464 / CVE-2026-35586, each of which patched a different missed option in the same allowlist. This vulnerability is fixed in 0.5.0b3.dev100.
0.5.0b3.dev100
Affected by 0 other vulnerabilities.
VCID-c4n8-pnbr-buce
Aliases:
CVE-2026-40594
GHSA-mp82-fmj6-f22v
PYSEC-2026-125
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 originates from a trusted proxy, then mutates the global Flask configuration SESSION_COOKIE_SECURE on every request. Because pyLoad uses the multi-threaded Cheroot WSGI server (request_queue_size=512), this creates a race condition where an attacker's request can influence the Secure flag on other users' session cookies — either downgrading cookie security behind a TLS proxy or causing a session denial-of-service on plain HTTP deployments. This vulnerability is fixed in 0.5.0b3.dev98.
0.5.0b3.dev69
Affected by 9 other vulnerabilities.
VCID-h66k-vm3m-c3b6
Aliases:
CVE-2026-42313
GHSA-pg67-9wjv-mr85
PYSEC-2026-127
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 ADMIN_ONLY_CORE_OPTIONS. The allowlist contains ("proxy", "username") and ("proxy", "password") — which protect the proxy credentials — but it does not include ("proxy", "enabled"), ("proxy", "host"), ("proxy", "port"), or ("proxy", "type"). Any authenticated user with the non-admin SETTINGS permission can enable proxying and point pyload at any host they control. From that point, every outbound download, captcha fetch, update check, and plugin HTTP call is transparently routed through the attacker. This is a direct continuation of the fix family CVE-2026-33509 / CVE-2026-35463 / CVE-2026-35464 / CVE-2026-35586, each of which patched a different missed option in the same allowlist. This vulnerability is fixed in 0.5.0b3.dev100.
0.5.0b3.dev100
Affected by 0 other vulnerabilities.
VCID-hsc6-6qgc-q3eg
Aliases:
CVE-2026-33314
GHSA-q485-cg9q-xq2r
PYSEC-2026-122
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 Click'N'Load API endpoints, enabling attackers to remotely queue arbitrary downloads, leading to Server-Side Request Forgery (SSRF) and Denial of Service (DoS). This issue has been patched in version 0.5.0b3.dev97.
0.5.0b3.dev97
Affected by 4 other vulnerabilities.
VCID-jxej-fugb-3ydh
Aliases:
CVE-2026-42314
GHSA-97r3-5w84-r4q8
PYSEC-2026-128
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 path is later resolved by the OS. This vulnerability is fixed in 0.5.0b3.dev100.
0.5.0b3.dev100
Affected by 0 other vulnerabilities.
VCID-nbnk-6g72-3ybk
Aliases:
CVE-2024-22416
GHSA-pgpj-v85q-h5fm
PYSEC-2024-17
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 Request Forgery (CSRF) attack. As a result any API call can be made via a CSRF attack by an unauthenticated user. This issue has been addressed in release `0.5.0b3.dev78`. All users are advised to upgrade.
0.5.0b3.dev78
Affected by 8 other vulnerabilities.
VCID-ng6u-saxg-dbf9
Aliases:
CVE-2026-35592
GHSA-mvwx-582f-56r7
PYSEC-2026-124
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 rather than path-level comparison. This allows a specially crafted tar archive to write files outside the intended extraction directory. The correct function os.path.commonpath() was added to the codebase in the CVE-2026-32808 fix (commit 5f4f0fa) but was never applied to _safe_extractall(), making this an incomplete fix. This vulnerability is fixed in 0.5.0b3.dev97.
0.5.0b3.dev97
Affected by 4 other vulnerabilities.
VCID-p22h-1rtx-bkcy
Aliases:
CVE-2026-42315
GHSA-838g-gr43-qqg9
PYSEC-2026-129
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 specify arbitrary directories as download locations for a package. This vulnerability is fixed in 0.5.0b3.dev100.
0.5.0b3.dev100
Affected by 0 other vulnerabilities.
VCID-x15r-v69w-yuaj
Aliases:
CVE-2026-35586
GHSA-ppvx-rwh9-7rj7
PYSEC-2026-123
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 ssl_keyfile. This name mismatch causes the admin-only check to always evaluate to False, allowing any user with SETTINGS permission to overwrite the SSL certificate and key file paths. Additionally, the ssl_certchain option was never added to the admin-only set at all. This vulnerability is fixed in 0.5.0b3.dev97.
0.5.0b3.dev97
Affected by 4 other vulnerabilities.
Vulnerabilities fixed by this package (0)
Vulnerability Summary Aliases
This package is not known to fix vulnerabilities.

Date Actor Action Vulnerability Source VulnerableCode Version
2026-06-02T04:25:12.512376+00:00 Pypa Importer Affected by VCID-p22h-1rtx-bkcy https://github.com/pypa/advisory-database/blob/main/vulns/pyload-ng/PYSEC-2026-129.yaml 38.6.0
2026-06-02T04:25:12.075176+00:00 Pypa Importer Affected by VCID-jxej-fugb-3ydh https://github.com/pypa/advisory-database/blob/main/vulns/pyload-ng/PYSEC-2026-128.yaml 38.6.0
2026-06-02T04:25:11.637581+00:00 Pypa Importer Affected by VCID-h66k-vm3m-c3b6 https://github.com/pypa/advisory-database/blob/main/vulns/pyload-ng/PYSEC-2026-127.yaml 38.6.0
2026-06-02T04:25:11.197572+00:00 Pypa Importer Affected by VCID-1k5h-nhcv-cke9 https://github.com/pypa/advisory-database/blob/main/vulns/pyload-ng/PYSEC-2026-126.yaml 38.6.0
2026-06-02T04:24:52.875383+00:00 Pypa Importer Affected by VCID-c4n8-pnbr-buce https://github.com/pypa/advisory-database/blob/main/vulns/pyload-ng/PYSEC-2026-125.yaml 38.6.0
2026-06-02T04:24:45.076527+00:00 Pypa Importer Affected by VCID-ng6u-saxg-dbf9 https://github.com/pypa/advisory-database/blob/main/vulns/pyload-ng/PYSEC-2026-124.yaml 38.6.0
2026-06-02T04:24:44.642469+00:00 Pypa Importer Affected by VCID-x15r-v69w-yuaj https://github.com/pypa/advisory-database/blob/main/vulns/pyload-ng/PYSEC-2026-123.yaml 38.6.0
2026-06-02T04:24:23.808283+00:00 Pypa Importer Affected by VCID-hsc6-6qgc-q3eg https://github.com/pypa/advisory-database/blob/main/vulns/pyload-ng/PYSEC-2026-122.yaml 38.6.0
2026-06-02T04:20:35.562434+00:00 Pypa Importer Affected by VCID-nbnk-6g72-3ybk https://github.com/pypa/advisory-database/blob/main/vulns/pyload-ng/PYSEC-2024-17.yaml 38.6.0