Extended Description
Do not make explicit calls to finalize(). Use static analysis tools to spot such instances.
No detection method information available for this CWE.
No examples or observed CVEs available for this CWE.
No relationship information available for this CWE.
CWE-586: CWE-586: Explicit Call to Finalize() is a Common Weakness Enumeration (CWE) entry maintained by MITRE. Description Extended Description
If exploited, CWE-586 (CWE-586: Explicit Call to Finalize()) it can compromise Unexpected State and Quality Degradation, leading to outcomes such as Scope: Integrity and Other.
Recommended mitigations for CWE-586 include: Do not make explicit calls to finalize(). Use static analysis tools to spot such instances.
CWE-586 commonly affects Languages. Note that weaknesses are often language-agnostic patterns, so secure coding practices apply broadly.
A CWE (Common Weakness Enumeration) like CWE-586 describes a category of software weakness — the underlying flaw type. A CVE (Common Vulnerabilities and Exposures) identifies a specific, real-world vulnerability in a particular product. In short, a CWE is the kind of mistake, and a CVE is an instance of that mistake being found in software.