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-8755 Path Traversal in path-traversal (CVE-2026-8755)
CVE-2026-8754 Path Traversal in AstrBot (CVE-2026-8754)
CVE-2018-25326 Path Traversal in wordpress (CVE-2018-25326)
CVE-2018-25325 Path Traversal in wordpress (CVE-2018-25325)
CVE-2026-8736 Path Traversal in path-traversal (CVE-2026-8736)
CVE-2021-47979 Path Traversal in c (CVE-2021-47979)
CVE-2021-47977 Path Traversal in wordpress (CVE-2021-47977)
CVE-2021-47942 Path Traversal in path-traversal (CVE-2021-47942)
CVE-2026-46703 Path Traversal in boxlite (CVE-2026-46703)
CVE-2026-46383 Path Traversal in apm-cli (CVE-2026-46383)
CVE-2026-46491 Path Traversal in simplesamlphp/simplesamlphp-module-casserver (CVE-2026-46491)
CVE-2026-44641 Path Traversal in apm-cli (CVE-2026-44641)
CVE-2026-44716 Path Traversal in pipecat-ai (CVE-2026-44716)
CVE-2026-7182 Path Traversal in path-traversal (CVE-2026-7182)
CVE-2026-41552 Path Traversal in path-traversal (CVE-2026-41552)
CVE-2026-6403 Path Traversal in wordpress (CVE-2026-6403)
CVE-2026-44647 Path Traversal in CVE-2026-44647 (CVE-2026-44647)
CVE-2026-44522 Vulnerability in github.com/enchant97/note-mark/backend (CVE-2026-44522)
CVE-2026-44973 Path Traversal in github.com/go-git/go-billy/v5 (CVE-2026-44973)
CVE-2026-44542 Path Traversal in github.com/gtsteffaniak/filebrowser (CVE-2026-44542)
CVE-2026-42598 Path Traversal in c (CVE-2026-42598)
CVE-2026-44885 Path Traversal in github.com/portainer/portainer (CVE-2026-44885)
CVE-2026-42593 Path Traversal in github.com/gotenberg/gotenberg/v8 (CVE-2026-42593)
CVE-2026-42881 Path Traversal in CVE-2026-42881 (CVE-2026-42881)
CVE-2026-27886 Path Traversal in @strapi/strapi (CVE-2026-27886)
CVE-2026-6670 Path Traversal in wordpress (CVE-2026-6670)
CVE-2026-44440 Path Traversal in path-traversal (CVE-2026-44440)
CVE-2026-44437 Path Traversal in @angular/ssr (CVE-2026-44437)
CVE-2026-44373 Path Traversal in nitro (CVE-2026-44373)
CVE-2026-42549 Path Traversal in flightphp/core (CVE-2026-42549)

🍪 About cookies

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

Details →