CWE-543 – Use of Singleton Pattern Without Synchronization in a Multithreaded Context
Description The software uses the singleton pattern when creating a resource within a multithreaded environment. The use of a singleton pattern may not be thread-safe....