CWEClassDraft20 recent CVEs

CWE-362Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')

Description

The product contains a concurrent code sequence that requires temporary, exclusive access to a shared resource, but a timing window exists in which the shared resource can be modified by another code sequence operating concurrently.

[object Object]

Common consequences

Potential mitigations

Related CWEs

Recent CVEs classified under this CWE