BaseIncomplete

CWE-1091Use of Object without Invoking Destructor Method

Category: other

Description

The product contains a method that accesses an object but does not later invoke the element's associated finalize/destructor method.

Common consequences· 1

  • Other — Reduce Performance
    This issue can make the product perform more slowly by retaining memory and/or other resources longer than necessary. If the relevant code is reachable by an attacker, then this performance problem might introduce a vulnerability.

References

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

(incoming)2

TypeTargetConfidenceTier
VulnerabilityCVE-2026-3537cve-2026-35370%live
VulnerabilityCVE-2026-3539cve-2026-35390%live

Related by meaning· 6

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

CWE
Explicit Call to Finalize()
CWE
finalize() Method Without super.finalize()
CWE
Premature Release of Resource During Expected Lifetime
CWE
Missing Release of Resource after Effective Lifetime
CWE
Private Data Structure Returned From A Public Method
CWE
Access of Uninitialized Pointer
Sourced from MITRE CWE 4.20. Curated for EU compliance use cases by Adam Lundqvist, Founder at SQUR.