MCQ Single Best Answer Difficult

QIf 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?

ID: #23261 Secure Programming Practices 147 views
Question Info
#23261Q ID
DifficultDifficulty
Secure Programming PracticesTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A HTTP Parameter Pollution
  • B Distortion
  • C Parameter Busting
  • D Session Splitting
Correct Answer: Option A

Explanation

The correct answer is:

HTTP Parameter Pollution

Explanation: HTTP Parameter Pollution (HPP) occurs when an attacker submits multiple input parameters with the same name (e.g., in the query string, POST data, or cookies). This can lead to unexpected behavior in the application, including overwriting values, misinterpreting input, or exposing vulnerabilities that can be exploited on both the server-side and client-side. It often causes issues like bypassing input validation, leading to security risks.

Share This Question

Challenge a friend or share with your study group.