The product utilizes a shared resource in a concurrent manner, but it does not correctly synchronize access to the resource.
Potential Impact
Integrity: Modify Application Data
Detection Methods
Automated Static Analysis: Automated static analysis, commonly referred to as Static Application Security Testing (SAST), can find some instances of this weakness by analyzing source code (or binary/compiled code) without havin...