CWE-572 - Call to Thread run() instead of start()

Description

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.

Latest vulnerabilities for CWE-572

No vulnerabilities found using your search criteria

References

Description of CWE-572 on Mitre website