CWE-362 – Concurrent Execution using Shared Resource with Improper Synchronization (‘Race Condition’)
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...