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-6321 Path Traversal in fast-uri (CVE-2026-6321)
CVE-2026-42353 Path Traversal in i18next-http-middleware (CVE-2026-42353)
CVE-2026-41690 Vulnerability in i18next-http-middleware (CVE-2026-41690)
CVE-2026-41693 Path Traversal in i18next-fs-backend (CVE-2026-41693)
CVE-2026-41885 Path Traversal in i18next-locize-backend (CVE-2026-41885)
CVE-2026-44340 Path Traversal in PraisonAI (CVE-2026-44340)
CVE-2026-44336 Vulnerability in praison (CVE-2026-44336)
CVE-2026-41491 Path Traversal in github.com/dapr/dapr (CVE-2026-41491)
CVE-2026-41493 Path Traversal in yard (CVE-2026-41493)
CVE-2026-8069 Path Traversal in privilege-escalation (CVE-2026-8069)
CVE-2026-44298 Path Traversal in kimai/kimai (CVE-2026-44298)
CVE-2026-43940 Path Traversal in electerm (CVE-2026-43940)
CVE-2026-42275 Path Traversal in github.com/openziti/zrok (CVE-2026-42275)
CVE-2026-8116 Path Traversal in path-traversal (CVE-2026-8116)
CVE-2026-8115 Path Traversal in short-video-maker (CVE-2026-8115)
CVE-2026-8113 Path Traversal in path-traversal (CVE-2026-8113)
CVE-2026-41691 Path Traversal in i18next-http-backend (CVE-2026-41691)
CVE-2026-40982 Path Traversal in org.springframework.cloud:spring-cloud-config-server (CVE-2026-40982)
CVE-2026-7875 Path Traversal in nanoco (CVE-2026-7875)
CVE-2026-43117 Vulnerability in linux (CVE-2026-43117)
CVE-2026-35397 Path Traversal in jupyter-server (CVE-2026-35397)
CVE-2026-43067 Vulnerability in linux (CVE-2026-43067)
CVE-2026-40076 Path Traversal in org.openmrs.web:openmrs-web (CVE-2026-40076)
CVE-2026-40075 Path Traversal in org.openmrs.web:openmrs-web (CVE-2026-40075)
CVE-2026-37531 Path Traversal in c (CVE-2026-37531)
CVE-2026-5656 Path Traversal in path-traversal (CVE-2026-5656)
CVE-2026-3345 Path Traversal in langflow (CVE-2026-3345)
CVE-2026-4502 Path Traversal in langflow (CVE-2026-4502)
CVE-2026-40912 Vulnerability in traefik (CVE-2026-40912)
CVE-2018-25311 Path Traversal in path-traversal (CVE-2018-25311)

🍪 About cookies

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

Details →