CWE-1054: Invocation of a Control Element at an Unnecessarily Deep Horizontal Layer

Base Incomplete Simple

CWE版本: 4.18

更新日期: 2025-09-09

弱点描述

The code at one architectural layer invokes code that resides at a deeper layer than the adjacent layer, i.e., the invocation skips at least one layer, and the invoked code is not part of a vertical utility layer that can be referenced from any horizontal layer.

常见后果

影响范围: Other

技术影响: Reduce Maintainability

分类映射

分类名称 条目ID 条目名称 映射适配度
OMG ASCMM ASCMM-MNT-12 -
关键信息

CWE ID: CWE-1054

抽象级别: Base

结构: Simple

状态: Incomplete

相关弱点