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-9062 Path Traversal in wordpress (CVE-2026-9062)
CVE-2026-11769 Path Traversal in github.com/grafana/grafana-operator (CVE-2026-11769)
CVE-2026-12089 Path Traversal in wordpress (CVE-2026-12089)
CVE-2026-11442 Path Traversal in path-traversal (CVE-2026-11442)
CVE-2026-53825 Path Traversal in openclaw (CVE-2026-53825)
CVE-2026-53519 Path Traversal in github.com/nezhahq/nezha (CVE-2026-53519)
CVE-2026-54093 Path Traversal in github.com/filebrowser/filebrowser/v2 (CVE-2026-54093)
CVE-2026-54094 Path Traversal in github.com/filebrowser/filebrowser/v2 (CVE-2026-54094)
CVE-2026-54394 Path Traversal in path-traversal (CVE-2026-54394)
CVE-2026-45775 Path Traversal in path-traversal (CVE-2026-45775)
CVE-2026-43872 Path Traversal in path-traversal (CVE-2026-43872)
CVE-2026-3840 Path Traversal in path-traversal (CVE-2026-3840)
CVE-2026-6961 Path Traversal in path-traversal (CVE-2026-6961)
CVE-2026-44171 Path Traversal in mariadb (CVE-2026-44171)
CVE-2026-11846 Path Traversal in CVE-2026-11846 (CVE-2026-11846)
CVE-2026-11844 Path Traversal in CVE-2026-11844 (CVE-2026-11844)
CVE-2026-11847 Path Traversal in path-traversal (CVE-2026-11847)
CVE-2026-47368 Path Traversal in path-traversal (CVE-2026-47368)
CVE-2026-45171 Path Traversal in paloaltonetworks (CVE-2026-45171)
CVE-2025-24268 Path Traversal in apple (CVE-2025-24268)
CVE-2026-49982 Vulnerability in tmp (CVE-2026-49982)
CVE-2026-53777 Path Traversal in path-traversal (CVE-2026-53777)
CVE-2026-11816 Path Traversal in path-traversal (CVE-2026-11816)
CVE-2026-48020 Vulnerability in github.com/traefik/traefik/v2 (CVE-2026-48020)
CVE-2026-8464 Path Traversal in path-traversal (CVE-2026-8464)
CVE-2026-40987 Path Traversal in CVE-2026-40987 (CVE-2026-40987)
CVE-2026-52726 Path Traversal in dulwich (CVE-2026-52726)
CVE-2026-49219 Path Traversal in Magick.NET-Q16-AnyCPU (CVE-2026-49219)
CVE-2026-45380 Path Traversal in c (CVE-2026-45380)
CVE-2026-0270 Path Traversal in path-traversal (CVE-2026-0270)

🍪 About cookies

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

Details →