CWE-366
Overview
- CWE ID
- 366
- CWE Name
- Race Condition within a Thread
- CWE Abstraction
- Base
- CWE structure
- Simple
- CWE Status
- Draft
Description
If two threads of execution use a resource simultaneously, there exists the possibility that resources may be used while invalid, in turn making the state of execution undefined.