Which vulnerability type is used to read, write, or erase information from a database?
Which vulnerability type is used to read, write, or erase information from a database?
SQL injection (SQLi) is a vulnerability type that allows an attacker to read, write, or erase information from a database by injecting malicious SQL code. This exploit can manipulate database queries, leading to unauthorized access to data.
B - Provided answer is correct.