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-67285 Path Traversal in CVE-2026-67285 (CVE-2026-67285)
CVE-2026-19594 Path Traversal in path-traversal (CVE-2026-19594)
CVE-2026-63134 Path Traversal in CVE-2026-63134 (CVE-2026-63134)
CVE-2026-73244 Path Traversal in spring (CVE-2026-73244)
CVE-2026-73234 Path Traversal in cpp (CVE-2026-73234)
CVE-2026-73034 Path Traversal in path-traversal (CVE-2026-73034)
CVE-2026-71475 Path Traversal in redhat (CVE-2026-71475)
CVE-2026-19091 Path Traversal in wordpress (CVE-2026-19091)
CVE-2026-73225 Path Traversal in CVE-2026-73225 (CVE-2026-73225)
CVE-2026-73227 Path Traversal in CVE-2026-73227 (CVE-2026-73227)
CVE-2026-73223 Path Traversal in CVE-2026-73223 (CVE-2026-73223)
CVE-2026-48446 Path Traversal in path-traversal (CVE-2026-48446)
CVE-2026-48442 Path Traversal in path-traversal (CVE-2026-48442)
CVE-2026-32677 Path Traversal in path-traversal (CVE-2026-32677)
CVE-2026-72713 Path Traversal in path-traversal (CVE-2026-72713)
CVE-2026-48441 Path Traversal in path-traversal (CVE-2026-48441)
CVE-2026-65768 Path Traversal in path-traversal (CVE-2026-65768)
CVE-2026-73079 Path Traversal in path-traversal (CVE-2026-73079)
CVE-2026-18640 Path Traversal in CVE-2026-18640 (CVE-2026-18640)
CVE-2026-72783 Path Traversal in path-traversal (CVE-2026-72783)
CVE-2026-72773 Path Traversal in CVE-2026-72773 (CVE-2026-72773)
CVE-2026-72770 Path Traversal in path-traversal (CVE-2026-72770)
CVE-2026-72604 Path Traversal in path-traversal (CVE-2026-72604)
CVE-2026-72602 Path Traversal in path-traversal (CVE-2026-72602)
CVE-2026-33922 Path Traversal in path-traversal (CVE-2026-33922)
CVE-2026-66777 Path Traversal in CVE-2026-66777 (CVE-2026-66777)
CVE-2026-44763 Path Traversal in CVE-2026-44763 (CVE-2026-44763)
CVE-2026-73033 Path Traversal in wordpress (CVE-2026-73033)
CVE-2026-73030 Path Traversal in path-traversal (CVE-2026-73030)
CVE-2026-72903 Path Traversal in CVE-2026-72903 (CVE-2026-72903)

🍪 About cookies

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

Details →