This page is experimental and may change significantly in future releases.
Invocation of a Control Element at an Unnecessarily Deep Horizontal Layer
Properties
id: d3f:CWE-1054
- name
- Invocation of a Control Element at an Unnecessarily Deep Horizontal Layer
- definition
- 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.
Neighbors
CWE-1054 has no direct neighbors in this release.Inferred Relationships
Related Countermeasure Techniques
Related Weaknesses
CWE-1054 has no related weaknesses in this release.