CVE-2022-42476
07.03.2023, 17: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.11, FortiProxy version 7.2.0 through 7.2.2 and 7.0.0 through 7.0.8 allows privileged VDOM administrators to escalate their privileges to super admin of the box via crafted CLI requests.
Vendor | Product | Version |
---|---|---|
fortinet | fortiproxy | 1.1.0 ≤ 𝑥 ≤ 1.1.6 |
fortinet | fortiproxy | 1.2.0 ≤ 𝑥 ≤ 1.2.13 |
fortinet | fortiproxy | 2.0.0 ≤ 𝑥 ≤ 2.0.11 |
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.11 |
fortinet | fortios | 7.0.0 ≤ 𝑥 ≤ 7.0.8 |
fortinet | fortios | 7.2.0 ≤ 𝑥 ≤ 7.2.3 |
𝑥
= 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.