CWE-1125 过多的攻击面

Excessive Attack Surface

结构: Simple

Abstraction: Base

状态: Incomplete

被利用可能性: unkown

基本描述

The product has an attack surface whose quantitative measurement exceeds a desirable maximum.

扩展描述

Originating from software security, an "attack surface" measure typically reflects the number of input points and output points that can be utilized by an untrusted party, i.e. a potential attacker. A larger attack surface provides more places to attack, and more opportunities for developers to introduce weaknesses. In some cases, this measure may reflect other aspects of quality besides security; e.g., a product with many inputs and outputs may require a large number of tests in order to improve code coverage.

相关缺陷

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

  • cwe_Nature: ChildOf cwe_CWE_ID: 1120 cwe_View_ID: 699 cwe_Ordinal: Primary

引用