Call to Thread run() instead of start()

Properties


name
Call to Thread run() instead of start()
definition
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.

Neighbors

CWE-572 has no direct neighbors in this release.

Inferred Relationships

This page is experimental and may change significantly in future releases.

Related Countermeasure Techniques

No related defensive techniques in this release.

Related Weaknesses

Related Offensive Techniques

No related offensive techniques in this release.