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-15786 Path Traversal in wordpress (CVE-2026-15786)
CVE-2026-65431 Path Traversal in CVE-2026-65431 (CVE-2026-65431)
CVE-2026-65712 Path Traversal in CVE-2026-65712 (CVE-2026-65712)
CVE-2026-64872 Custom purge and log paths could escape the site webroot directory.
CVE-2026-16078 Path Traversal in wordpress (CVE-2026-16078)
CVE-2026-15074 @fastify/static vulnerable to route guard bypass via path traversal
CVE-2026-16653 Path Traversal in c (CVE-2026-16653)
CVE-2026-14985 Path Traversal in privilege-escalation (CVE-2026-14985)
CVE-2026-13186 Path Traversal in path-traversal (CVE-2026-13186)
CVE-2026-65600 Path Traversal in github.com/traefik/traefik/v2 (CVE-2026-65600)
CVE-2026-44192 Path Traversal in path-traversal (CVE-2026-44192)
CVE-2026-56844 Path Traversal in CVE-2026-56844 (CVE-2026-56844)
CVE-2026-30633 Path Traversal in path-traversal (CVE-2026-30633)
CVE-2026-50757 Path Traversal in path-traversal (CVE-2026-50757)
CVE-2026-30632 Path Traversal in path-traversal (CVE-2026-30632)
CVE-2026-63454 Path Traversal in path-traversal (CVE-2026-63454)
CVE-2026-73653 Path Traversal in @vitest/browser (CVE-2026-73653)
CVE-2026-64825 Path Traversal in homeassistant (CVE-2026-64825)
CVE-2026-15724 Vulnerability in path-traversal (CVE-2026-15724)
CVE-2026-64824 Path Traversal in path-traversal (CVE-2026-64824)
CVE-2026-15791 Path Traversal in c (CVE-2026-15791)
CVE-2026-15789 Path Traversal in mobyproject (CVE-2026-15789)
CVE-2026-13693 Path Traversal in wordpress (CVE-2026-13693)
CVE-2026-53594 Path Traversal in laravel (CVE-2026-53594)
CVE-2026-56452 Path Traversal in c (CVE-2026-56452)
CVE-2026-56623 Path Traversal in apache (CVE-2026-56623)
CVE-2026-60027 Path Traversal in path-traversal (CVE-2026-60027)
CVE-2026-58484 Path Traversal in network-ai (CVE-2026-58484)
CVE-2026-58414 Path Traversal in network-ai (CVE-2026-58414)
CVE-2026-58481 Path Traversal in network-ai (CVE-2026-58481)

🍪 About cookies

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

Details →