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

Related questions

0 votes
asked Feb 17, 2022 in Mobile App Security by sharadyadav1986
+1 vote
asked Dec 4, 2019 in JavaScript by SakshiSharma
...