A web application suffers a data breach due to an SQL Injection. Which aspect of security was most likely overlooked?

  • Authentication
  • Encryption
  • Input validation
  • Session management
The data breach due to SQL Injection indicates a lack of proper input validation, allowing malicious SQL queries to be executed.
Add your answer
Loading...

Leave a comment

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