Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shopizer is vulnerable to CWE 613-Insufficient Session Expiration #1056

Open
menghaining opened this issue Dec 12, 2024 · 0 comments
Open

Shopizer is vulnerable to CWE 613-Insufficient Session Expiration #1056

menghaining opened this issue Dec 12, 2024 · 0 comments

Comments

@menghaining
Copy link

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

  1. admin login, user1/customer1 login.
  2. 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.
  3. user1/customer1 still active, and can still operate.

similar: https://nvd.nist.gov/vuln/detail/CVE-2022-23063

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant