CWE-1188 不安全的默认资源初始化

Insecure Default Initialization of Resource

结构: Simple

Abstraction: Base

状态: Incomplete

被利用可能性: unkown

基本描述

The software initializes or sets a resource with a default that is intended to be changed by the administrator, but the default is not secure.

扩展描述

Developers often choose default values that leave the software as open and easy to use as possible out-of-the-box, under the assumption that the administrator can (or should) change the default value. However, this ease-of-use comes at a cost when the default is insecure and the administrator does not change it.

相关缺陷

  • 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

Notes