CWE-34 – Path Traversal: ‘….//’
Description The software uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize '....//' (doubled...
CWE-35 – Path Traversal: ‘…/…//’
Description The software uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize '.../...//' (doubled...