CWE-1096Variant

Singleton Class Instance Creation without Proper Locking or Synchronization

Incomplete in the CWE catalog · 0 CVEs mapped

0
CVEs mapped
What it is

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.

The record
Technical detail
CWE ID
CWE-1096
Abstraction
Variant
Structure
Simple
Status
Incomplete
References (1)