CWE-73 文件名或路径的外部可控制 类弱点 400 条 CVE 漏洞汇总,含 AI 中文分析。
CWE-73 属于路径遍历漏洞,指应用程序允许用户输入控制文件系统操作中的文件名或路径。攻击者通常利用此缺陷构造恶意路径,以访问或修改系统关键文件及敏感数据,从而破坏应用完整性。开发者应避免直接拼接用户输入,需通过白名单验证、规范化路径及严格过滤特殊字符,确保最终路径位于预期的安全目录内,从而有效阻断非法访问。
String rName = request.getParameter("reportName"); File rFile = new File("/usr/local/apfr/reports/" + rName); ... rFile.delete();fis = new FileInputStream(cfg.getProperty("sub")+".txt"); amt = fis.read(arr); out.println(arr);| CVE ID | 标题 | CVSS | 风险等级 | Published |
|---|---|---|---|---|
| CVE-2023-43074 | Dell Unity 安全漏洞 — Unity | 5.2 | Medium | 2023-10-23 |
| CVE-2023-36634 | Fortinet FortiAP-U 安全漏洞 — FortiAP-U | 6.5 | High | 2023-09-13 |
| CVE-2023-36764 | Microsoft SharePoint 安全漏洞 — Microsoft SharePoint Enterprise Server 2016 | 8.8 | High | 2023-09-12 |
| CVE-2023-4634 | WordPress plugin Media Library Assistant 安全漏洞 — Media Library Assistant | 9.8 | Critical | 2023-09-06 |
| CVE-2023-32615 | Open Automation Software OAS Platform 安全漏洞 — OAS Platform | 6.5 | Medium | 2023-09-05 |
| CVE-2023-4749 | Inventory Management System 安全漏洞 — Inventory Management System | 6.3 | Medium | 2023-09-04 |
| CVE-2023-20234 | Cisco FXOS Software 安全漏洞 — Cisco Adaptive Security Appliance (ASA) Software | 4.4 | Medium | 2023-08-23 |
| CVE-2023-35384 | Microsoft Windows HTML Platform 安全漏洞 — Windows 10 Version 1507 | 5.4 | Medium | 2023-08-08 |
| CVE-2023-4191 | Resort Reservation System 安全漏洞 — Resort Reservation System | 6.3 | Medium | 2023-08-06 |
| CVE-2023-3643 | Carel Boss Mini 安全漏洞 — Boss Mini | 7.3 | High | 2023-07-12 |
| CVE-2023-35308 | Microsoft Windows MSHTML Platform 安全漏洞 — Windows 10 Version 1809 | 6.5 | Medium | 2023-07-11 |
| CVE-2023-3256 | Advantech R-SeeNet 安全漏洞 — R-SeeNet | 8.8 | High | 2023-06-22 |
| CVE-2023-28603 | Zoom VDI client installer 安全漏洞 — Zoom VDI Windows Meeting Client | 7.7 | High | 2023-06-13 |
| CVE-2023-0008 | Palo Alto Networks PAN-OS 安全漏洞 — PAN-OS | 4.4 | Medium | 2023-05-10 |
| CVE-2023-29324 | Microsoft Windows MSHTML Platform 安全漏洞 — Windows 10 Version 1809 | 6.5 | Medium | 2023-05-09 |
| CVE-2023-2554 | bumsys 安全漏洞 — unilogies/bumsys | 7.1 | - | 2023-05-05 |
| CVE-2023-30943 | Moodle 安全漏洞 | 6.5 | Medium | 2023-05-02 |
| CVE-2023-2152 | Student Study Center Desk Management System 安全漏洞 — Student Study Center Desk Management System | 5.3 | Medium | 2023-04-18 |
| CVE-2021-4332 | WordPress plugin Plus Addons for Elementor 安全漏洞 — The Plus Addons for Elementor – Addons for Elementor, Page Templates, Widgets, Mega Menu, WooCommerce | 6.5 | Medium | 2023-03-07 |
| CVE-2023-1105 | FlatPress 安全漏洞 — flatpressblog/flatpress | 8.1 | - | 2023-03-01 |
| CVE-2023-1070 | TeamPass 安全漏洞 — nilsteampassnet/teampass | 9.4 | - | 2023-02-27 |
| CVE-2022-39952 | Fortinet FortiNAC 安全漏洞 — FortiNAC | 9.8 | Critical | 2023-02-16 |
| CVE-2023-21566 | Microsoft Visual Studio 安全漏洞 — Microsoft Visual Studio 2022 version 17.2 | 7.8 | High | 2023-02-14 |
| CVE-2023-21800 | Microsoft Windows Installer 安全漏洞 — Windows Server 2008 Service Pack 2 | 7.8 | High | 2023-02-14 |
| CVE-2023-0003 | Palo Alto Networks Cortex XSOAR 安全漏洞 — Cortex XSOAR | 6.5 | Medium | 2023-02-08 |
| CVE-2022-43513 | Siemens Automation License Manager 安全漏洞 — Automation License Manager V5 | 8.2 | High | 2023-01-10 |
| CVE-2014-125059 | sternenblog 安全漏洞 — sternenblog | 5.0 | Medium | 2023-01-07 |
| CVE-2014-125044 | wing-tight 安全漏洞 — wing-tight | 6.3 | Medium | 2023-01-05 |
| CVE-2022-34669 | NVIDIA GPU Display Driver 安全漏洞 — vGPU software (guest driver) - Windows, NVIDIA Cloud Gaming (guest driver) | 8.8 | High | 2022-12-30 |
| CVE-2022-23536 | cortex 安全漏洞 — cortex | 6.5 | Medium | 2022-12-19 |
CWE-73(文件名或路径的外部可控制) 是常见的弱点类别,本平台收录该类弱点关联的 400 条 CVE 漏洞。