Multiple choice technology security

Failing to properly validate uploaded files could result in:

  1. Arbitrary code execution

  2. Inadequate caching headers

  3. Distributed Denial of Service Attack against clients

  4. None of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Failure to validate uploaded files is a critical vulnerability. Attackers can upload malicious files (web shells, malware, scripts) that the server executes, leading to arbitrary code execution and full server compromise. Option B (caching headers) is unrelated to file upload security. Option C refers to a different attack. File upload validation must check file type, content, size, and destination.