CWE-909βMissing Initialization of Resource
PUBLISHEDweakness recordMedium
released 2013-02-21 Β· last modified 2025-12-11
Metadata
Weakness Name
Missing 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.