Open menghaining opened 6 months ago
The user's session is still active after the admin deletes this user. This can cause the Escalation of Privileges.
v1.3.1, also the version in the latest docker version
updated at Nov 10, 2022
Attacker obtains user1's sessionid. Admin delete user1. Attacker can continue attacking.
user1 login.
admin login and successfully delete user1.
craft request using user1's old session, can still view information.
Description
The user's session is still active after the admin deletes this user. This can cause the Escalation of Privileges.
Affected version
v1.3.1, also the version in the latest docker version
updated at Nov 10, 2022
Attack vector(s)
Attacker obtains user1's sessionid. Admin delete user1. Attacker can continue attacking.
POC
user1 login.
admin login and successfully delete user1.
craft request using user1's old session, can still view information.