'; } else{ echo ''; } echo '
|
|
|||
| Rule General Information |
|---|
| Release Date: | 2026-08-04 | |
| Rule Name: | Directory Traversal Detection - In URI 9 | |
| Severity: | ||
| CVE ID: | ||
| Rule Protection Details |
|---|
| Description: | The directory traversal vulnerability exploits the lack of validation of operating system relative path jump characters (such as ../) in some web applications, Cause directory traversal which may result in arbitrary file access or arbitrary file upload.This rule is used to detect suspicious directory traversal symbols in HTTP request URI. | |
| Impact: | Through directory traversal attacks, an attacker can cause directory traversal, which may lead to any file access or upload. | |
| Affected OS: | Windows, Linux, Others | |
| Reference: | ||
| Solutions |
|---|
| 1. Filter or escape the path entered by the user to ensure that the input does not contain special characters or path separators. 2. Standardize the file path entered by the user to ensure that the path conforms to the expected format and structure. 3. ensure that the file system permissions of Web servers and applications are set properly, and restrict access to sensitive files and directories. |