CWE-372 不完整的内部状态区分

Incomplete Internal State Distinction

结构: Simple

Abstraction: Base

状态: Draft

被利用可能性: unkown

基本描述

The software does not properly determine which state it is in, causing it to assume it is in state X when in fact it is in state Y, causing it to perform incorrect operations in a security-relevant manner.

相关缺陷

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

适用平台

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

常见的影响

范围 影响 注释
['Integrity', 'Other'] ['Varies by Context', 'Unexpected State']

Notes

Relationship This conceptually overlaps other categories such as insufficient verification, but this entry refers to the product's incorrect perception of its own state. Relationship This is probably resultant from other weaknesses such as unhandled error conditions, inability to handle out-of-order steps, multiple interpretation errors, etc. Maintenance This entry is being considered for deprecation. It was poorly-defined in PLOVER and is not easily described using the behavior/resource/property model of vulnerability theory.

分类映射

映射的分类名 ImNode ID Fit Mapped Node Name
PLOVER Incomplete Internal State Distinction

相关攻击模式

  • CAPEC-140
  • CAPEC-74