Certified Ethical Hacker (CEH v13) — Question 119

You're the security manager for a tech company that uses a database to store sensitive customer data. You have implemented countermeasures against SQL injection attacks. Recently, you noticed some suspicious activities and suspect an attacker is using SQL injection techniques. The attacker is believed to use different forms of payloads in his SQL queries. In the case of a successful SQL injection attack, which of the following payloads would have the most significant impact?

Answer options

Correct answer: D

Explanation

Option D is the most impactful because it not only manipulates the WHERE clause but also includes a command to drop a table, leading to potential data loss. Options A, B, and C may allow unauthorized access or data retrieval, but they do not carry the same destructive potential as option D.