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

ID Title
CVE-2026-9725 Path Traversal in wordpress (CVE-2026-9725)
CVE-2026-14352 Path Traversal in wordpress (CVE-2026-14352)
CVE-2026-14327 Path Traversal in wordpress (CVE-2026-14327)
CVE-2026-13054 Path Traversal in path-traversal (CVE-2026-13054)
CVE-2026-58460 Path Traversal in react (CVE-2026-58460)
CVE-2026-58467 Path Traversal in nginx (CVE-2026-58467)
CVE-2026-52830 Path Traversal in fast-mcp-telegram (CVE-2026-52830)
CVE-2026-7311 Path Traversal in wordpress (CVE-2026-7311)
CVE-2026-55117 Path Traversal in path-traversal (CVE-2026-55117)
CVE-2026-55111 Path Traversal in path-traversal (CVE-2026-55111)
CVE-2026-54406 Path Traversal in path-traversal (CVE-2026-54406)
CVE-2026-54403 Path Traversal in path-traversal (CVE-2026-54403)
CVE-2026-9145 Path Traversal in wordpress (CVE-2026-9145)
CVE-2026-13369 Path Traversal in wordpress (CVE-2026-13369)
CVE-2026-13251 Path Traversal in wordpress (CVE-2026-13251)
CVE-2026-14439 Path Traversal in path-traversal (CVE-2026-14439)
CVE-2026-58451 Path Traversal in csrf (CVE-2026-58451)
CVE-2026-49119 Path Traversal in path-traversal (CVE-2026-49119)
CVE-2026-5051 Path Traversal in CVE-2026-5051 (CVE-2026-5051)
CVE-2026-20191 Path Traversal in cisco (CVE-2026-20191)
CVE-2026-53906 Path Traversal in path-traversal (CVE-2026-53906)
CVE-2026-56377 Path Traversal in imagemagick (CVE-2026-56377)
CVE-2026-56233 Path Traversal in path-traversal (CVE-2026-56233)
CVE-2026-50003 Path Traversal in c (CVE-2026-50003)
CVE-2026-52868 Path Traversal in CVE-2026-52868 (CVE-2026-52868)
CVE-2026-11595 Path Traversal in ibm (CVE-2026-11595)
CVE-2026-58372 Path Traversal in path-traversal (CVE-2026-58372)
CVE-2026-58173 Path Traversal in path-traversal (CVE-2026-58173)
CVE-2026-48314 Path Traversal in path-traversal (CVE-2026-48314)
CVE-2026-58166 Path Traversal in path-traversal (CVE-2026-58166)

🍪 About cookies

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

Details →