The product calls a thread's run() method instead of calling start(), which causes the code to run in the thread of the caller instead of the callee.
Use the start() method instead of the run() method.
Our security experts can help you identify and remediate CWE-572 vulnerabilities in your codebase.
Get Security Assessment