CWEClassDraft20 recent CVEs

CWE-404Improper Resource Shutdown or Release

Description

The product does not release or incorrectly releases a resource before it is made available for re-use.

When a resource is created or allocated, the developer is responsible for properly releasing the resource as well as accounting for all potential paths of expiration or invalidation, such as a set period of time or revocation.

Common consequences

Potential mitigations

Related CWEs

Recent CVEs classified under this CWE