Which common vulnerability involves unauthorized commands being sent to a database via an API?

  • Cross-Site Request Forgery (CSRF)
  • Cross-Site Scripting (XSS)
  • Man-in-the-Middle (MitM) Attack
  • SQL Injection
SQL Injection is a common vulnerability involving unauthorized commands being sent to a database via an API. Attackers can manipulate input data to execute malicious SQL queries, potentially gaining unauthorized access to the database and compromising the security of the API.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *