6 vulnerabilities classified as CWE-37 (路径遍历:’/absolute/pathname/here’). AI Chinese analysis included.
CWE-37 represents a critical input validation weakness where applications accept absolute pathnames without sufficient scrutiny, enabling attackers to manipulate file system navigation. This vulnerability is typically exploited by injecting directory traversal sequences, such as "../" or absolute paths, into user-controlled inputs like filenames or URL parameters. By doing so, malicious actors can bypass intended access controls to read sensitive configuration files, exfiltrate private data, or execute arbitrary code from unintended locations within the server’s file hierarchy. To mitigate this risk, developers must implement strict input validation that rejects any absolute paths or traversal characters, ensuring only relative paths within a designated, safe directory are processed. Additionally, using canonicalization techniques to resolve and verify paths before access, combined with least-privilege file system permissions, significantly reduces the attack surface and prevents unauthorized file system traversal.
| CVE ID | Title | CVSS | Severity | Published |
|---|---|---|---|---|
| CVE-2024-12806 | SonicWALL SonicOS 安全漏洞 — SonicOS | 6.5 | - | 2025-01-09 |
| CVE-2023-20087 | Cisco Identity Services Engine Arbitrary File Download Vulnerabilities — Cisco Identity Services Engine Software | 4.9 | Medium | 2023-05-18 |
| CVE-2023-20077 | Cisco Identity Services Engine Arbitrary File Download Vulnerabilities — Cisco Identity Services Engine Software | 4.9 | Medium | 2023-05-18 |
| CVE-2022-20962 | Cisco Identity Services Engine 路径遍历漏洞 — Cisco Identity Services Engine Software | 3.8 | Low | 2022-11-03 |
| CVE-2022-25347 | Delta Electronics DIAEnergie Path Traversal — DIAEnergie | 9.8 | Critical | 2022-03-29 |
| CVE-2018-10498 | Samsung Email 信息泄露漏洞 — Samsung Email | 5.5 | - | 2018-09-24 |
Vulnerabilities classified as CWE-37 (路径遍历:’/absolute/pathname/here’) represent 6 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.