CWE-820—Missing Synchronization
PUBLISHEDweakness record
released 2010-09-27 · last modified 2025-12-11
Metadata
名称
Missing Synchronization
描述
The product utilizes a shared resource in a concurrent manner but does not attempt to synchronize access to the resource.
If access to a shared resource is not synchronized, then the resource may not be in a state that is expected by the product. This might lead to unexpected or insecure behaviors, especially if an attacker can influence the shared resource.