CWE-1187 使用未初始化的资源

Use of Uninitialized Resource

结构: Simple

Abstraction: Base

状态: Incomplete

被利用可能性: unkown

基本描述

The software uses or accesses a resource that has not been initialized.

扩展描述

When a resource has not been properly initialized, the software may behave unexpectedly. Typically this leads to a crash or invalid memory access, but the consequences vary depending on the type of resource and how it is used within the software.

相关缺陷

  • cwe_Nature: ChildOf cwe_CWE_ID: 665 cwe_View_ID: 1000 cwe_Ordinal: Primary

  • cwe_Nature: ChildOf cwe_CWE_ID: 665 cwe_View_ID: 1003 cwe_Ordinal: Primary

  • cwe_Nature: ChildOf cwe_CWE_ID: 665 cwe_View_ID: 699 cwe_Ordinal: Primary