CWE-662
Overview
- CWE ID
- 662
- CWE Name
- Improper Synchronization
- CWE Abstraction
- Class
- CWE structure
- Simple
- CWE Status
- Draft
Description
The software utilizes multiple threads or processes to allow temporary access to a shared resource that can only be exclusive to one process at a time, but it does not properly synchronize these actions, which might cause simultaneous accesses of this res