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

ID Title
CVE-2026-39369 Path Traversal in WWBN/AVideo (CVE-2026-39369)
CVE-2026-34079 Path Traversal in flatpak (CVE-2026-34079)
CVE-2026-34371 Path Traversal in librechat (CVE-2026-34371)
CVE-2026-39365 Path Traversal in vitejs (CVE-2026-39365)
CVE-2026-39345 Path Traversal in orangehrm (CVE-2026-39345)
CVE-2026-35454 Path Traversal in github.com/coder/code-marketplace (CVE-2026-35454)
CVE-2026-35471 Path Traversal in github.com/patrickhener/goshs (CVE-2026-35471)
CVE-2026-35392 Path Traversal in github.com/patrickhener/goshs (CVE-2026-35392)
CVE-2026-35393 Path Traversal in github.com/patrickhener/goshs (CVE-2026-35393)
CVE-2026-35177 Path Traversal in c (CVE-2026-35177)
CVE-2026-35174 Path Traversal in path-traversal (CVE-2026-35174)
CVE-2026-5597 Path Traversal in path-traversal (CVE-2026-5597)
CVE-2019-25687 Path Traversal in wisdom (CVE-2019-25687)
CVE-2019-25671 Path Traversal in c (CVE-2019-25671)
CVE-2026-5595 Path Traversal in path-traversal (CVE-2026-5595)
CVE-2026-5535 Path Traversal in path-traversal (CVE-2026-5535)
CVE-2026-3666 Path Traversal in wordpress (CVE-2026-3666)
CVE-2026-34607 Path Traversal in path-traversal (CVE-2026-34607)
CVE-2026-34978 Path Traversal in path-traversal (CVE-2026-34978)
CVE-2026-26058 Path Traversal in path-traversal (CVE-2026-26058)
CVE-2026-22661 Path Traversal in path-traversal (CVE-2026-22661)
CVE-2026-28373 Path Traversal in path-traversal (CVE-2026-28373)
CVE-2026-35214 Path Traversal in path-traversal (CVE-2026-35214)
CVE-2025-59711 Path Traversal in path-traversal (CVE-2025-59711)
CVE-2025-59709 Path Traversal in c (CVE-2025-59709)
CVE-2026-4350 The Perfmatters plugin for WordPress is vulnerable to arbitrary file deletion via path traversal in all versions up to, and including, 2.5.9.1. This is due to the `PMCS::action_handler()` method proce...
CVE-2026-34745 Path Traversal in shaneisrael (CVE-2026-34745)
CVE-2026-34726 Path Traversal in path-traversal (CVE-2026-34726)
CVE-2026-34730 Path Traversal in copier-org (CVE-2026-34730)
CVE-2026-34591 Path Traversal in python-poetry (CVE-2026-34591)

🍪 About cookies

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

Details →