Directory Traversal Flashcards
1
Q
What’s directory traversal?
A
web application vulnerability that allows an attacker to access files and directories outside the intended scope of a web application
2
Q
What are the other names for directory traversal?
A
Path Traversal or Directory Climbing
3
Q
When can attacker exploit directory traversal vulnerability?
A
- when the application does not properly validate or sanitize user-supplied input that includes file or directory paths
- the input is often provided through parameters in URLs or form inputs
4
Q
What’s the attacker’s goal in directory traversal attack?
A
to traverse up the directory structure and access files or directories outside the intended scope of the application