logo

CWE-543 - Use of Singleton Pattern Without Synchronization in a Multithreaded Context

  • Abstraction:Variant
  • Structure:Simple
  • Status:Incomplete
  • Release Date:2006-07-19
  • Latest Modification Date:2023-06-29

Weakness Name

Use of Singleton Pattern Without Synchronization in a Multithreaded Context

Description

The product uses the singleton pattern when creating a resource within a multithreaded environment.

The use of a singleton pattern may not be thread-safe.

Common Consequences

Scope: Other, Integrity

Impact: Other, Modify Application Data

Related Weaknesses