Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CWE-24 (路径遍历:’../filedir’) — Vulnerability Class 100

100 vulnerabilities classified as CWE-24 (路径遍历:’../filedir’). AI Chinese analysis included.

CWE-24 represents a critical input validation weakness where software fails to properly sanitize user-supplied data before constructing file paths. Attackers typically exploit this vulnerability by injecting directory traversal sequences, such as "../", into input fields to manipulate the resulting pathname. This manipulation allows the application to resolve paths outside the intended restricted directory, enabling unauthorized access to sensitive system files, configuration data, or source code. To mitigate this risk, developers must implement robust input validation strategies that strictly whitelist allowed characters and reject any path components containing traversal sequences. Additionally, employing canonicalization techniques to normalize paths before validation ensures that encoded or double-encoded attacks are detected. Restricting file system access through chroot jails or containerization further limits the potential impact of successful exploitation, ensuring that even if validation fails, the attacker cannot escape the designated secure boundary.

MITRE CWE Description
The product uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize "../" sequences that can resolve to a location that is outside of that directory. This allows attackers to traverse the file system to access files or directories that are outside of the restricted directory. The "../" manipulation is the canonical manipulation for operating systems that use "/" as directory separators, such as UNIX- and Linux-based systems. In some cases, it is useful for bypassing protection schemes in environments for which "/" is supported but not the primary separator, such as Windows, which uses "\" but can also accept "/".
Common Consequences (1)
Confidentiality, Integrity Read Files or Directories, Modify Files or Directories
Mitigations (2)
Implementation Assume all input is malicious. Use an "accept known good" input validation strategy, i.e., use a list of acceptable inputs that strictly conform to specifications. Reject any input that does not strictly conform to specifications, or transform it into something that does. When performing input validation, consider all potentially relevant properties, including length, type of input, the full range…
Implementation Inputs should be decoded and canonicalized to the application's current internal representation before being validated (CWE-180). Make sure that the application does not decode the same input twice (CWE-174). Such errors could be used to bypass allowlist validation schemes by introducing dangerous inputs after they have been checked.
CVE ID Title CVSS Severity Published
CVE-2026-14947 Frauscher Sensortechnik: FDS102 for FAdC/FAdCi R2 is vulnerable to Remote Code Execution via malicious ZIP file — FDS 102 7.2 High 2026-08-20
CVE-2026-76353 Path Traversal through Knowledge Bundle Replication in Splunk Enterprise — Splunk Enterprise 5.4 Medium 2026-08-19
CVE-2026-73573 Zimbra Collaboration <10.1.17 路径穿越漏洞 — Collaboration 3.1 Low 2026-08-13
CVE-2026-48047 XWiki Platform vulnerable to potential arbitrary file writing using path traversal from (subwiki) admin — xwiki-platform 5.9 Medium 2026-08-07
CVE-2026-66140 Exim 路径遍历漏洞 — Exim 8.4 High 2026-07-24
CVE-2026-46687 Emlog Local File Inclusion (LFI) — emlog - - 2026-07-16
CVE-2026-44942 libzypp .repo files can have an optional path which can lead to path traversal attacks — libzypp 6.5 Medium 2026-06-18
CVE-2026-49103 Webmin 安全漏洞 — Webmin - - 2026-05-27
CVE-2026-22810 Joplin: Path traversal in OneNote importer allows overwriting arbitrary files — joplin 8.2 High 2026-05-18
CVE-2026-33431 Roxy-WI Vulnerable to Authenticated Arbitrary File Read via Path Traversal in Config Version Viewer — roxy-wi 8.1AI High AI 2026-04-20
CVE-2026-40318 SiYuan: Publish Reader Path Traversal Delete via `removeUnusedAttributeView` — siyuan 8.5 High 2026-04-16
CVE-2026-41082 opam 安全漏洞 — opam 7.3 High 2026-04-16
CVE-2026-39813 Fortinet FortiSandbox 安全漏洞 — FortiSandbox 9.1 Critical 2026-04-14
CVE-2026-28538 Huawei HarmonyOS 路径遍历漏洞 — HarmonyOS 5.9 Medium 2026-03-05
CVE-2024-43035 Fonoster 安全漏洞 — Fonoster 5.8 Medium 2026-03-05
CVE-2026-21857 Redaxo has Path Traversal in Backup Addon Leading to Arbitrary File Read — redaxo 6.5 - 2026-01-07
CVE-2026-21436 eopkg has Path Traversal: '../filedir' vulnerability — eopkg 9.1 - 2026-01-01
CVE-2025-68430 CVAT vulnerable to directory traversal via mounted share listing — cvat 4.3AI Medium AI 2025-12-19
CVE-2025-67845 Mintlify 安全漏洞 — Mintlify Platform 6.4 Medium 2025-12-19
CVE-2025-13199 code-projects Email Logging Interface signup.cpp path traversal — Email Logging Interface 5.3 Medium 2025-11-15
CVE-2023-53691 Hikvision CSMP iSecure Center 安全漏洞 — CSMP iSecure Center 8.3 High 2025-10-22
CVE-2025-60344 D-Link DSR-150 安全漏洞 — DSR-150 8.6 High 2025-10-21
CVE-2025-59342 esm.sh writes arbitrary files via path traversal in `X-Zone-Id` header — esm.sh 7.5AI High AI 2025-09-17
CVE-2025-44962 RUCKUS SmartZone 安全漏洞 — SmartZone 5.0 Medium 2025-08-04
CVE-2025-46094 Liquidfiles 安全漏洞 — LiquidFiles 3.8 Low 2025-08-04
CVE-2025-54769 KL-001-2025-016: Xorux LPAR2RRD File Upload Directory Traversal — LPAR2RRD 8.8AI High AI 2025-07-28
CVE-2025-45582 GNU Tar 安全漏洞 — Tar 4.1 Medium 2025-07-11
CVE-2025-53513 Zip slip vulnerability in Juju — Juju 8.8 High 2025-07-08
CVE-2025-48050 DOMPurify 安全漏洞 — DOMPurify 7.5 High 2025-05-15
CVE-2025-47423 Personal Weather Station Dashboard 安全漏洞 — Personal Weather Station Dashboard 5.8 Medium 2025-05-07

Vulnerabilities classified as CWE-24 (路径遍历:’../filedir’) represent 100 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.