The web application is found to be vulnerable to HTTP Parameter Pollution attack.This attack allows an attacker to craft a HTTP request in order to manipulate or retrieve hidden information.This attack occurs when a target system accepts multiple parameters with the same name and handles them in a manner that might be insecure or unexpected.
HTTP parameters should be verified using filtering and processed using encoding techniques to avoid special characters that may be used for Http Parameter Pollution attacks.