CWE-821: Incorrect Synchronization
CWE版本: 4.18
更新日期: 2025-09-09
弱点描述
The product utilizes a shared resource in a concurrent manner, but it does not correctly synchronize access to the resource.
扩展描述
If access to a shared resource is not correctly 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.
常见后果
影响范围: Integrity Confidentiality Other
技术影响: Modify Application Data Read Application Data Alter Execution Logic