The product does not properly synchronize shared data, such as static variables across threads, which can lead to undefined behavior and unpredictable data changes.
Remove the use of static variables used between servlets. If this cannot be avoided, use synchronized access for these variables.
Our security experts can help you identify and remediate CWE-567 vulnerabilities in your codebase.
Get Security Assessment