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-49780 | IBM OpenPages with Watson 安全漏洞 — OpenPages with Watson | 5.3 | Medium | 2025-02-20 |
| CVE-2025-27092 | GHOSTS 路径遍历漏洞 — GHOSTS | 6.5 | - | 2025-02-19 |
| CVE-2025-24965 | crun 路径遍历漏洞 — crun | 6.5 | - | 2025-02-19 |
| CVE-2025-26615 | WeGIA 访问控制错误漏洞 — WeGIA | 10.0 | Critical | 2025-02-18 |
| CVE-2025-26616 | WeGIA 访问控制错误漏洞 — WeGIA | 6.5 | - | 2025-02-18 |
| CVE-2025-22663 | WordPress plugin Paid Videochat Turnkey Site 路径遍历漏洞 — Paid Videochat Turnkey Site | 8.6 | High | 2025-02-18 |
| CVE-2025-25284 | ZOO-Project 路径遍历漏洞 — ZOO-Project | 6.2 | - | 2025-02-18 |
| CVE-2025-1035 | Komtera KLog Server 路径遍历漏洞 — KLog Server | 5.7 | Medium | 2025-02-18 |
| CVE-2024-13725 | WordPress plugin Keap Official Opt-in Forms 路径遍历漏洞 — Keap Official Opt-in Forms | 9.8 | Critical | 2025-02-18 |
| CVE-2025-25223 | LuxSoft LuxCal Web Calendar 路径遍历漏洞 — The LuxCal Web Calendar | 7.5 | - | 2025-02-18 |
| CVE-2025-26779 | WordPress plugin Keep Backup Daily 路径遍历漏洞 — Keep Backup Daily | 4.9 | Medium | 2025-02-16 |
| CVE-2025-1357 | Seventh D-Guard 路径遍历漏洞 — D-Guard | 4.3 | Medium | 2025-02-16 |
| CVE-2025-1336 | CmsEasy 路径遍历漏洞 — CmsEasy | 4.3 | Medium | 2025-02-16 |
| CVE-2025-1335 | CmsEasy 路径遍历漏洞 — CmsEasy | 4.3 | Medium | 2025-02-16 |
| CVE-2025-25295 | Label Studio 安全漏洞 — label-studio | 7.5 | - | 2025-02-14 |
| CVE-2024-56477 | IBM Power Hardware Management Console 路径遍历漏洞 — Power Hardware Management Console | 6.5 | Medium | 2025-02-14 |
| CVE-2025-1127 | Lexmark 安全漏洞 — CX, XC, CS, MS, MX, XM, et. al. | 9.1 | Critical | 2025-02-13 |
| CVE-2025-24889 | SecureDrop 路径遍历漏洞 — securedrop-client | 4.5 | Medium | 2025-02-13 |
| CVE-2025-24888 | SecureDrop 路径遍历漏洞 — securedrop-client | 8.1 | High | 2025-02-13 |
| CVE-2024-47266 | Synology Active Backup for Business 路径遍历漏洞 — Active Backup for Business | 2.7 | Low | 2025-02-13 |
| CVE-2024-47264 | Synology Active Backup for Business 路径遍历漏洞 — Active Backup for Business | 4.9 | Medium | 2025-02-13 |
| CVE-2024-10763 | WordPress plugin Campress 路径遍历漏洞 — Campress | 9.8 | Critical | 2025-02-13 |
| CVE-2025-1228 | Loggrove 路径遍历漏洞 — Loggrove | 4.3 | Medium | 2025-02-12 |
| CVE-2024-11343 | Progress Telerik Document Processing Libraries 路径遍历漏洞 — Telerik Document Processing Libraries | 8.3 | High | 2025-02-12 |
| CVE-2025-0332 | Progress Telerik UI 路径遍历漏洞 — Progress® Telerik® UI for WinForms | 7.8 | High | 2025-02-12 |
| CVE-2025-24406 | Adobe Commerce 路径遍历漏洞 — Adobe Commerce | 7.5 | High | 2025-02-11 |
| CVE-2024-36508 | Fortinet FortiManager和Fortinet FortiAnalyzer 路径遍历漏洞 — FortiManager | 5.9 | Medium | 2025-02-11 |
| CVE-2024-11771 | Ivanti CSA 路径遍历漏洞 — Cloud Services Application | 5.3 | Medium | 2025-02-11 |
| CVE-2025-25243 | SAP Supplier Relationship Management 路径遍历漏洞 — SAP Supplier Relationship Management (Master Data Management Catalog) | 8.6 | High | 2025-02-11 |
| CVE-2024-8685 | KUNBUS Revolution Pi 路径遍历漏洞 — Revolution Pi | 4.3 | Medium | 2025-02-10 |
CWE-22(对路径名的限制不恰当(路径遍历)) 是常见的弱点类别,本平台收录该类弱点关联的 3786 条 CVE 漏洞。