CWE-909—Missing Initialization of Resource
PUBLISHEDweakness recordMedium
released 2013-02-21 · last modified 2025-12-11
Metadata
名称
Missing Initialization of Resource
描述
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.