CWE-28 – Path Traversal: ‘..filedir’
Description The software uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize ".." sequences...
CWE-24 – Path Traversal: ‘../filedir’
Description The software uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize "../" sequences...
CWE-25 – Path Traversal: ‘/../filedir’
Description The software uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize "/../" sequences...