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

CWE-28 Individual Dictionary Definition (Draft 9)

Path Traversal: '..\filename'
Weakness ID
Status: Incomplete

28 (Weakness Variant)

Description

Summary

A software system that accepts input in the form of a dot dot backslash ('..\filename') 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"

Observed Examples
ReferenceDescription
CVE-2002-0661
CVE-2002-0946
CVE-2002-1042
CVE-2002-1209
CVE-2002-1178
Relationships
NatureTypeIDName
ChildOfWeakness BaseWeakness BaseWeakness Base23Relative Path Traversal
Source Taxonomies

PLOVER - '..\filename' ('dot dot backslash')

Applicable Platforms

All

Page Last Updated: April 22, 2008