CWE-362
Overview
- CWE ID
- 362
- CWE Name
- Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')
- CWE Abstraction
- Class
- CWE structure
- Simple
- CWE Status
- Draft
Description
The program contains a code sequence that can run concurrently with other code, and the code sequence requires temporary, exclusive access to a shared resource, but a timing window exists in which the shared resource can be modified by another code sequen
Extended Description
Related CWEs
CWE ID | View ID | Nature | Ordinal |
---|---|---|---|
691 | 1000 | ChildOf | Primary |