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

PUBLISHEDweakness record
released 2006-07-19 · last modified 2025-12-11

Metadata

CWE ID:
CWE-543
摘要:
Variant
结构:
Simple
状态:
Incomplete
发布日期:
2006-07-19
更新日期:
2025-12-11

名称

Use of Singleton Pattern Without Synchronization in a Multithreaded Context

描述

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.

常见后果

范围:
Other, Integrity
影响:
Other, Modify Application Data

相关 CWE