CWE-419 未保护的主要通道

Unprotected Primary Channel

结构: Simple

Abstraction: Base

状态: Draft

被利用可能性: unkown

基本描述

The software uses a primary channel for administration or restricted functionality, but it does not properly protect the channel.

相关缺陷

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

适用平台

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

常见的影响

范围 影响 注释
Access Control ['Gain Privileges or Assume Identity', 'Bypass Protection Mechanism']

可能的缓解方案

Architecture and Design

策略:

Do not expose administrative functionnality on the user UI.

Architecture and Design

策略:

Protect the administrative/restricted functionality with a strong authentication mechanism.

分类映射

映射的分类名 ImNode ID Fit Mapped Node Name
PLOVER Unprotected Primary Channel

相关攻击模式

  • CAPEC-383