412-79V8 · Question #146
The Web parameter tampering attack is based on the manipulation of parameters exchanged between client and server in order to modify application data, such as user credentials and permissions, price…
The correct answer is D. Applying effective input field filtering parameters. See the full explanation below for the reasoning.
Question
The Web parameter tampering attack is based on the manipulation of parameters exchanged between client and server in order to modify application data, such as user credentials and permissions, price and quantity of products, etc. Usually, this information is stored in cookies, hidden form fields, or URL Query Strings, and is used to increase application functionality and control. This attack takes advantage of the fact that many programmers rely on hidden or fixed fields (such as a hidden tag in a form or a parameter in a URL) as the only security measure for certain operations. Attackers can easily modify these parameters to bypass the security mechanisms that rely on them. What is the best way to protect web applications from parameter tampering attacks?
Exhibit
Options
- AValidating some parameters of the web application
- BMinimizing the allowable length of parameters
- CUsing an easily guessable hashing algorithm
- DApplying effective input field filtering parameters
How the community answered
(19 responses)- A16% (3)
- B5% (1)
- C5% (1)
- D74% (14)
Community Discussion
No community discussion yet for this question.
