BaseIncomplete

CWE-1058Invokable Control Element in Multi-Thread Context with non-Final Static Storable or Member Element

Category: other

Description

The code contains a function or method that operates in a multi-threaded environment but owns an unsafe non-final static storable or member data element.

Common consequences· 1

  • Other — Reduce Reliability
    This issue can prevent the product from running reliably. If the relevant code is reachable by an attacker, then this reliability problem might introduce a vulnerability.

References

  1. https://cwe.mitre.org/data/definitions/1058.html

Related by meaning· 6

Nearest entities by semantic similarity across the cs-graph corpus.

CWE
Public Static Field Not Marked Final
CWE
Insufficient Control Flow Management
CWE
Static Member Data Element outside of a Singleton Class Element
CWE
Use of Object without Invoking Destructor Method
CWE
Data Element containing Pointer Item without Proper Copy Control Element
CWE
Incorrect Use of Autoboxing and Unboxing for Performance Critical Operations
Sourced from MITRE CWE 4.20. Curated for EU compliance use cases by Adam Lundqvist, Founder at SQUR.