CAPEC-278: Web Services Protocol Manipulation

Standard Draft

CAPEC版本: 3.9

更新日期: 2023-01-24

攻击模式描述

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.

前提条件

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

所需资源

  • The attacker must be able to manipulate the communications to the targeted application or service.

缓解措施

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.

关键信息

CAPEC ID: CAPEC-278

抽象级别: Standard

状态: Draft

相关攻击模式
相关CWE弱点