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.
Loading...
Related Quiz
- Azure's Virtual Machines are primarily used for what?
- When designing a RESTful API for a high-traffic application, what factor is most crucial for scalability?
- GraphQL is mainly used in web services for what purpose?
- ________ is a common vulnerability in HTTP not found in HTTPS due to its lack of encryption.
- A _______ certificate is often used in web services to establish a secure connection between client and server.