Multiple choice technology security

Which of the following is not a possible outcome of SQL injection vulnerability?

  1. Denial of Service

  2. Data Manipulation

  3. Authentication bypass

  4. Directory Listing and Traversal

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

SQL injection allows attackers to bypass authentication, manipulate data (insert, update, delete), and cause denial of service by executing intensive queries. Directory listing and traversal is a path-based vulnerability, not a direct outcome of SQL injection.