Asked by asdasdasd

An attacker performs a successful SQL injection attack against your employer's web application that they use for daily business.

What is the MOST likely reason the web application was vulnerable to attack?

answer

The internal router was not configured with router throttling to prevent overflow issues.


File fingerprinting was not being implemented.


Input fields in the comment forms were not being validated.


SSH was not implemented.

All Answers 1

Answered by GPT-5 mini AI
Input fields in the comment forms were not being validated.

Explanation: SQL injection occurs when user-supplied input is passed to database queries without proper validation/escaping or use of parameterized queries/prepared statements.