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-2022-2265 Path Traversal in path-traversal (CVE-2022-2265)
CVE-2022-37700 Path Traversal in path-traversal (CVE-2022-37700)
CVE-2022-38614 Path Traversal in bpcbt (CVE-2022-38614)
CVE-2022-38613 Path Traversal in path-traversal (CVE-2022-38613)
CVE-2022-26352 KEV [KEV] Path Traversal in dotcms (CVE-2022-26352)
CVE-2020-36193 KEV [KEV] Path Traversal in Pear archive-tar (CVE-2020-36193)
CVE-2022-27925 KEV [KEV] Path Traversal in Synacor zimbra-collaboration-suite-zcs (CVE-2022-27925)
CVE-2022-37042 KEV [KEV] Path Traversal in Synacor zimbra-collaboration-suite-zcs (CVE-2022-37042)
CVE-2022-30333 KEV [KEV] Path Traversal in Rarlab unrar (CVE-2022-30333)
CVE-2022-24992 Path Traversal in path-traversal (CVE-2022-24992)
CVE-2019-7195 KEV [KEV] Path Traversal in Qnap photo-station (CVE-2019-7195)
CVE-2019-7194 KEV [KEV] Path Traversal in Qnap photo-station (CVE-2019-7194)
CVE-2022-28945 Path Traversal in path-traversal (CVE-2022-28945)
CVE-2015-0016 KEV [KEV] Path Traversal in Microsoft windows (CVE-2015-0016)
CVE-2021-3806 Path Traversal in path-traversal (CVE-2021-3806)
CVE-2021-27328 Path Traversal in path-traversal (CVE-2021-27328)
CVE-2020-3365 Path Traversal in path-traversal (CVE-2020-3365)
CVE-2020-3236 Path Traversal in path-traversal (CVE-2020-3236)
CVE-2019-1952 Path Traversal in path-traversal (CVE-2019-1952)
CVE-2019-10869 Path Traversal in wordpress (CVE-2019-10869)
CVE-2018-8727 Path Traversal in path-traversal (CVE-2018-8727)
CVE-2021-45783 Path Traversal in path-traversal (CVE-2021-45783)
CVE-2022-29464 KEV [KEV] Path Traversal in Wso2 multiple-products (CVE-2022-29464)
CVE-2014-0780 KEV [KEV] Path Traversal in Indusoft web-studio (CVE-2014-0780)
CVE-2021-37293 Path Traversal in path-traversal (CVE-2021-37293)
CVE-2019-7483 KEV [KEV] Path Traversal in Sonicwall sma100 (CVE-2019-7483)
CVE-2020-1631 KEV [KEV] Path Traversal in Juniper junos-os (CVE-2020-1631)
CVE-2016-0752 KEV [KEV] Path Traversal in rails (CVE-2016-0752)
CVE-2015-4068 KEV [KEV] Path Traversal in Arcserve unified-data-protection-udp (CVE-2015-4068)
CVE-2015-3035 KEV [KEV] Path Traversal in Tp-link multiple-archer-devices (CVE-2015-3035)

🍪 About cookies

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

Details →