CWE-282 属主管理不恰当

Improper Ownership Management

结构: Simple

Abstraction: Class

状态: Draft

被利用可能性: unkown

基本描述

The software assigns the wrong ownership, or does not properly verify the ownership, of an object or resource.

相关缺陷

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

适用平台

Language: {'cwe_Class': 'Language-Independent', 'cwe_Prevalence': 'Undetermined'}

常见的影响

范围 影响 注释
Access Control Gain Privileges or Assume Identity

可能的缓解方案

MIT-1 ['Architecture and Design', 'Operation']

策略:

Very carefully manage the setting, management, and handling of privileges. Explicitly manage trust zones in the software.

分析过的案例

标识 说明 链接

Notes

分类映射

映射的分类名 ImNode ID Fit Mapped Node Name
PLOVER Ownership errors

相关攻击模式

  • CAPEC-17
  • CAPEC-35