This page is experimental and may change significantly in future releases.
Improper Synchronization
Properties
id: d3f:CWE-662
- name
- Improper Synchronization
- definition
- The product utilizes multiple threads or processes to allow temporary access to a shared resource that can only be exclusive to one process at a time, but it does not properly synchronize these actions, which might cause simultaneous accesses of this resource by multiple threads or processes.
Neighbors
CWE-662 has no direct neighbors in this release.