CWE-27

Overview
  • CWE ID
  • 27
  • CWE Name
  • Path Traversal: 'dir/../../filename'
  • CWE Abstraction
  • Variant
  • CWE structure
  • Simple
  • CWE Status
  • Draft
Description
The software uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize multiple internal "../" sequences that can resolve to a location that is outside of that directory.
Extended Description
Related CWEs
CWE ID View ID Nature Ordinal
23 1000 ChildOf Primary