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

ID Title
CVE-2026-57346 Path Traversal in path-traversal (CVE-2026-57346)
CVE-2026-57966 Path Traversal in path-traversal (CVE-2026-57966)
CVE-2026-13528 Path Traversal in vue (CVE-2026-13528)
CVE-2026-13509 Path Traversal in path-traversal (CVE-2026-13509)
CVE-2026-13503 Path Traversal in path-traversal (CVE-2026-13503)
CVE-2026-28701 Path Traversal in daktronics (CVE-2026-28701)
CVE-2026-55700 Path Traversal in pnpm (CVE-2026-55700)
CVE-2026-55699 Path Traversal in pnpm (CVE-2026-55699)
CVE-2026-50015 Path Traversal in pnpm (CVE-2026-50015)
CVE-2026-49984 Path Traversal in kestra (CVE-2026-49984)
CVE-2026-45807 Path Traversal in kestra (CVE-2026-45807)
CVE-2026-29509 Path Traversal in path-traversal (CVE-2026-29509)
CVE-2026-49991 Path Traversal in path-traversal (CVE-2026-49991)
CVE-2026-56876 Path Traversal in extract-zip (CVE-2026-56876)
CVE-2026-55677 Path Traversal in github.com/labstack/echo/v5 (CVE-2026-55677)
CVE-2026-44024 Path Traversal in fluentd (CVE-2026-44024)
CVE-2026-57321 Contributor Arbitrary File Deletion in H5P <= 1.17.7 versions.
CVE-2026-56066 Unauthenticated Arbitrary File Deletion in ShortPixel Adaptive Images <= 3.11.4 versions.
CVE-2025-64152 Path Traversal in apache (CVE-2025-64152)
CVE-2025-55017 Path Traversal in apache (CVE-2025-55017)
CVE-2026-13426 Path Traversal in c (CVE-2026-13426)
CVE-2026-57872 Path Traversal in path-traversal (CVE-2026-57872)
CVE-2026-40084 Path Traversal in path-traversal (CVE-2026-40084)
CVE-2026-56445 Path Traversal in c (CVE-2026-56445)
CVE-2026-55667 Path Traversal in github.com/filebrowser/filebrowser/v2 (CVE-2026-55667)
CVE-2026-54917 Path Traversal in github.com/seaweedfs/seaweedfs (CVE-2026-54917)
CVE-2026-54250 Path Traversal in github.com/k3s-io/k3s (CVE-2026-54250)
CVE-2026-50548 Path Traversal in anysphere (CVE-2026-50548)
CVE-2026-9083 Path Traversal in redhat (CVE-2026-9083)
CVE-2026-45233 Path Traversal in path-traversal (CVE-2026-45233)

🍪 About cookies

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

Details →