CISA · Question #450
Which of the following security testing techniques is MOST effective for confirming that inputs to a web application have been properly sanitized?
The correct answer is C. Fuzzing. Fuzzing feeds a wide variety of malformed, unexpected, and random inputs into the application, including special characters and payloads, to exercise all input - handling routines. This approach reliably uncovers cases where input sanitization is missing or inadequate.
Question
Which of the following security testing techniques is MOST effective for confirming that inputs to a web application have been properly sanitized?
Options
- ABrute force
- BSQL injection
- CFuzzing
- DPassword spraying
How the community answered
(31 responses)- A3% (1)
- B6% (2)
- C90% (28)
Explanation
Fuzzing feeds a wide variety of malformed, unexpected, and random inputs into the application, including special characters and payloads, to exercise all input - handling routines. This approach reliably uncovers cases where input sanitization is missing or inadequate.
Topics
Community Discussion
No community discussion yet for this question.