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

Goal: 1000 CNY · Raised: 1336 CNY

100%

CWE-23 (相对路径遍历) — Vulnerability Class 412

412 vulnerabilities classified as CWE-23 (相对路径遍历). AI Chinese analysis included.

CWE-23, Relative Path Traversal, is a critical input validation weakness where applications fail to properly sanitize user-supplied data before constructing file system paths. Attackers typically exploit this vulnerability by injecting directory traversal sequences, such as “../”, into input fields to manipulate the resulting pathname. This manipulation allows them to escape the intended restricted directory and access sensitive files located elsewhere on the server, potentially leading to unauthorized data disclosure or remote code execution. To mitigate this risk, developers must rigorously validate and neutralize all external inputs, ensuring they do not contain relative path components. Implementing strict allowlists for permitted characters, using canonicalization functions to resolve paths before access checks, and employing chroot jails or containerization to isolate file system access are essential defensive strategies that effectively prevent attackers from traversing outside the designated directory boundaries.

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 such as ".." that can resolve to a location that is outside of that directory.
Common Consequences (4)
Integrity, Confidentiality, Availability Execute Unauthorized Code or Commands
The attacker may be able to create or overwrite critical files that are used to execute code, such as programs or libraries.
Integrity Modify Files or Directories
The attacker may be able to overwrite or create critical files, such as programs, libraries, or important data. If the targeted file is used for a security mechanism, then the attacker may be able to bypass that mechanism. For example, appending a new account at the end of a password file may allow …
Confidentiality Read Files or Directories
The attacker may be able read the contents of unexpected files and expose sensitive data by traversing the file system to access files or directories that are outside of the restricted directory. If the targeted file is used for a security mechanism, then the attacker may be able to bypass that mech…
Availability DoS: Crash, Exit, or Restart
The attacker may be able to overwrite, delete, or corrupt unexpected critical files such as programs, libraries, or important data. This may prevent the product from working at all and in the case of a protection mechanisms such as authentication, it has the potential to lockout every user of the pr…
Mitigations (3)
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. Use a built-in path canonicalization function (such as realpath(…
Operation Use an application firewall that can detect attacks against this weakness. It can be beneficial in cases in which the code cannot be fixed (because it is controlled by a third party), as an emergency prevention measure while more comprehensive software assurance measures are applied, or to provide defense in depth [REF-1481].
Effectiveness: Moderate
Examples (2)
The following URLs are vulnerable to this attack:
http://example.com/get-files.jsp?file=report.pdf http://example.com/get-page.php?home=aaa.html http://example.com/some-page.asp?page=index.html
Bad · Other
http://example.com/get-files?file=../../../../somedir/somefile http://example.com/../../../../etc/shadow http://example.com/get-files?file=../../../../etc/passwd
Attack · Other
The following code could be for a social networking application in which each user's profile information is stored in a separate file. All files are stored in a single directory.
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";
Bad · Perl
../../../etc/passwd
Attack
CVE ID Title CVSS Severity Published
CVE-2026-53528 FileWiki has path traversal in RenameAsset via unsanitized oldFilename parameter — leafwiki 8.8 High 2026-08-21
CVE-2026-77113 Path Traversal Vulnerability in apport-unpack — Apport 6.7 Medium 2026-08-20
CVE-2026-63509 Microsoft Fabric Elevation of Privilege Vulnerability — Microsoft Fabric 9.9 Critical 2026-08-20
CVE-2026-63043 Apache InLong: Agent path traversal via unvalidated file source path — Apache InLong - - 2026-08-20
CVE-2026-72677 Relative Path Traversal in Kibana Fleet Leading to Unauthorized Deletion of Users and Other Resources — Kibana 7.3 High 2026-08-13
CVE-2026-16230 Formidable Digital Signatures <= 3.0.6 - Unauthenticated Arbitrary File Deletion via Signature Field — Formidable Digital Signatures 9.8 Critical 2026-08-11
CVE-2026-70337 Microsoft PowerShell Remote Code Execution Vulnerability — PowerShell 7.4 8.8 High 2026-08-11
CVE-2026-65810 .NET Framework Elevation of Privilege Vulnerability — Microsoft .NET Framework 3.5 7.8 High 2026-08-11
CVE-2026-62837 Microsoft SharePoint Server Information Disclosure Vulnerability — Microsoft SharePoint Enterprise Server 2016 6.5 Medium 2026-08-11
CVE-2026-53416 Zoom VDI - Path Traversal — Zoom VDI 7.1 High 2026-08-11
CVE-2026-16053 Path Traversal — ManageEngine M365 Manager Plus 8.5 High 2026-08-11
CVE-2026-10595 Path Traversal Vulnerability in parisneo/lollms — parisneo/lollms - - 2026-08-09
CVE-2026-56794 Dell OpenManage Server Administrator Managed Node (Patch) for Windows 路径遍历漏洞 — Dell OpenManage Server Administrator Managed Node (Patch) for Windows 6.5 Medium 2026-08-07
CVE-2026-66881 Path traversal in imported file_entries name allows arbitrary file write via URL-type entry download — livebook 7.0 High 2026-08-05
CVE-2026-18907 PathTravelsal Vulnerability in com.talpa.hibrowser — Hi Browser - - 2026-08-05
CVE-2026-55100 hashi-vault-js has a path traversal and query parameter injection — hashi-vault-js 8.7 High 2026-07-31
CVE-2026-18192 Vacron|IP Camera - Arbitrary File Read — VIN-DS783E-E6 6.5 Medium 2026-07-29
CVE-2026-63303 Path Traversal in Quick.CMS — Quick.CMS 5.1 Medium 2026-07-28
CVE-2026-47078 Relative path traversal in zip:unzip/zip:extract via check_dir_level depth-counter bypass — OTP 4.8 Medium 2026-07-27
CVE-2026-15802 WP Foodbakery <= 4.9 - Authenticated (Subscriber+) Arbitrary File Deletion via via delete_locations_backup_file AJAX Action — WP Foodbakery 8.1 High 2026-07-22
CVE-2026-15415 Path traversal and arbitrary file write in the workflow linters of aws-healthomics-mcp-server — aws-healthomics-mcp-server 5.5 Medium 2026-07-17
CVE-2026-56196 Windows Admin Center (WAC) Remote Code Execution Vulnerability — Windows Admin Center 8.8 High 2026-07-14
CVE-2026-50426 Windows DNS Server Remote Code Execution Vulnerability — Windows 10 Version 1607 6.8 Medium 2026-07-14
CVE-2026-50454 Windows User Interface Core Elevation of Privilege Vulnerability — Windows 11 Version 24H2 7.8 High 2026-07-14
CVE-2026-40400 Windows PowerShell Remote Code Execution Vulnerability — Windows 10 Version 1607 8.0 High 2026-07-14
CVE-2026-50663 Game: Age of Empires II: Definitive Edition Remote Code Execution Vulnerability — Age of Empires II: Definitive Edition Game 8.8 High 2026-07-14
CVE-2026-14903 Ivanti Xtraction 路径遍历漏洞 — Xtraction 7.7 High 2026-07-14
CVE-2026-55474 Snipe-IT: Directory traversal in displaySig — snipe-it - - 2026-07-10
CVE-2026-59792 JetBrains IntelliJ IDEA 路径遍历漏洞 — IntelliJ IDEA 9.6 Critical 2026-07-10
CVE-2026-61343 LibreBooking path traversal — LibreBooking 7.2 High 2026-07-09

Vulnerabilities classified as CWE-23 (相对路径遍历) represent 412 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.