path traversal

Path traversal, also known as directory traversal or directory climbing, refers to a type of vulnerability in computer systems where an attacker is able to access files or directories that are outside the intended scope of the application. It involves manipulating file paths to navigate to levels higher or lower than what is normally permitted, potentially granting unauthorized access to sensitive files or directories.

Requires login.