This page is experimental and may change significantly in future releases.
Race Condition within a Thread
Properties
id: d3f:CWE-366
- name
- Race Condition within a Thread
- definition
- If two threads of execution use a resource simultaneously, there exists the possibility that resources may be used while invalid, in turn making the state of execution undefined.
Neighbors
CWE-366 has no direct neighbors in this release.Inferred Relationships
Related Countermeasure Techniques
Related Weaknesses
CWE-366 has no related weaknesses in this release.