-
Type:
Bug
-
Resolution: Done
-
Priority:
High
-
Affects Version/s: None
-
FLW Sprint 36, FLW Sprint 37, FLW Sprint 38, FLW Sprint 39
-
FLW Mobile App
-
UAT
The application exhibits improper session management, allowing sessions to remain valid in scenarios where they must be revoked or refreshed. This weakens authentication, increases account takeover risk, and violates expected security controls.
Steps to Reproduce:
- Log in as a valid user, capturing the session identifier/token.
- Perform an action that should invalidate or rotate the session (e.g., logout, password reset, permission change, MFA enrollment).
- Attempt to reuse the old session/token.
- Observe that access is still granted or the session remains active.