Back to Developer Roadmap

Directory Traversal Attacks

src/data/roadmaps/cyber-security/content/[email protected]

4.0972 B
Original Source

Directory Traversal Attacks

Directory traversal, also known as path traversal, is a web security vulnerability that allows attackers to access files and directories stored outside of the intended web server's root directory. It exploits insufficient security validation of user-supplied filenames, enabling attackers to navigate the file system and potentially gain access to sensitive information, execute arbitrary code, or compromise the entire server.

Visit the following resources to learn more: