Skip to main content
traversal

traversal

1 9.0
A security weakness that lets someone access files outside the allowed folder
  • noun
  • /trəˈvɜːrsl/
  • Specialized
translation icon : traversal
  • The security audit revealed a serious traversal vulnerability, allowing unauthorized access to sensitive files.

Examples

  • It allows skipping the traversal of a particular directory or creating a corresponding directory at a target location for copying operations.

    Blog text (22)
  • File system traversal and group operations

    Blog text (22)
  • The method gets called when the traversal of the entire directory has been completed.

    Blog text (22)
  • On the other hand, the new file traversal operation can be a little sluggish on first access in certain runtime implementations.

    Blog text (22)
  • One important example of such functionality is working with links and symbolic links, which can now be created and/or processed in any file system traversal operation. It works only for file systems that support them; in other cases, an **29;5007;TOOLONG will be thrown.

    Blog text (22)
  • Whilst you could mimic the Visitor pattern using a filter with a regular file-based traversal operation, it is much harder to provide a simple and memory-efficient algorithm for a multi-level traversal.

    Blog text (22)
  • Whilst you could mimic the Visitor pattern using a filter with a regular file-based traversal operation, it is much harder to provide a simple and memory-efficient algorithm for a multi-level traversal.

    Blog text (22)
  • To prevent traversal attacks, the developers implemented strict validation for all file-path inputs.

  • An effective strategy against traversal issues is to restrict user permissions on sensitive directories.

Surface Forms

traversal singular
traversals plural

Morphology

traversal = traverse (semi-transparent) = traverse + al

Morphologically regular (act of traversing), but the computing sense is a technical extension requiring domain knowledge, so the relation is not fully transparent to average learners.

Etymology

The security sense of traversal keeps the same basic idea from trans- 'across' and vers- 'turn' — going across a boundary. So a directory traversal is when someone 'goes across' into files or folders they should not be able to open.