CWE-22 对路径名的限制不恰当(路径遍历) 类弱点 3582 条 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-2023-0591 | UBI Reader 路径遍历漏洞 — ubi_reader | 5.5 | Medium | 2023-01-31 |
| CVE-2022-39059 | Changingtec ServiSign 路径遍历漏洞 — MegaServiSignAdapter | 7.5 | High | 2023-01-31 |
| CVE-2022-46835 | IdentitylQ 路径遍历漏洞 — IdentityIQ | 8.8 | High | 2023-01-31 |
| CVE-2022-38451 | FreshTomato 路径遍历漏洞 — FreshTomato | 7.5 | - | 2023-01-30 |
| CVE-2022-25936 | servst 路径遍历漏洞 — servst | 7.5 | High | 2023-01-30 |
| CVE-2022-0223 | Schneider Electric EcoStruxure Power Build 路径遍历漏洞 — EcoStruxure Power Commission | 6.5 | Medium | 2023-01-30 |
| CVE-2022-22731 | Schneider Electric EcoStruxure Power Commission 路径遍历漏洞 — EcoStruxure Power Commission | 6.5 | Medium | 2023-01-30 |
| CVE-2022-2712 | Eclipse GlassFish 路径遍历漏洞 — Eclipse GlassFish | 6.5 | Medium | 2023-01-27 |
| CVE-2022-40701 | Siretta QUARTZ-GOLD 路径遍历漏洞 — QUARTZ-GOLD | 8.1 | - | 2023-01-26 |
| CVE-2022-38088 | Siretta QUARTZ-GOLD 路径遍历漏洞 — QUARTZ-GOLD | 6.5 | - | 2023-01-26 |
| CVE-2022-39045 | Siretta QUARTZ-GOLD 路径遍历漏洞 — QUARTZ-GOLD | 8.8 | - | 2023-01-26 |
| CVE-2022-41154 | Siretta QUARTZ-GOLD 路径遍历漏洞 — QUARTZ-GOLD | 9.1 | - | 2023-01-26 |
| CVE-2022-43864 | IBM Business Automation Workflow 路径遍历漏洞 — Business Monitor | 7.5 | High | 2023-01-25 |
| CVE-2022-4510 | Binwalk 路径遍历漏洞 — binwalk | 7.8 | High | 2023-01-25 |
| CVE-2022-25882 | Open Neural Network Exchange 路径遍历漏洞 — onnx | 7.5 | High | 2023-01-25 |
| CVE-2022-21192 | serve-lite 路径遍历漏洞 — serve-lite | 7.5 | High | 2023-01-25 |
| CVE-2023-23608 | Spotipy 路径遍历漏洞 — spotipy | - | - | 2023-01-24 |
| CVE-2023-0126 | SonicWALL SMA1000 series 路径遍历漏洞 — SonicWall SMA1000 | 7.5 | - | 2023-01-19 |
| CVE-2023-0290 | Velocidex Velociraptor 路径遍历漏洞 — Velociraptor | 4.3 | - | 2023-01-18 |
| CVE-2020-36651 | youngerheart nodeserver 路径遍历漏洞 — nodeserver | 5.5 | Medium | 2023-01-18 |
| CVE-2022-2893 | RONDS EPM 路径遍历漏洞 — Equipment Predictive Maintenance Solution | 8.2 | High | 2023-01-17 |
| CVE-2014-125080 | frontaccounting 路径遍历漏洞 — faplanet | 5.5 | Medium | 2023-01-16 |
| CVE-2015-10043 | abreen Apollo 路径遍历漏洞 — Apollo | 5.5 | Medium | 2023-01-14 |
| CVE-2022-41956 | Autolab 路径遍历漏洞 — Autolab | 6.5 | Medium | 2023-01-14 |
| CVE-2022-23532 | Neo4j 路径遍历漏洞 — neo4j-apoc-procedures | 7.1 | High | 2023-01-14 |
| CVE-2022-42287 | NVIDIA BMC 代码问题漏洞 — NVIDIA DGX servers | 6.0 | Medium | 2023-01-13 |
| CVE-2022-42282 | NVIDIA BMC 安全漏洞 — NVIDIA DGX servers | 6.5 | Medium | 2023-01-13 |
| CVE-2022-42280 | NVIDIA BMC 路径遍历漏洞 — NVIDIA DGX servers | 7.1 | High | 2023-01-13 |
| CVE-2022-4885 | Jefferson 路径遍历漏洞 — jefferson | 5.0 | Medium | 2023-01-11 |
| CVE-2022-4636 | BlackBox 路径遍历漏洞 — KVM ACR1020A-T | 7.5 | High | 2023-01-10 |
CWE-22(对路径名的限制不恰当(路径遍历)) 是常见的弱点类别,本平台收录该类弱点关联的 3582 条 CVE 漏洞。