CAPEC Definitions

    CAPEC Definitions / CAPEC-278

    CAPEC-278: Web Services Protocol Manipulation

    An adversary manipulates a web service related protocol to cause a web application or service to react differently than intended. This can either be performed through the manipulation of call parameters to include unexpected values, or by changing the called function to one that should normally be restricted or limited. By leveraging this pattern of attack, the adversary is able to gain access to data or resources normally restricted, or to cause the application or service to crash.

    Severity:
    Possibility:

    Extended Description

    No Extended Description.

    Mitigations

    Design: Range, size and value and consistency verification for any arguments supplied to applications and services from external sources and devise appropriate error response.

    Design: Ensure that function calls that should not be called by an unprivileged user are not accessible to them.

    Relationships with other CAPECs

    CAPEC-272: Protocol Manipulation

    Prerequisites

    The targeted application or service must rely on web service protocols in such a way that malicious manipulation of them can alter functionality.

    Related Weaknesses

    CWE-707: Improper Neutralization