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-2614 MLflow allows an unauthenticated remote attacker to read arbitrary files from the server's filesystem
CVE-2026-44635 Vulnerability in kysely (CVE-2026-44635)
CVE-2026-45224 Crabbox contains a path traversal vulnerability in the Islo provider's workspace path resolution
CVE-2026-42866 Path Traversal in CVE-2026-42866 (CVE-2026-42866)
CVE-2026-44996 Path Traversal in openclaw (CVE-2026-44996)
CVE-2026-42314 Path Traversal in pyload-ng (CVE-2026-42314)
CVE-2026-42315 Path Traversal in pyload-ng (CVE-2026-42315)
CVE-2026-6815 Path Traversal in github.com/casdoor/casdoor (CVE-2026-6815)
CVE-2026-42608 Path Traversal in getgrav/grav (CVE-2026-42608)
CVE-2025-65418 Path Traversal in path-traversal (CVE-2025-65418)
CVE-2026-45017 Path Traversal in python-liquid (CVE-2026-45017)
CVE-2026-44353 Path Traversal in streamlink (CVE-2026-44353)
CVE-2026-44565 Path Traversal in open-webui (CVE-2026-44565)
CVE-2026-41951 Path Traversal in jvn (CVE-2026-41951)
CVE-2026-41530 Path Traversal in jvn (CVE-2026-41530)
CVE-2026-8274 Path Traversal in c (CVE-2026-8274)
CVE-2022-50956 Path Traversal in wordpress (CVE-2022-50956)
CVE-2026-8215 Path Traversal in path-traversal (CVE-2026-8215)
CVE-2026-42605 Path Traversal in azuracast/azuracast (CVE-2026-42605)
CVE-2026-42574 Path Traversal in chainguard.dev/apko (CVE-2026-42574)
CVE-2026-20174 Path Traversal in Cisco nexus-dashboard-insights (CVE-2026-20174)
CVE-2026-20180 Path Traversal in Cisco dos (CVE-2026-20180)
CVE-2026-44788 Path Traversal in SharpCompress (CVE-2026-44788)
CVE-2026-42351 Path Traversal in pygeoapi (CVE-2026-42351)
CVE-2026-44566 Path Traversal in open-webui (CVE-2026-44566)
CVE-2026-42213 Path Traversal in CVE-2026-42213 (CVE-2026-42213)
CVE-2026-7807 Path Traversal in smartertools (CVE-2026-7807)
CVE-2026-42028 Path Traversal in path-traversal (CVE-2026-42028)
CVE-2026-41887 Path Traversal in flarum/core (CVE-2026-41887)
CVE-2026-38360 Path Traversal in path-traversal (CVE-2026-38360)

🍪 About cookies

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

Details →