Multiple choice technology security

Allowing user input to control paths used in file system operations may results in----

  1. Privilege Escalations

  2. Path traversal Attack

  3. Cross Site Scripting

  4. Buffer overflow

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

Allowing unsanitized user input to control file system paths allows attackers to manipulate file paths using directory traversal sequences (like ../), resulting in a Path Traversal attack.