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-71493 Path Traversal in CVE-2026-71493 (CVE-2026-71493)
CVE-2026-62677 Path Traversal in CVE-2026-62677 (CVE-2026-62677)
CVE-2026-49114 Path Traversal in CVE-2026-49114 (CVE-2026-49114)
CVE-2026-77814 Path Traversal in CVE-2026-77814 (CVE-2026-77814)
CVE-2026-75115 Path Traversal in CVE-2026-75115 (CVE-2026-75115)
CVE-2026-76611 Path Traversal in CVE-2026-76611 (CVE-2026-76611)
CVE-2026-77763 Path Traversal in CVE-2026-77763 (CVE-2026-77763)
CVE-2026-77086 Path Traversal in path-traversal (CVE-2026-77086)
CVE-2026-77751 Path Traversal in path-traversal (CVE-2026-77751)
CVE-2026-69400 Path Traversal in path-traversal (CVE-2026-69400)
CVE-2026-17424 Path Traversal in ibm (CVE-2026-17424)
CVE-2026-73040 Path Traversal in CVE-2026-73040 (CVE-2026-73040)
CVE-2026-64777 Path Traversal in apple (CVE-2026-64777)
CVE-2026-53584 Path Traversal in c (CVE-2026-53584)
CVE-2026-63179 Path Traversal in winter/wn-backend-module (CVE-2026-63179)
CVE-2026-73255 Path Traversal in c (CVE-2026-73255)
CVE-2026-32637 Path Traversal in github.com/vmware-tanzu/velero (CVE-2026-32637)
CVE-2026-71492 Path Traversal in CVE-2026-71492 (CVE-2026-71492)
CVE-2026-61625 Path Traversal in CVE-2026-61625 (CVE-2026-61625)
CVE-2026-18274 Path Traversal in path-traversal (CVE-2026-18274)
CVE-2026-70383 Path Traversal in path-traversal (CVE-2026-70383)
CVE-2026-64963 Path Traversal in path-traversal (CVE-2026-64963)
CVE-2026-64966 Path Traversal in path-traversal (CVE-2026-64966)
CVE-2026-64967 Path Traversal in path-traversal (CVE-2026-64967)
CVE-2026-63490 Path Traversal in CVE-2026-63490 (CVE-2026-63490)
CVE-2026-77068 Path Traversal in path-traversal (CVE-2026-77068)
CVE-2026-76832 Path Traversal in path-traversal (CVE-2026-76832)
CVE-2026-76369 Path Traversal in splunk (CVE-2026-76369)
CVE-2026-76359 Path Traversal in path-traversal (CVE-2026-76359)
CVE-2026-76358 Path Traversal in path-traversal (CVE-2026-76358)

🍪 About cookies

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

Details →