You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In version 3.2.5, Shopizer is vulnerable to Insufficient Session Expiration.
When a customer/user who was already logged in is deleted, the customer/user will still have access to the application even after he is deleted.
Attack Vector
admin login, user1/customer1 login.
admin delete user1/customer1 through "/api/v1/private/customer/{id}" or "/api/v1/auth/customer/" or "/api/v1/private/user/{id}", {id} refers to the user1/customer1's identifer.
user1/customer1 still active, and can still operate.
Description
In version 3.2.5, Shopizer is vulnerable to Insufficient Session Expiration.
When a customer/user who was already logged in is deleted, the customer/user will still have access to the application even after he is deleted.
Attack Vector
similar: https://nvd.nist.gov/vuln/detail/CVE-2022-23063
The text was updated successfully, but these errors were encountered: