This page is experimental and may change significantly in future releases.
Unsynchronized Access to Shared Data in a Multithreaded Context
Properties
id: d3f:CWE-567
- name
- Unsynchronized Access to Shared Data in a Multithreaded Context
- definition
- The product does not properly synchronize shared data, such as static variables across threads, which can lead to undefined behavior and unpredictable data changes.
Neighbors
CWE-567 has no direct neighbors in this release.Inferred Relationships
Related Countermeasure Techniques
Related Weaknesses
CWE-567 has no related weaknesses in this release.