CAPEC Definitions

    CAPEC Definitions / CAPEC-212

    CAPEC-212: Functionality Misuse

    An adversary leverages a legitimate capability of an application in such a way as to achieve a negative technical impact. The system functionality is not altered or modified but used in a way that was not intended. This is often accomplished through the overuse of a specific functionality or by leveraging functionality with design flaws that enables the adversary to gain access to unauthorized, sensitive data.

    Severity:Medium
    Possibility:Medium

    Extended Description

    No Extended Description.

    Mitigations

    Perform comprehensive threat modeling, a process of identifying, evaluating, and mitigating potential threats to the application. This effort can help reveal potentially obscure application functionality that can be manipulated for malicious purposes.

    When implementing security features, consider how they can be misused and compromised.

    Relationships with other CAPECs

    No related CAPECs found.

    Prerequisites

    The adversary has the capability to interact with the application directly.The target system does not adequately implement safeguards to prevent misuse of authorized actions/processes.

    Related Weaknesses

    CWE-1242: Inclusion of Undocumented Features or Chicken Bits

    CWE-1246: Improper Write Handling in Limited-write Non-Volatile Memories

    CWE-1281: Sequence of Processor Instructions Leads to Unexpected Behavior