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

ID Title
CVE-2026-42756 Path Traversal in path-traversal (CVE-2026-42756)
CVE-2026-42737 Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') vulnerability in...
CVE-2024-47267 Path Traversal in path-traversal (CVE-2024-47267)
CVE-2026-41009 Path Traversal in cloud-foundry (CVE-2026-41009)
CVE-2026-44705 Path Traversal in tmp (CVE-2026-44705)
CVE-2026-42448 Path Traversal in magic-wormhole (CVE-2026-42448)
CVE-2026-48126 Path Traversal in github.com/xyproto/algernon (CVE-2026-48126)
CVE-2026-43982 Path Traversal in CVE-2026-43982 (CVE-2026-43982)
CVE-2026-40384 Path Traversal in joomla (CVE-2026-40384)
CVE-2026-40383 Joomla! Core - [20260509] - LFI in HTMLView layout parameter
CVE-2026-9550 Path Traversal in path-traversal (CVE-2026-9550)
CVE-2026-41917 Path Traversal in CVE-2026-41917 (CVE-2026-41917)
CVE-2026-42496 Vulnerability in archive (CVE-2026-42496)
CVE-2026-9473 Path Traversal in c (CVE-2026-9473)
CVE-2026-9472 Path Traversal in path-traversal (CVE-2026-9472)
CVE-2026-9468 Path Traversal in path-traversal (CVE-2026-9468)
CVE-2026-9467 Path Traversal in path-traversal (CVE-2026-9467)
CVE-2018-25374 Path Traversal in c (CVE-2018-25374)
CVE-2018-25365 Path Traversal in path-traversal (CVE-2018-25365)
CVE-2026-7766 Path Traversal in path-traversal (CVE-2026-7766)
CVE-2026-41863 Path Traversal in org.springframework.ai:spring-ai-anthropic (CVE-2026-41863)
CVE-2026-9489 Path Traversal in privilege-escalation (CVE-2026-9489)
CVE-2026-9351 Path Traversal in path-traversal (CVE-2026-9351)
CVE-2026-36227 Path Traversal in path-traversal (CVE-2026-36227)
CVE-2025-45145 Path Traversal in path-traversal (CVE-2025-45145)
CVE-2026-45390 Path Traversal in tar (CVE-2026-45390)
CVE-2026-48777 Path Traversal in github.com/gtsteffaniak/filebrowser/backend (CVE-2026-48777)
CVE-2026-34911 Path Traversal in path-traversal (CVE-2026-34911)
CVE-2026-34909 KEV [KEV] Path Traversal in Ubiquiti path-traversal (CVE-2026-34909)
CVE-2026-46486 Path Traversal in mvt (CVE-2026-46486)

🍪 About cookies

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

Details →