Glossary
Path Traversal (Directory Traversal)
An attack that exploits insufficient file path validation to access files outside the authorized directory. Path traversal uses sequences like ../ to navigate up the server's file system. It can expose configuration files, private keys, or application source code.