During a security audit, a tester is able to execute a script in the database input field. What type of vulnerability does this indicate?

  • Cross-Site Request Forgery (CSRF)
  • Cross-Site Scripting (XSS)
  • Insecure Direct Object References (IDOR)
  • SQL Injection
The ability to execute a script in the database input field points to a SQL Injection vulnerability, where malicious SQL queries can be injected and executed.
Add your answer
Loading...

Leave a comment

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