Umbra Wiki weakness weakness/CWE-912
Back to wiki

CWE-912 — Hidden Functionality

provenance: imported · CWE: CWE-912

CWE-912: Hidden Functionality

MITRE CWE weakness

Kind Weakness
Abstraction Class
Status Incomplete
Likelihood of exploit

Description

The product 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 product'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 product'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.

Common consequences

  • Other, Integrity: Varies by Context, Alter Execution Logic

Mitigations

Installation — Always verify the integrity of the product that is being installed.

References

  • CWE page: https://cwe.mitre.org/data/definitions/912.html
  • CWE list: https://cwe.mitre.org/data/index.html