- Home
- All questions
- Question 467
CompTIA Security+ study material · question 467 of 611
What is the most serious outcome of SQL injection when the database account is over-privileged?
Show the answer
Answer: D. Command execution on the database host
Injection can read arbitrary tables and bypass authentication, and with sufficient privileges reach the host itself.
Source: OWASP SQL Injection Prevention Cheat Sheet (OWASP) — OWASP SQL Injection Prevention Cheat Sheet › Introduction