CWE-572Variant

Call to Thread run() instead of start()

Draft in the CWE catalog · 0 CVEs mapped

0
CVEs mapped
What it is

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.

The record
Technical detail
CWE ID
CWE-572
Abstraction
Variant
Structure
Simple
Status
Draft