Cwe 22

🧬 CWE Related 96
slug: cwe-22

Explanation

CWE-22は「ファイル名のパスをユーザー入力から組み立てるとき、`../` のような相対パス記号をきちんと無害化せず、本来アクセスできないファイルを読み書きされてしまう欠陥」のことです。 ファイルダウンロード機能・画像表示機能・テンプレート機能でよく見られます。 対策は「絶対パスへの正規化 + 許可されたディレクトリ内かのチェック」、または「ファイル名にIDのみを使い、パス記号を一切使わない設計」。
📌 Example
CVE-2024-57726 (SimpleHelp): zipファイル展開時のZip Slip攻撃で、サーバー上の任意の場所にファイル書き込みされる脆弱性。CISA KEV入り。

🔖 Related tags

🛡 Vulnerabilities tagged with this 1,817

ID Title
CVE-2026-58072 Path Traversal in CVE-2026-58072 (CVE-2026-58072)
CVE-2026-69110 Path Traversal in CVE-2026-69110 (CVE-2026-69110)
CVE-2026-67200 Path Traversal in path-traversal (CVE-2026-67200)
CVE-2026-14194 Path Traversal in path-traversal (CVE-2026-14194)
CVE-2026-14818 Path Traversal in path-traversal (CVE-2026-14818)
CVE-2026-17614 Path Traversal in path-traversal (CVE-2026-17614)
CVE-2026-56845 Path Traversal in path-traversal (CVE-2026-56845)
CVE-2026-18646 Path Traversal in path-traversal (CVE-2026-18646)
CVE-2026-18645 Path Traversal in path-traversal (CVE-2026-18645)
CVE-2026-18648 Path Traversal in react (CVE-2026-18648)
CVE-2026-18644 Path Traversal in path-traversal (CVE-2026-18644)
CVE-2026-61372 Path Traversal in apache (CVE-2026-61372)
CVE-2026-69153 Path Traversal in postcss (CVE-2026-69153)
CVE-2026-69095 Path Traversal in path-traversal (CVE-2026-69095)
CVE-2026-69086 Path Traversal in CVE-2026-69086 (CVE-2026-69086)
CVE-2026-69089 Path Traversal in path-traversal (CVE-2026-69089)
CVE-2025-15673 Path Traversal in wordpress (CVE-2025-15673)
CVE-2026-9856 Path Traversal in path-traversal (CVE-2026-9856)
CVE-2026-9335 Path Traversal in keras (CVE-2026-9335)
CVE-2026-13339 Path Traversal in wordpress (CVE-2026-13339)
CVE-2026-18352 Path Traversal in wordpress (CVE-2026-18352)
CVE-2026-67309 Path Traversal in github.com/traefik/traefik/v3 (CVE-2026-67309)
CVE-2026-67295 Path Traversal in CVE-2026-67295 (CVE-2026-67295)
CVE-2026-15450 Path Traversal in wordpress (CVE-2026-15450)
CVE-2026-15601 Path Traversal in wordpress (CVE-2026-15601)
CVE-2026-15244 Path Traversal in c (CVE-2026-15244)
CVE-2026-15932 Path Traversal in wordpress (CVE-2026-15932)
CVE-2026-15006 Path Traversal in wordpress (CVE-2026-15006)
CVE-2026-54785 Path Traversal in gemini-bridge (CVE-2026-54785)
CVE-2026-62999 Path Traversal in CVE-2026-62999 (CVE-2026-62999)

🍪 About cookies

We use cookies to keep you logged in, remember your language, and improve the service.

Details →