A developer finds that uploaded image files are being executed as scripts on the server. This indicates a failure in ________.

  • Content-Type Headers
  • File Permissions
  • Input Validation
  • Output Escaping
When image files are executed as scripts, it suggests a lack of proper input validation, allowing malicious content to be processed. Input validation ensures that the uploaded files are of the expected type and do not contain harmful code.
Add your answer
Loading...

Leave a comment

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