Which of the following is not an web application vulnerability ?

  1. Invalidated input

  2. Cross site scripting (XSS)

  3. Use of firewall for content verification

  4. web sever misconfiguration


Correct Option: C

AI Explanation

To answer this question, let's go through each option to understand why it is correct or incorrect:

Option A) Invalidated input - This option is a web application vulnerability. It refers to the failure to properly validate or sanitize user input, which can lead to various security issues such as SQL injection or command injection.

Option B) Cross-site scripting (XSS) - This option is a web application vulnerability. It occurs when an attacker is able to inject malicious scripts into web pages viewed by other users, which can lead to unauthorized access, data theft, or other malicious activities.

Option C) Use of firewall for content verification - This option is NOT a web application vulnerability. A firewall is a security measure that controls network traffic based on predetermined security rules. While a firewall can help protect against certain types of attacks, it is not specifically related to web application vulnerabilities.

Option D) Web server misconfiguration - This option is a web application vulnerability. Misconfigurations in web servers can expose sensitive information, grant unauthorized access, or enable other types of attacks.

The correct answer is C. The use of a firewall for content verification is not considered a web application vulnerability, as it is a security measure that can help protect against various types of attacks.

Find more quizzes: