CWE-30 – Path Traversal: ‘dir..filename’
Description The software uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize 'dir..filename' (leading...
CWE-31 – Path Traversal: ‘dir….filename’
Description The software uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize 'dir....filename' (multiple...
CWE-26 – Path Traversal: ‘/dir/../filename’
Description The software uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize "/dir/../filename" sequences...
CWE-27 – Path Traversal: ‘dir/../../filename’
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...