About 11,900 results
Open links in new tab
  1. Path Traversal - OWASP Foundation

    A path traversal attack (also known as directory traversal) aims to access files and directories that are stored outside the web root folder.

  2. What is path traversal, and how to prevent it? | Web Security ...

    Path traversal is also known as directory traversal. These vulnerabilities enable an attacker to read arbitrary files on the server that is running an application.

  3. What is a Directory Traversal Attack? - GeeksforGeeks

    Jul 23, 2025 · A directory traversal vulnerability is the effect of inadequate filtering/validation of browser input from users. Directory Traversal vulnerabilities are often located during a web server …

  4. Directory Traversal Attack: Path traversal explained - Acunetix

    What is a Directory Traversal attack? Properly controlling access to web content is crucial for running a secure web server. Directory traversal or Path Traversal is an HTTP attack that allows attackers to

  5. What is Path Traversal (Directory Traversal)? Ways to Exploit ...

    5 days ago · Path Traversal, also known as Directory Traversal or the "dot-dot-slash" attack, is a critical web security vulnerability that allows an attacker to read arbitrary files on the server that is …

  6. Directory Traversal: Examples and Prevention - Bright Security

    Aug 23, 2021 · Directory traversal, or path traversal, is an HTTP exploit. It exploits a security misconfiguration on a web server, to access data stored outside the server's root directory.