CAPEC™ 43: Exploiting Multiple Input Interpretation Layers
Description
An attacker supplies the target software with input data that contains sequences of special characters designed to bypass input validation logic. This exploit relies on the target making multiples passes over the input data and processing a "layer" of special characters with each pass. In this manner, the attacker can disguise input that would otherwise be rejected as invalid by concealing it with layers of special/escape characters that are stripped off by subsequent processing steps. The goal is to first discover cases where the input validation layer executes before one or more parsing layers. That is, user input may go through the following logic in an application:
Source: CAPEC™ 43
Related ASVS Requirements
ASVS (5.0): 1.1.1, 1.1.2, 1.2.1, 1.2.10, 1.2.2, 1.2.3, 1.2.9, 1.3.3, 16.3.3, 16.5.1, 2.1.1, 2.1.3, 2.2.1, 2.2.2, 2.3.2, 2.3.3, 3.2.2, 4.1.1, 5.4.2