CWE-543: Use of Singleton Pattern Without Synchronization in a Multithreaded Context
The product uses the singleton pattern when creating a resource within a multithreaded environment.
Overview
The use of a singleton pattern may not be thread-safe.
Common consequences
What can happen when CWE-543 is exploited.