CVE-2026-41133

high
Published 2026-04-14 · Modified 2026-04-27
CVSS v3
8.8
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
CVSS v2
VIR risk
8.8

Description

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 role/permissions in the database. As a result, an already logged-in user can keep old (revoked) privileges until logout/session expiry, enabling continued privileged actions. This is a core authorization/session-consistency issue and is not resolved by toggling an optional security feature. Commit e95804fb0d06cbb07d2ba380fc494d9ff89b68c1 contains a fix for the issue.

Predictions

Exploit likelihood
92%
Patch ETA

Heuristic predictions, AS-IS, for prioritization only.

Mitigations

vendor Authored 2026-05-27

Vendor advisory: security-advisories@github.com — https://github.com/pyload/pyload/security/advisories/GHSA-66hx-chf7-3332

vendor Authored 2026-05-27

Vendor advisory: security-advisories@github.com — https://github.com/pyload/pyload/commit/e95804fb0d06cbb07d2ba380fc494d9ff89b68c1

Package impact

EcosystemPackageVulnerableFixed
python PyPIpyload-ng<=0.5.0b3.dev97

Application impact

VendorProductVersionsFixed
pyloadpyload{"endExcluding":"2026-04-13"}2026-04-13

References

CWEs

CWE-613

Verify integrity in audit chain (admin only). AS-IS.