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-41482 Path Traversal in path-traversal (CVE-2026-41482)
CVE-2026-42219 Path Traversal in path-traversal (CVE-2026-42219)
CVE-2026-58499 Path Traversal in path-traversal (CVE-2026-58499)
CVE-2026-55469 Path Traversal in snipe/snipe-it (CVE-2026-55469)
CVE-2026-73498 Path Traversal in mcp-atlassian (CVE-2026-73498)
CVE-2025-70796 Path Traversal in path-traversal (CVE-2025-70796)
CVE-2026-61431 Path Traversal in path-traversal (CVE-2026-61431)
CVE-2026-61432 Path Traversal in path-traversal (CVE-2026-61432)
CVE-2026-60089 Path Traversal in CVE-2026-60089 (CVE-2026-60089)
CVE-2026-57961 Path Traversal in path-traversal (CVE-2026-57961)
CVE-2026-54468 Path Traversal in path-traversal (CVE-2026-54468)
CVE-2026-40005 Path Traversal in apache (CVE-2026-40005)
CVE-2026-13347 Path Traversal in wordpress (CVE-2026-13347)
CVE-2026-15331 Path Traversal in path-traversal (CVE-2026-15331)
CVE-2026-15326 Path Traversal in path-traversal (CVE-2026-15326)
CVE-2026-59832 Path Traversal in CVE-2026-59832 (CVE-2026-59832)
CVE-2026-39245 Path Traversal in path-traversal (CVE-2026-39245)
CVE-2026-13492 Path Traversal in wordpress (CVE-2026-13492)
CVE-2026-59149 Path Traversal in CVE-2026-59149 (CVE-2026-59149)
CVE-2026-15204 Path Traversal in path-traversal (CVE-2026-15204)
CVE-2026-59221 Path Traversal in open-webui (CVE-2026-59221)
CVE-2026-14372 Path Traversal in wordpress (CVE-2026-14372)
CVE-2026-47826 Path Traversal in cloudfoundry (CVE-2026-47826)
CVE-2026-15138 Path Traversal in path-traversal (CVE-2026-15138)
CVE-2026-58192 Path Traversal in appium (CVE-2026-58192)
CVE-2026-54590 Path Traversal in asyncssh (CVE-2026-54590)
CVE-2026-54591 Path Traversal in asyncssh (CVE-2026-54591)
CVE-2026-59948 Path Traversal in composer/composer (CVE-2026-59948)
CVE-2026-59946 Path Traversal in composer/composer (CVE-2026-59946)
CVE-2026-59820 Path Traversal in litellm (CVE-2026-59820)

🍪 About cookies

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

Details →