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

ID Title
CVE-2026-14955 Path Traversal in wordpress (CVE-2026-14955)
CVE-2026-73509 Path Traversal in github.com/OpenListTeam/OpenList/v4 (CVE-2026-73509)
CVE-2026-55495 Path Traversal in github.com/cloudreve/Cloudreve/v4 (CVE-2026-55495)
CVE-2026-73646 Path Traversal in postcss (CVE-2026-73646)
CVE-2026-61632 Path Traversal in pymdown-extensions (CVE-2026-61632)
CVE-2026-73851 Path Traversal in Microsoft.OpenApi.Kiota (CVE-2026-73851)
CVE-2026-66004 Path Traversal in path-traversal (CVE-2026-66004)
CVE-2026-66007 Path Traversal in path-traversal (CVE-2026-66007)
CVE-2026-15420 Path Traversal in wordpress (CVE-2026-15420)
CVE-2026-16767 Path Traversal in path-traversal (CVE-2026-16767)
CVE-2026-65694 Path Traversal in path-traversal (CVE-2026-65694)
CVE-2026-15687 Path Traversal in CVE-2026-15687 (CVE-2026-15687)
CVE-2026-65920 Path Traversal in path-traversal (CVE-2026-65920)
CVE-2026-65919 Path Traversal in CVE-2026-65919 (CVE-2026-65919)
CVE-2026-65700 Path Traversal in path-traversal (CVE-2026-65700)
CVE-2026-65701 Path Traversal in path-traversal (CVE-2026-65701)
CVE-2026-65702 Path Traversal in path-traversal (CVE-2026-65702)
CVE-2026-65698 Path Traversal in path-traversal (CVE-2026-65698)
CVE-2026-65695 Path Traversal in path-traversal (CVE-2026-65695)
CVE-2026-65687 Path Traversal in path-traversal (CVE-2026-65687)
CVE-2026-65690 Path Traversal in path-traversal (CVE-2026-65690)
CVE-2026-65689 Path Traversal in path-traversal (CVE-2026-65689)
CVE-2026-65688 Path Traversal in path-traversal (CVE-2026-65688)
CVE-2026-45623 Path Traversal in postcss (CVE-2026-45623)
CVE-2026-65607 Path Traversal in path-traversal (CVE-2026-65607)
CVE-2026-59555 Unauthenticated Arbitrary File Deletion in Participants Database <= 2.7.8.3 versions.
CVE-2026-59542 Subscriber Arbitrary File Deletion in Kali Forms <= 2.4.18 versions.
CVE-2026-57696 Contributor Arbitrary File Deletion in Picture Gallery <= 1.6.5 versions.
CVE-2026-57716 Unauthenticated Arbitrary File Deletion in Broadcast Live Video <= 7.2.4 versions.
CVE-2026-65754 ReReplacer XML include paths could read files outside the site directory.

🍪 About cookies

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

Details →