The product does not sufficiently enforce boundaries between the states of different sessions, causing data to be provided to, or used by, the wrong session.
Protect the application's sessions from information leakage. Make sure that a session's data is not used or visible by other sessions.
Use a static analysis tool to scan the code for information leakage vulnerabilities (e.g. Singleton Member Field).
In a multithreading environment, storing user data in Servlet member fields introduces a data access race condition. Do not use member fields to store information in the Servlet.
Our security experts can help you identify and remediate CWE-488 vulnerabilities in your codebase.
Get Security Assessment