Use of Singleton Pattern Without Synchronization in a Multithreaded Context
CWE-543 · Variant · Incomplete
The product uses the singleton pattern when creating a resource within a multithreaded environment.
Extended description
The use of a singleton pattern may not be thread-safe.