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-71313 Path Traversal in github.com/rclone/rclone (CVE-2026-71313)
CVE-2026-18953 Path Traversal in Amazon aws (CVE-2026-18953)
CVE-2026-17556 Path Traversal in path-traversal (CVE-2026-17556)
CVE-2026-71309 Path Traversal in github.com/rclone/rclone (CVE-2026-71309)
CVE-2026-7658 Path Traversal in path-traversal (CVE-2026-7658)
CVE-2026-8183 Path Traversal in langflow (CVE-2026-8183)
CVE-2026-7869 Path Traversal in path-traversal (CVE-2026-7869)
CVE-2026-7646 Path Traversal in path-traversal (CVE-2026-7646)
CVE-2026-70428 Path Traversal in path-traversal (CVE-2026-70428)
CVE-2026-9195 Path Traversal in CVE-2026-9195 (CVE-2026-9195)
CVE-2026-15979 Path Traversal in wordpress (CVE-2026-15979)
CVE-2026-71283 Path Traversal in CVE-2026-71283 (CVE-2026-71283)
CVE-2026-71279 Path Traversal in CVE-2026-71279 (CVE-2026-71279)
CVE-2026-71268 Path Traversal in CVE-2026-71268 (CVE-2026-71268)
CVE-2026-71269 Path Traversal in CVE-2026-71269 (CVE-2026-71269)
CVE-2026-61891 Path Traversal in eclipse (CVE-2026-61891)
CVE-2026-46581 Path Traversal in eclipse (CVE-2026-46581)
CVE-2026-12609 Path Traversal in eclipse (CVE-2026-12609)
CVE-2026-60009 Path Traversal in eclipse (CVE-2026-60009)
CVE-2026-71209 audiobookshelf's authentication-exemption check (server/routers/Auth.js) matches unauthenticated...
CVE-2026-71215 art-template's sub-template resolution logic (src/compile/adapter/resolve-filename.js), used by...
CVE-2026-55747 Path Traversal in CVE-2026-55747 (CVE-2026-55747)
CVE-2026-16940 Path Traversal in wordpress (CVE-2026-16940)
CVE-2026-18903 Path Traversal in path-traversal (CVE-2026-18903)
CVE-2026-18853 Path Traversal in c (CVE-2026-18853)
CVE-2026-70593 Path Traversal in ghost (CVE-2026-70593)
CVE-2026-70592 Path Traversal in ghost (CVE-2026-70592)
CVE-2026-47682 Path Traversal in CVE-2026-47682 (CVE-2026-47682)
CVE-2026-47487 Path Traversal in dos (CVE-2026-47487)
CVE-2026-47612 Path Traversal in nvidia (CVE-2026-47612)

🍪 About cookies

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

Details →