Monitor vulnerabilities like this one. Sign up free to get alerted when software you use is affected.
7.6

pyLoad: User Can Access Data After Permission Changes

GHSA-fj52-5g4h-gmq8
Summary

If an administrator changes a user's permissions, the user's session may still allow them to access data they shouldn't. This means a user who loses access to certain features can still use a valid session to access them. To fix this, administrators should manually log out users when changing their permissions.

What to do

No fix is available yet. Check with your software vendor for updates.

Affected software
VendorProductAffected versionsFix available
pyload-ng <= 0.5.0b3.dev97
Original title
pyLoad's Session Not Invalidated After Permission Changes
Original description
### Summary
The `pyload` application does not properly invalidate or modify sessions upon changes made to a user's permissions.

### Details
Whenever an administrator changes the permissions a specific account has, they do not expect that account still being able to access data that their new permissions do not allow. This is not the case for the `pyload` application, as a user with a valid session can still perform the actions.

### PoC
Take a user with all the permissions, as shown below.
![image](https://user-images.githubusercontent.com/44903767/294956335-0e4da84f-bf9a-42c8-87f1-f5ff35967c63.png)

We now log in as this user.
![image](https://user-images.githubusercontent.com/44903767/294956539-ac6805fe-957d-4289-8ca9-2f3b6b2878a3.png)

Let us now take away all the permissions.
![image](https://user-images.githubusercontent.com/44903767/294956689-757e6e08-03fd-42eb-b4a5-1ceefa6c24ed.png)

The logged in session can still be used to access everything in the application.
![image](https://user-images.githubusercontent.com/44903767/294956943-fa0f23c0-a28c-4eed-89d6-1cc074feda6d.png)

### Impact
Should permissions be taken away, then the user is expected not to be able to execute the actions belonging to those actions anymore.
osv CVSS4.0 7.6
Vulnerability type
CWE-613
Published: 14 Apr 2026 · Updated: 15 Apr 2026 · First seen: 15 Apr 2026