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-5966 Vulnerability in path-traversal (CVE-2026-5966)
CVE-2025-2749 KEV [KEV] Path Traversal in Kentico path-traversal (CVE-2025-2749)
CVE-2026-41589 Path Traversal in charm.land/wish/v2 (CVE-2026-41589)
CVE-2026-40518 Path Traversal in path-traversal (CVE-2026-40518)
CVE-2026-41205 Path Traversal in Mako (CVE-2026-41205)
CVE-2026-41082 Vulnerability in ocaml (CVE-2026-41082)
CVE-2026-40503 Path Traversal in path-traversal (CVE-2026-40503)
CVE-2026-20148 Path Traversal in path-traversal (CVE-2026-20148)
CVE-2026-39399 Vulnerability in CVE-2026-39399 (CVE-2026-39399)
CVE-2026-35031 Vulnerability in path-traversal (CVE-2026-35031)
CVE-2026-34619 Path Traversal in path-traversal (CVE-2026-34619)
CVE-2026-27305 Path Traversal in path-traversal (CVE-2026-27305)
CVE-2025-61624 Path Traversal in path-traversal (CVE-2025-61624)
CVE-2026-32146 Improper Path Validation in Git Dependency Handling Allows Arbitrary File System Modification
CVE-2026-6057 Path Traversal in path-traversal (CVE-2026-6057)
CVE-2026-39981 Path Traversal in path-traversal (CVE-2026-39981)
CVE-2026-35204 Path Traversal in helm (CVE-2026-35204)
CVE-2026-4660 Information Disclosure in github.com/hashicorp/go-getter (CVE-2026-4660)
CVE-2026-40027 Path Traversal in path-traversal (CVE-2026-40027)
CVE-2026-40024 Path Traversal in path-traversal (CVE-2026-40024)
CVE-2026-5436 Path Traversal in wordpress (CVE-2026-5436)
CVE-2026-39844 Path Traversal in zauberzeug (CVE-2026-39844)
CVE-2026-39859 Path Traversal in liquidjs (CVE-2026-39859)
CVE-2026-33466 Path Traversal in path-traversal (CVE-2026-33466)
CVE-2026-39406 Path Traversal in hono (CVE-2026-39406)
CVE-2026-39407 Path Traversal in hono (CVE-2026-39407)
CVE-2026-39408 Path Traversal in path-traversal (CVE-2026-39408)
CVE-2026-3243 The Advanced Members for ACF plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the create_crop function in all versions up to, and including, 1....
CVE-2026-39847 Path Traversal in emmett (CVE-2026-39847)
CVE-2026-39369 Path Traversal in WWBN/AVideo (CVE-2026-39369)

🍪 About cookies

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

Details →