CWE-1096 - Singleton Class Instance Creation without Proper Locking or Synchronization

Description

The product implements a Singleton design pattern but does not use appropriate locking or other synchronization mechanism to ensure that the singleton class is only instantiated once.

Latest vulnerabilities for CWE-1096

No vulnerabilities found using your search criteria

References

Description of CWE-1096 on Mitre website