CWE-821Incorrect Synchronization

PUBLISHEDweakness record
released 2010-09-27 · last modified 2025-12-11

Metadata

CWE ID:
CWE-821
摘要:
Base
结构:
Simple
状态:
Incomplete
发布日期:
2010-09-27
更新日期:
2025-12-11

名称

Incorrect Synchronization

描述

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

相关 CWE