CompTIA Security+ (SY0-501) — Question 695

Fuzzing is used to reveal which of the following vulnerabilities in web applications?

Answer options

Correct answer: B

Explanation

Fuzzing is a technique that tests the robustness of software by inputting random data to identify improper input handling, which can lead to security vulnerabilities. The other options, such as weak cipher suites, DLL injection, and certificate signing flaws, are not specifically targeted by fuzzing, as they relate to different aspects of security or code execution.