Understanding Cisco Cybersecurity Operations Fundamentals (CBROPS) — Question 259

Which vulnerability type is used to read, write, or erase information from a database?

Answer options

Correct answer: B

Explanation

The correct answer is SQL injection, which specifically targets databases to execute arbitrary SQL commands, enabling unauthorized data access or manipulation. The other options, such as cross-site request forgery and cross-site scripting, pertain to web application vulnerabilities affecting user interactions, while buffer overflow relates to memory management issues rather than database access.