CWE-22 对路径名的限制不恰当(路径遍历) 类弱点 3786 条 CVE 漏洞汇总,含 AI 中文分析。
CWE-22 属于路径遍历漏洞,指程序未正确过滤外部输入中的特殊字符,导致构造的文件路径突破受限目录限制。攻击者常利用“../”等序列访问系统敏感文件,窃取数据或执行恶意操作。开发者应严格校验输入,使用白名单机制限制合法字符,并采用绝对路径或规范化处理,确保最终解析路径始终位于预期目录内,从而有效防御此类风险。
my $dataPath = "/users/cwe/profiles"; my $username = param("user"); my $profilePath = $dataPath . "/" . $username; open(my $fh, "<", $profilePath) || ExitError("profile read error: $profilePath"); print "<ul>\n"; while (<$fh>) { print "<li>$_</li>\n"; } print "</ul>\n";../../../etc/passwdString filename = System.getProperty("com.domain.application.dictionaryFile"); File dictionaryFile = new File(filename);| CVE ID | 标题 | CVSS | 风险等级 | Published |
|---|---|---|---|---|
| CVE-2024-8581 | LoLLMs Web UI 代码注入漏洞 — parisneo/lollms-webui | 7.5 | - | 2025-03-20 |
| CVE-2024-10902 | DB-GPT 安全漏洞 — eosphoros-ai/db-gpt | 9.8 | - | 2025-03-20 |
| CVE-2024-10361 | LibreChat 安全漏洞 — danny-avila/librechat | 9.1 | - | 2025-03-20 |
| CVE-2024-9415 | SuperAGI 路径遍历漏洞 — transformeroptimus/superagi | 9.8 | - | 2025-03-20 |
| CVE-2024-11037 | GPT Academic 路径遍历漏洞 — binary-husky/gpt_academic | 7.5 | - | 2025-03-20 |
| CVE-2025-2505 | WordPress plugin Age Gate 路径遍历漏洞 — Age Gate | 9.8 | Critical | 2025-03-20 |
| CVE-2025-1770 | WordPress plugin Eventin 路径遍历漏洞 — Eventin – Event Calendar, Event Registration, Tickets & Booking (AI Powered) | 8.8 | High | 2025-03-20 |
| CVE-2025-27782 | Applio 路径遍历漏洞 — Applio | 9.8 | - | 2025-03-19 |
| CVE-2025-27783 | Applio 路径遍历漏洞 — Applio | 9.8 | - | 2025-03-19 |
| CVE-2025-27786 | Applio 路径遍历漏洞 — Applio | 7.5 | - | 2025-03-19 |
| CVE-2024-7631 | Red Hat OpenShift Console 路径遍历漏洞 | 4.3 | Medium | 2025-03-19 |
| CVE-2025-2449 | NI FlexLogger 路径遍历漏洞 — FlexLogger | 7.8 | - | 2025-03-18 |
| CVE-2025-2493 | Sytel Softdial Contact Center(Sytel SCC) 路径遍历漏洞 — Softdial Contact Center | 7.5 | - | 2025-03-18 |
| CVE-2025-0694 | CODESYS Control 路径遍历漏洞 — CODESYS Control for BeagleBone SL | 6.6 | Medium | 2025-03-18 |
| CVE-2024-8510 | N‑able N-Central 安全漏洞 — N-central | 5.3 | Medium | 2025-03-17 |
| CVE-2025-29787 | zip 安全漏洞 — zip2 | 9.1 | - | 2025-03-17 |
| CVE-2025-2363 | VBlog 路径遍历漏洞 — VBlog | 6.3 | Medium | 2025-03-17 |
| CVE-2024-30143 | HCL AppScan Traffic Recorder 路径遍历漏洞 — HCL AppScan Traffic Recorder | 4.3 | Medium | 2025-03-13 |
| CVE-2025-2264 | Santesoft Sante PACS Server 安全漏洞 — Sante PACS Server | 7.5 | High | 2025-03-13 |
| CVE-2025-1785 | WordPress plugin Download Manager 路径遍历漏洞 — Download Manager | 5.4 | Medium | 2025-03-13 |
| CVE-2025-2215 | Doufox 路径遍历漏洞 — Doufox | 4.7 | Medium | 2025-03-11 |
| CVE-2025-27101 | Opal 路径遍历漏洞 — opal | 6.5 | - | 2025-03-11 |
| CVE-2024-55597 | Fortinet FortiWeb 路径遍历漏洞 — FortiWeb | 5.2 | Medium | 2025-03-11 |
| CVE-2025-2193 | MRCMS 路径遍历漏洞 — MRCMS | 5.4 | Medium | 2025-03-11 |
| CVE-2025-27397 | Siemens SCALANCE LPE9403 路径遍历漏洞 — SCALANCE LPE9403 | 3.8 | Low | 2025-03-11 |
| CVE-2025-27395 | Siemens SCALANCE LPE9403 路径遍历漏洞 — SCALANCE LPE9403 | 7.2 | High | 2025-03-11 |
| CVE-2025-1661 | WordPress plugin HUSKY Products Filter Professional for WooCommerce 路径遍历漏洞 — HUSKY – Products Filter Professional for WooCommerce | 9.8 | Critical | 2025-03-11 |
| CVE-2025-27519 | Cognita 路径遍历漏洞 — cognita | 9.8 | - | 2025-03-07 |
| CVE-2024-10804 | WordPress plugin Ultimate Video Player 路径遍历漏洞 — Ultimate Video Player WordPress & WooCommerce Plugin | 7.5 | High | 2025-03-07 |
| CVE-2024-12035 | WordPress plugin CS Framework 路径遍历漏洞 — CS Framework | 8.8 | High | 2025-03-07 |
CWE-22(对路径名的限制不恰当(路径遍历)) 是常见的弱点类别,本平台收录该类弱点关联的 3786 条 CVE 漏洞。