CWE一覧に戻る
CWE-48

パスの等価性:'ファイル名'(内部空白文字)

Path Equivalence: 'file name' (Internal Whitespace)
脆弱性 作成中
JA

この製品は、適切な検証を行わずに内部スペース ('file(SPACE)name') 形式のパス入力を受け付けます。このため、パスの解決方法が曖昧になり、攻撃者がファイルシステムを意図しない場所に移動したり、任意のファイルにアクセスしたりする可能性があります。

EN

The product accepts path input in the form of internal space ('file(SPACE)name') without appropriate validation, which can lead to ambiguous path resolution and allow an attacker to traverse the file system to unintended locations or access arbitrary files.

Scope: Confidentiality, Integrity / Impact: Read Files or Directories; Modify Files or Directories
MITRE公式ページ — CWE-48