目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1310

100%

CWE-23 相对路径遍历 类漏洞列表 361

CWE-23 相对路径遍历 类弱点 361 条 CVE 漏洞汇总,含 AI 中文分析。

CWE-23 相对路径遍历漏洞源于软件未正确过滤外部输入中的“..”序列,导致构造的文件路径突破受限目录边界。攻击者通常利用此缺陷读取或修改系统敏感文件,获取未授权访问权限。开发者应避免直接使用用户输入拼接路径,需通过白名单验证、规范化路径或限制访问范围来彻底中和危险字符,从而防止路径逃逸。

MITRE CWE 官方描述
CWE:CWE-23 Relative Path Traversal(相对路径遍历) 英文:产品使用外部输入来构建一个应位于受限目录内的路径名,但它未能正确中和(neutralize)诸如“..”之类的序列,这些序列可解析为该目录之外的位置。
常见影响 (4)
Integrity, Confidentiality, AvailabilityExecute 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.
IntegrityModify 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 …
ConfidentialityRead 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…
AvailabilityDoS: 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…
缓解措施 (3)
ImplementationAssume 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…
ImplementationInputs 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(…
OperationUse 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
代码示例 (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标题CVSS风险等级Published
CVE-2025-9570 Sunnet eHRD CTMS 安全漏洞 — eHRD CTMS 4.9 Medium2025-09-01
CVE-2025-55202 Opencast 安全漏洞 — opencast 6.5 -2025-08-29
CVE-2025-9639 Ai3 QbiCRMGateway 安全漏洞 — QbiCRMGateway 7.5 High2025-08-29
CVE-2021-4459 SMA Solar Technology AG Sunny Boy 安全漏洞 — Boy 3.0 6.5 Medium2025-08-27
CVE-2025-8464 WordPress plugin Drag and Drop Multiple File Upload for Contact Form 安全漏洞 — Drag and Drop Multiple File Upload for Contact Form 7 5.3 Medium2025-08-16
CVE-2024-48892 Fortinet FortiSOAR 安全漏洞 — FortiSOAR 6.4 Medium2025-08-12
CVE-2024-40588 Fortinet多款产品 安全漏洞 — FortiCamera 4.2 Medium2025-08-12
CVE-2025-53779 Microsoft Windows Kerberos 安全漏洞 — Windows Server 2025 7.2 High2025-08-12
CVE-2025-55013 Assemblyline 4 Service Client 安全漏洞 — assemblyline 4.2 Medium2025-08-09
CVE-2025-53082 SAMSUNG DMS 安全漏洞 — Data Management Server 6.1 Medium2025-07-29
CVE-2025-54531 JetBrains TeamCity 安全漏洞 — TeamCity 7.7 High2025-07-28
CVE-2025-54317 Logpoint 安全漏洞 — Logpoint 8.4 High2025-07-20
CVE-2025-7619 WellChoose BatchSignCS 安全漏洞 — BatchSignCS 8.8 High2025-07-14
CVE-2025-48817 Microsoft Remote Desktop Client 安全漏洞 — Remote Desktop client for Windows Desktop 8.8 High2025-07-08
CVE-2025-7146 Jhenggao iPublish System 安全漏洞 — iPublish System 7.5 High2025-07-08
CVE-2025-52207 MIKO MikoPBX 安全漏洞 — MikoPBX 9.9 Critical2025-06-27
CVE-2025-52922 InnoShop 安全漏洞 — InnoShop 7.4 High2025-06-23
CVE-2025-34510 Sitecore多款产品 安全漏洞 — Experience Manager 8.8 High2025-06-17
CVE-2025-33112 IBM AIX和IBM VIOS 安全漏洞 — AIX 8.4 High2025-06-10
CVE-2025-3365 B. Braun onlinesuite 安全漏洞 — OnlineSuite 9.8 Critical2025-06-06
CVE-2025-49466 aerc 安全漏洞 — aerc 5.8 Medium2025-06-05
CVE-2025-48957 AstrBot 安全漏洞 — AstrBot 7.5 High2025-06-02
CVE-2025-47445 WordPress plugin Eventin 安全漏洞 — Eventin 7.5 High2025-05-14
CVE-2025-22859 Fortinet FortiClientEMS 安全漏洞 — FortiClientEMS 5.0 Medium2025-05-13
CVE-2025-24350 Bosch Rexroth ctrlX OS 安全漏洞 — ctrlX OS - Device Admin 7.1 High2025-04-30
CVE-2025-24343 Bosch Rexroth ctrlX OS 安全漏洞 — ctrlX OS - Solutions 5.4 Medium2025-04-30
CVE-2023-35816 DevExpress 安全漏洞 — DevExpress 3.5 Low2025-04-28
CVE-2025-46433 JetBrains TeamCity 安全漏洞 — TeamCity 4.9 Medium2025-04-25
CVE-2025-43016 JetBrains Rider 安全漏洞 — Rider 5.4 Medium2025-04-25
CVE-2025-27791 Collabora Online 安全漏洞 — online 6.8AIMediumAI2025-04-15

CWE-23(相对路径遍历) 是常见的弱点类别,本平台收录该类弱点关联的 361 条 CVE 漏洞。