CWE-912 隐藏功能

Hidden Functionality

结构: Simple

Abstraction: Class

状态: Incomplete

被利用可能性: unkown

基本描述

The software contains functionality that is not documented, not part of the specification, and not accessible through an interface or command sequence that is obvious to the software's users or administrators.

扩展描述

Hidden functionality can take many forms, such as intentionally malicious code, "Easter Eggs" that contain extraneous functionality such as games, developer-friendly shortcuts that reduce maintenance or support costs such as hard-coded accounts, etc. From a security perspective, even when the functionality is not intentionally malicious or damaging, it can increase the software's attack surface and expose additional weaknesses beyond what is already exposed by the intended functionality. Even if it is not easily accessible, the hidden functionality could be useful for attacks that modify the control flow of the application.

相关缺陷

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

常见的影响

范围 影响 注释
['Other', 'Integrity'] ['Varies by Context', 'Alter Execution Logic']

可能的缓解方案

Installation

策略:

Always verify the integrity of the software that is being installed.

Testing

策略:

Conduct a code coverage analysis using live testing, then closely inspect any code that is not covered.

相关攻击模式

  • CAPEC-133
  • CAPEC-190