CWE-821
Incorrect Synchronization
AI Translation Available
The product utilizes a shared resource in a concurrent manner, but it does not correctly synchronize access to the resource.
Status
incomplete
Abstraction
base
Affected Platforms
Extended Description
AI Translation
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.
Technical Details
AI Translation
Common Consequences
integrity
confidentiality
other
Impacts
modify application data
read application data
alter execution logic
Detection Methods
automated static analysis