CWE-459

Incomplete Cleanup
AI Translation Available

The product does not properly 'clean up' and remove temporary or supporting resources after they have been used.

Status
draft
Abstraction
base

Common Consequences

other confidentiality integrity
Impacts
other read application data modify application data dos: resource consumption (other)

Detection Methods

automated static analysis

Potential Mitigations

Phases:
architecture and design implementation
Descriptions:
• Temporary files and other supporting resources should be deleted/released immediately after they are no longer needed.

Functional Areas

file processing