CVE-2022-41335
16.02.2023, 19:15
A relative path traversal vulnerability[CWE-23] in Fortinet FortiOS version 7.2.0 through 7.2.2, 7.0.0 through 7.0.8 and before 6.4.10, FortiProxy version 7.2.0 through 7.2.1, 7.0.0 through 7.0.7 and before 2.0.10, FortiSwitchManager 7.2.0 and before 7.0.0 allows an authenticated attacker to read and write files on the underlying Linux system via crafted HTTP requests.
Vendor | Product | Version |
---|---|---|
fortinet | fortiswitchmanager | 7.0.0 |
fortinet | fortiswitchmanager | 7.2.0 |
fortinet | fortiproxy | 1.1.0 ≤ 𝑥 ≤ 1.1.6 |
fortinet | fortiproxy | 1.2.0 ≤ 𝑥 ≤ 1.2.13 |
fortinet | fortiproxy | 2.0.0 ≤ 𝑥 ≤ 2.0.10 |
fortinet | fortiproxy | 7.0.0 ≤ 𝑥 ≤ 7.0.7 |
fortinet | fortiproxy | 7.2.0 |
fortinet | fortiproxy | 7.2.1 |
fortinet | fortios | 6.2.0 ≤ 𝑥 ≤ 6.2.12 |
fortinet | fortios | 6.4.0 ≤ 𝑥 ≤ 6.4.10 |
fortinet | fortios | 7.0.0 ≤ 𝑥 ≤ 7.0.8 |
fortinet | fortios | 7.2.0 |
fortinet | fortios | 7.2.1 |
fortinet | fortios | 7.2.2 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-23 - Relative Path TraversalThe software 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.
- CWE-22 - Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')The software uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the software does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.