Directory Traversal
- •
def
- •
a vulnerability (also called path traversal) that lets an attacker read files from a web server outside of the website's intended file directory — e.g., browsing up and out of the web root into system folders
- •
- •
cause
- •
either a web server software vulnerability, or badly written web application code that fails to restrict file access properly
- •
- •
related