3481 vulnerabilities classified as CWE-22 (对路径名的限制不恰当(路径遍历)). AI Chinese analysis included.
CWE-22 represents a critical input validation weakness where software fails to properly sanitize external input before constructing file paths. Attackers typically exploit this vulnerability by injecting directory traversal sequences, such as “../”, into user-supplied parameters. These malicious inputs allow the application to resolve file references outside the intended restricted directory, potentially granting unauthorized access to sensitive system files, configuration data, or source code. To mitigate this risk, developers must implement rigorous input validation techniques, ensuring that all path components are strictly checked against allowed characters and structures. Additionally, employing canonicalization to resolve symbolic links and relative paths before validation, combined with strict chroot jails or sandboxing, effectively confines file operations to designated directories, thereby neutralizing the potential for path traversal attacks and preserving system integrity.
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 | Title | CVSS | Severity | Published |
|---|---|---|---|---|
| CVE-2017-16603 | NetGain Enterprise Manager 路径遍历漏洞 — NetGain Systems Enterprise Manager | 8.8 | - | 2018-01-23 |
| CVE-2017-16604 | NetGain Enterprise Manager 路径遍历漏洞 — NetGain Systems Enterprise Manager | 6.5 | - | 2018-01-23 |
| CVE-2017-16605 | NetGain Enterprise Manager 路径遍历漏洞 — NetGain Systems Enterprise Manager | 6.5 | - | 2018-01-23 |
| CVE-2017-16606 | NetGain Enterprise Manager 路径遍历漏洞 — NetGain Systems Enterprise Manager | 8.8 | - | 2018-01-23 |
| CVE-2017-16610 | Netgain Enterprise Manager 安全漏洞 — NetGain Systems Enterprise Manager | 9.8 | - | 2018-01-23 |
| CVE-2017-16720 | Advantech WebAccess 路径遍历漏洞 — Advantech WebAccess | 5.3 | - | 2018-01-05 |
| CVE-2017-15893 | Synology File Station 路径遍历漏洞 — Synology File Station | 6.5 | - | 2017-12-08 |
| CVE-2017-15894 | Synology DiskStation Manager 路径遍历漏洞 — Synology DiskStation Manager (DSM) | 6.5 | - | 2017-12-08 |
| CVE-2017-15895 | Synology Router Manager 路径遍历漏洞 — Synology Router Manager (SRM) | 6.5 | - | 2017-12-08 |
| CVE-2017-11511 | ZOHO ManageEngine ServiceDesk 安全漏洞 — ManageEngine ServiceDesk | 7.5 | - | 2017-11-08 |
| CVE-2017-11512 | ZOHO ManageEngine ServiceDesk 安全漏洞 — ManageEngine ServiceDesk | 7.5 | - | 2017-11-08 |
| CVE-2017-10940 | Joyent Smart Data Center 安全漏洞 — Joyent Smart Data Center | 8.8 | - | 2017-10-31 |
| CVE-2017-12263 | Cisco License Manager software 路径遍历漏洞 — Cisco License Manager | 7.5 | - | 2017-10-05 |
| CVE-2017-11162 | Synology Photo Station 路径遍历漏洞 — Synology Photo Station | 6.5 | - | 2017-09-08 |
| CVE-2017-0901 | RubyGems 安全漏洞 — RubyGems | 7.5 | - | 2017-08-31 |
| CVE-2017-12694 | iniNet Solutions SpiderControl SCADA Web Server 路径遍历漏洞 — SpiderControl SCADA Web Server | 7.5 | - | 2017-08-25 |
| CVE-2017-9640 | ALC WebCTRL、i-Vu和SiteScan Web 路径遍历漏洞 — Automated Logic Corporation WebCTRL, i-VU, SiteScan | 8.3 | - | 2017-08-25 |
| CVE-2017-12074 | Synology DNS Server 路径遍历漏洞 — Synology DNS Server | 6.5 | - | 2017-08-24 |
| CVE-2017-7424 | Micro Focus Enterprise Developer和Enterprise Server 路径遍历漏洞 — Micro Focus Enterprise Developer, Micro Focus Enterprise Server | 6.5 | - | 2017-08-21 |
| CVE-2017-11152 | Synology Photo Station 路径遍历漏洞 — Synology Photo Station | 7.5 | - | 2017-08-08 |
| CVE-2017-6758 | Cisco Unified Communications Manager 跨站脚本漏洞 — Cisco Unified Communications Manager | 6.5 | - | 2017-08-07 |
| CVE-2017-6636 | Cisco Prime Collaboration Provisioning Software 路径遍历漏洞 — Cisco Prime Collaboration Provisioning | 6.5 | - | 2017-05-22 |
| CVE-2017-6652 | Cisco TelePresence IX5000 Series 安全漏洞 — Cisco TelePresence IX5000 Series | 7.5 | - | 2017-05-18 |
| CVE-2016-10330 | Synology Photo Station 路径遍历漏洞 — Synology Photo Station | 5.5 | - | 2017-05-12 |
| CVE-2016-10331 | Synology Photo Station 路径遍历漏洞 — Synology Photo Station | 5.3 | - | 2017-05-12 |
| CVE-2017-6629 | Cisco Unity Connection 安全漏洞 — Cisco Unity Connection | 7.5 | - | 2017-05-03 |
| CVE-2017-3851 | Cisco IOx Cisco Application-hosting Framework 路径遍历漏洞 — Cisco Application-Hosting Framework | 7.5 | - | 2017-03-22 |
| CVE-2014-2352 | Cogent DataHub Path Traversal — DataHub | 9.1 | - | 2014-05-30 |
| CVE-2014-0780 | InduSoft Web Studio Path Traversal — Web Studio | 9.8 | - | 2014-04-25 |
| CVE-2014-0750 | GE Proficy HMI/SCADA Path Traversal — Proficy HMI/SCADA - CIMPLICITY | 9.8 | - | 2014-01-25 |
Vulnerabilities classified as CWE-22 (对路径名的限制不恰当(路径遍历)) represent 3481 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.