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

ID Title
CVE-2026-44517 Path Traversal in github.com/containers/buildah (CVE-2026-44517)
CVE-2026-55443 Path Traversal in langchain (CVE-2026-55443)
CVE-2026-31978 Path Traversal in motioneye (CVE-2026-31978)
CVE-2026-12479 Path Traversal in keras (CVE-2026-12479)
CVE-2026-56448 Path Traversal in path-traversal (CVE-2026-56448)
CVE-2026-42129 The Loki datasource plugin's callResource handler contains a path traversal vulnerability. An...
CVE-2026-10601 Path Traversal in path-traversal (CVE-2026-10601)
CVE-2026-12821 Path Traversal in path-traversal (CVE-2026-12821)
CVE-2026-56394 Path Traversal in craftcms/cms (CVE-2026-56394)
CVE-2026-11911 Path Traversal in wordpress (CVE-2026-11911)
CVE-2026-9843 Path Traversal in wordpress (CVE-2026-9843)
CVE-2026-55878 Path Traversal in symfony/ux-toolkit (CVE-2026-55878)
CVE-2026-48129 Path Traversal in CVE-2026-48129 (CVE-2026-48129)
CVE-2026-49342 Path Traversal in yard (CVE-2026-49342)
CVE-2026-49339 Path Traversal in go.senan.xyz/gonic (CVE-2026-49339)
CVE-2026-49340 Path Traversal in go.senan.xyz/gonic (CVE-2026-49340)
CVE-2026-49290 Path Traversal in CVE-2026-49290 (CVE-2026-49290)
CVE-2026-56138 Path Traversal in path-traversal (CVE-2026-56138)
CVE-2026-54414 Path Traversal in path-traversal (CVE-2026-54414)
CVE-2026-8713 Path Traversal in wordpress (CVE-2026-8713)
CVE-2026-7547 Path Traversal in wordpress (CVE-2026-7547)
CVE-2026-56078 Path Traversal in praisonai (CVE-2026-56078)
CVE-2026-48716 Path Traversal in CVE-2026-48716 (CVE-2026-48716)
CVE-2026-54319 Vulnerability in github.com/daytonaio/daytona (CVE-2026-54319)
CVE-2026-54223 Path Traversal in path-traversal (CVE-2026-54223)
CVE-2026-8811 Path Traversal in CVE-2026-8811 (CVE-2026-8811)
CVE-2026-12568 Path Traversal in bbot (CVE-2026-12568)
CVE-2026-12565 Path Traversal in bbot (CVE-2026-12565)
CVE-2026-48768 Path Traversal in CVE-2026-48768 (CVE-2026-48768)
CVE-2026-48820 Path Traversal in cakephp/cakephp (CVE-2026-48820)

🍪 About cookies

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

Details →