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,035

ID Title
CVE-2026-10264 Path Traversal in path-traversal (CVE-2026-10264)
CVE-2024-40646 Path Traversal in path-traversal (CVE-2024-40646)
CVE-2026-48827 Path Traversal in apache (CVE-2026-48827)
CVE-2026-40547 Path Traversal in path-traversal (CVE-2026-40547)
CVE-2026-10213 Path Traversal in path-traversal (CVE-2026-10213)
CVE-2018-25421 Path Traversal in path-traversal (CVE-2018-25421)
CVE-2018-25408 Path Traversal in path-traversal (CVE-2018-25408)
CVE-2026-10108 Path Traversal in xiaomusic (CVE-2026-10108)
CVE-2026-45668 Path Traversal in path-traversal (CVE-2026-45668)
CVE-2026-45661 Path Traversal in path-traversal (CVE-2026-45661)
CVE-2026-39276 Path Traversal in path-traversal (CVE-2026-39276)
CVE-2018-25393 Path Traversal in path-traversal (CVE-2018-25393)
CVE-2026-9559 Path Traversal in mautic/core (CVE-2026-9559)
CVE-2026-47179 Path Traversal in github.com/getarcaneapp/arcane/backend (CVE-2026-47179)
CVE-2026-42305 Path Traversal in dulwich (CVE-2026-42305)
CVE-2026-49128 Path Traversal in path-traversal (CVE-2026-49128)
CVE-2026-33462 Path Traversal in elk (CVE-2026-33462)
CVE-2026-32847 Path Traversal in path-traversal (CVE-2026-32847)
CVE-2026-4944 Path Traversal in CVE-2026-4944 (CVE-2026-4944)
CVE-2026-49238 Path Traversal in cpp (CVE-2026-49238)
CVE-2026-9789 Path Traversal in privilege-escalation (CVE-2026-9789)
CVE-2026-46402 Path Traversal in path-traversal (CVE-2026-46402)
CVE-2026-49009 Path Traversal in path-traversal (CVE-2026-49009)
CVE-2026-3366 Path Traversal in ibm (CVE-2026-3366)
CVE-2026-6957 Path Traversal in mattermost (CVE-2026-6957)
CVE-2026-47118 Path Traversal in path-traversal (CVE-2026-47118)
CVE-2026-48544 Path Traversal in taipy (CVE-2026-48544)
CVE-2026-9035 Path Traversal in ibm (CVE-2026-9035)
CVE-2026-7524 Path Traversal in langflow (CVE-2026-7524)
CVE-2026-42756 Path Traversal in path-traversal (CVE-2026-42756)

🍪 About cookies

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

Details →