CWE
Home > CWE List > CWE-24 Individual Dictionary Definition (Draft 9)   View the CWE List

CWE-24 Individual Dictionary Definition (Draft 9)

Path Traversal: '../filedir'
Weakness ID
Status: Incomplete

24 (Weakness Variant)

Description

Summary

A software system that accepts input in the form of dot dot slash ('../') without appropriate validation can allow an attacker to traverse the file system to access an arbitrary file. Note that '..' is ignored if the current working directory is the root directory.

Potential Mitigations

see the vulnerability category "Path Traversal"

Relationships
NatureTypeIDName
ChildOfWeakness BaseWeakness BaseWeakness Base23Relative Path Traversal
Source Taxonomies

PLOVER - '../filedir

Applicable Platforms

All

Page Last Updated: April 22, 2008