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-72850 Path Traversal in CVE-2026-72850 (CVE-2026-72850)
CVE-2026-17473 Path Traversal in ibm (CVE-2026-17473)
CVE-2026-17088 Path Traversal in path-traversal (CVE-2026-17088)
CVE-2026-17071 Path Traversal in path-traversal (CVE-2026-17071)
CVE-2026-17043 Path Traversal in path-traversal (CVE-2026-17043)
CVE-2026-16908 Path Traversal in path-traversal (CVE-2026-16908)
CVE-2026-67613 Path Traversal in c (CVE-2026-67613)
CVE-2026-13048 Path Traversal in CVE-2026-13048 (CVE-2026-13048)
CVE-2026-70460 Path Traversal in path-traversal (CVE-2026-70460)
CVE-2026-65582 Subscriber Arbitrary File Download in AI Hub <= 1.3.10 versions.
CVE-2026-61980 Unauthenticated Arbitrary File Download in OMGF Pro <= 5.2.7 versions.
CVE-2026-28189 Unauthenticated Arbitrary File Deletion in Participants Database <= 2.7.8.4 versions.
CVE-2026-73620 Path Traversal in CVE-2026-73620 (CVE-2026-73620)
CVE-2026-64826 Path Traversal in path-traversal (CVE-2026-64826)
CVE-2026-13622 Path Traversal in CVE-2026-13622 (CVE-2026-13622)
CVE-2026-13105 Path Traversal in path-traversal (CVE-2026-13105)
CVE-2026-66898 Path Traversal in path-traversal (CVE-2026-66898)
CVE-2026-16033 Path Traversal in path-traversal (CVE-2026-16033)
CVE-2026-73407 Path Traversal in CVE-2026-73407 (CVE-2026-73407)
CVE-2026-73327 Path Traversal in path-traversal (CVE-2026-73327)
CVE-2026-17266 Path Traversal in ibm (CVE-2026-17266)
CVE-2026-17094 Path Traversal in path-traversal (CVE-2026-17094)
CVE-2026-18106 Path Traversal in ibm (CVE-2026-18106)
CVE-2026-66384 KEV [KEV] Path Traversal in Jfrog artifactory (CVE-2026-66384)
CVE-2026-65939 Path Traversal in CVE-2026-65939 (CVE-2026-65939)
CVE-2026-66382 Path Traversal in CVE-2026-66382 (CVE-2026-66382)
CVE-2026-67286 Path Traversal in CVE-2026-67286 (CVE-2026-67286)
CVE-2026-66381 Path Traversal in CVE-2026-66381 (CVE-2026-66381)
CVE-2026-48798 Path Traversal in SSH.NET (CVE-2026-48798)
CVE-2026-73291 Path Traversal in CVE-2026-73291 (CVE-2026-73291)

🍪 About cookies

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

Details →