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

session not expire after logout #55

Open
menghaining opened this issue Apr 24, 2024 · 0 comments
Open

session not expire after logout #55

menghaining opened this issue Apr 24, 2024 · 0 comments

Comments

@menghaining
Copy link

menghaining commented Apr 24, 2024

Description

session not expire after logout (CWE-613). Although https://nvd.nist.gov/vuln/detail/CVE-2022-25590 (fixed on Feb 20, 2022 ) has reported such CVE on version v0.2.0, the fixed patch only concerns the cookie not the session. The latest version(docker-latest, version upload on Nov 10, 2022) still suffers from old session alive after the user logout.

Affected Version

v1.3.1, also the version in the latest docker version

updated on Nov 10, 2022

POC:

  1. login
image
  1. show setting
image
  1. logout
image
  1. craft request to modify user information using old session, and success!!
image
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