0 votes
in Secure Programming Practices by
If an attacker submits multiple input parameters (query string, post data, cookies, etc) of the same name, the application may react in unexpected ways and open up new avenues of server-side and client-side exploitation. This is the premise of which of the following?

Select the correct option from below

a)Parameter Busting

b)Session Splitting

c)Distortion

d)HTTP Parameter Pollution

1 Answer

0 votes
by
d)HTTP Parameter Pollution

If an attacker submits multiple input parameters (query string, post data, cookies, etc) of the same name, the application may react in unexpected ways and open up new avenues of server-side and client-side exploitation.This is the premise of HTTP Parameter Pollution
...