engineering computer science MCQ #1547

What is a common vulnerability in web applications?

engineering computer science MCQ #1547

  1. Question 1

    Q1. What is a common vulnerability in web applications?

    • A) SQL Injection
    • B) Cross-Site Scripting (XSS)
    • C) Buffer Overflow
    • D) All of the above

    Answer: All of the above

    Explanation: All the mentioned vulnerabilities (SQL Injection, XSS, Buffer Overflow) are common security risks in web applications.