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-69112 Path Traversal in path-traversal (CVE-2026-69112)
CVE-2026-12339 Path Traversal in path-traversal (CVE-2026-12339)
CVE-2026-47754 Path Traversal in tomcat (CVE-2026-47754)
CVE-2026-15059 Path Traversal in path-traversal (CVE-2026-15059)
CVE-2026-72567 Path Traversal in path-traversal (CVE-2026-72567)
CVE-2026-72569 Path Traversal in path-traversal (CVE-2026-72569)
CVE-2026-72571 Path Traversal in path-traversal (CVE-2026-72571)
CVE-2026-72572 Path Traversal in path-traversal (CVE-2026-72572)
CVE-2026-66484 Path Traversal in path-traversal (CVE-2026-66484)
CVE-2026-13170 Path Traversal in wordpress (CVE-2026-13170)
CVE-2026-19372 Path Traversal in path-traversal (CVE-2026-19372)
CVE-2026-19371 Path Traversal in path-traversal (CVE-2026-19371)
CVE-2026-19370 Path Traversal in path-traversal (CVE-2026-19370)
CVE-2026-19368 Path Traversal in path-traversal (CVE-2026-19368)
CVE-2026-19366 Path Traversal in path-traversal (CVE-2026-19366)
CVE-2026-19365 Path Traversal in path-traversal (CVE-2026-19365)
CVE-2026-19338 Path Traversal in path-traversal (CVE-2026-19338)
CVE-2026-19336 Path Traversal in path-traversal (CVE-2026-19336)
CVE-2026-19335 Path Traversal in path-traversal (CVE-2026-19335)
CVE-2026-18465 Path Traversal in wordpress (CVE-2026-18465)
CVE-2026-19331 Path Traversal in path-traversal (CVE-2026-19331)
CVE-2026-19330 Path Traversal in path-traversal (CVE-2026-19330)
CVE-2026-19327 Path Traversal in path-traversal (CVE-2026-19327)
CVE-2026-19326 Path Traversal in path-traversal (CVE-2026-19326)
CVE-2026-19325 Path Traversal in path-traversal (CVE-2026-19325)
CVE-2026-19328 Path Traversal in path-traversal (CVE-2026-19328)
CVE-2026-19324 Path Traversal in vue (CVE-2026-19324)
CVE-2026-19323 Path Traversal in react (CVE-2026-19323)
CVE-2026-19287 Path Traversal in path-traversal (CVE-2026-19287)
CVE-2026-19288 Path Traversal in path-traversal (CVE-2026-19288)

🍪 About cookies

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

Details →