CWEClassIncomplete4 recent CVEs

CWE-909Missing Initialization of Resource

Description

The product does not initialize a critical resource.

Many resources require initialization before they can be properly used. If a resource is not initialized, it could contain unpredictable or expired data, or it could be initialized to defaults that are invalid. This can have security implications when the resource is expected to have certain properties or values.

Common consequences

Potential mitigations

Related CWEs

Recent CVEs classified under this CWE